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