@Target(PACKAGE) @Retention(SOURCE) public static @interface OptionsPanelController.ContainerRegistration
package-info.java
).
Register children using OptionsPanelController.SubRegistration
.OptionsCategory
Modifier and Type | Required Element | Description |
---|---|---|
String |
categoryName |
Label shown on the button.
|
String |
iconBase |
Path to icon for the button.
|
String |
id |
Path that can be used in
OptionsDisplayer.open(String) and OptionsPanelController.SubRegistration.location() . |
Modifier and Type | Optional Element | Description |
---|---|---|
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 id
OptionsDisplayer.open(String)
and OptionsPanelController.SubRegistration.location()
.
Typically this should be a reference to a compile-time constant to which other code can refer.String categoryName
#key
syntax.String iconBase
String keywords
keywordsCategory()
).
You may use #key
syntax.String keywordsCategory
keywords()
).Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.