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