|
org.netbeans.modules.options.api/1 1.18.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=SOURCE) public static @interface OptionsPanelController.TopLevelRegistration
Registers a simple panel at the top level of the Options dialog.
Should be placed on a OptionsPanelController
instance.
OptionsCategory
Required Element Summary | |
---|---|
String |
categoryName
Label shown on the button. |
String |
iconBase
Path to icon for the button. |
Optional Element Summary | |
---|---|
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. |
Element Detail |
---|
public abstract String categoryName
#key
syntax.
public abstract String iconBase
public abstract String id
OptionsDisplayer.open(String)
.
Typically this should be a reference to a compile-time constant to which other code can refer.
public abstract String keywords
keywordsCategory()
).
You may use #key
syntax.
public abstract String keywordsCategory
keywords()
).
public abstract int position
|
org.netbeans.modules.options.api/1 1.18.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |