@Target({TYPE,METHOD})
@Retention(SOURCE)
public static @interface OptionsPanelController.SubRegistration
OptionsPanelController instance.AdvancedOption| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String |
displayName |
Label shown on the tab.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
id |
Optional path that can be used (with
location()) 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()). |
java.lang.String |
location |
Location of this panel inside some top-level panel matching
OptionsPanelController.ContainerRegistration.id(). |
int |
position |
Position relative to sibling subpanels.
|
java.lang.String displayName
#key syntax.java.lang.String id
location()) in OptionsDisplayer.open(String).
Typically this should be a reference to a compile-time constant to which other code can refer.java.lang.String location
OptionsPanelController.ContainerRegistration.id().
If unspecified, placed in the Miscellaneous panel.
Typically this should be a reference to a compile-time constant also used for the container's ID.java.lang.String keywords
keywordsCategory()).
You may use #key syntax.java.lang.String keywordsCategory
keywords()).int position
location() (Miscellaneous panel is sorted alphabetically).Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.