@Target(value={TYPE,METHOD}) @Retention(value=SOURCE) public static @interface OptionsPanelController.TopLevelRegistration
OptionsPanelController instance.OptionsCategory| Modifier and Type | Required Element and Description |
|---|---|
String |
categoryName
Label shown on the button.
|
String |
iconBase
Path to icon for the button.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
id
Optional path that can be used in
OptionsDisplayer.open(String). |
String |
keywords
Optional keywords (separated by commas) for use with Quick Search (must also specify
OptionsPanelController.TopLevelRegistration.keywordsCategory()). |
String |
keywordsCategory
Keyword category for use with Quick Search (must also specify
OptionsPanelController.TopLevelRegistration.keywords()). |
int |
position
Position relative to other top-level panels.
|
public abstract String categoryName
#key syntax.public abstract String iconBase
public abstract String id
OptionsDisplayer.open(String).
Typically this should be a reference to a compile-time constant to which other code can refer.public abstract String keywords
OptionsPanelController.TopLevelRegistration.keywordsCategory()).
You may use #key syntax.public abstract String keywordsCategory
OptionsPanelController.TopLevelRegistration.keywords()).