@Target(PACKAGE)
@Retention(SOURCE)
public static @interface OptionsPanelController.ContainerRegistration
package-info.java).
Register children using OptionsPanelController.SubRegistration.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.
|
java.lang.String |
id |
Path that can be used in
OptionsDisplayer.open(String) and OptionsPanelController.SubRegistration.location(). |
| Modifier and Type | Optional Element | Description |
|---|---|---|
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 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.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.