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