@Retention(value=RUNTIME) public @interface ResourceSample
CreateSamplesJob to apply screenshots/animations to javadocs.
| Modifier and Type | Required Element and Description |
|---|---|
String |
sample
An array of strings used to construct a particular resource.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
columnCount
This is the number of columns to show if the samples are presented in a table.
|
String |
columnNames
An optional list of column names for table data.
|
String |
names
Return a list of the names of the samples provided.
|
String |
rowNames
An optional list of row names for table data.
|
String |
tableIntroduction
The text that precedes the table of samples.
|
public abstract String[] sample
For example: "new com.bric.swing.resources.TriangleIcon( 24, 24, new Color( 0 ) )"
This is something that com.bric.reflect.Reflection#parse(String) is capable of parsing.
public abstract String[] names
public abstract int columnCount
public abstract String[] rowNames
public abstract String[] columnNames
public abstract StringtableIntroduction