- GENERAL - Static variable in class org.netbeans.api.options.OptionsDisplayer
-
Registration name of General category.
- getCategoryName() - Method in class org.netbeans.spi.options.OptionsCategory
-
Returns name of category used in list on the top side of
Options Dialog.
- getComponent(Lookup) - Method in class org.netbeans.spi.options.OptionsPanelController
-
Returns visual component representing this options category.
- getDefault() - Static method in class org.netbeans.api.options.OptionsDisplayer
-
Get the default OptionsDisplayer
- getDisplayName() - Method in class org.netbeans.spi.options.AdvancedOption
-
Returns name of category used in Advanced Panel of
Options Dialog.
- getHelpCtx() - Method in class org.netbeans.spi.options.OptionsPanelController
-
Get current help context asociated with this panel.
- getIcon() - Method in class org.netbeans.spi.options.OptionsCategory
-
Returns 32x32 icon used in list on the top of
Options Dialog.
- getIconBase() - Method in class org.netbeans.spi.options.OptionsCategory
-
- getLookup() - Method in class org.netbeans.spi.options.OptionsPanelController
-
Each option category can provide some lookup.
- getTitle() - Method in class org.netbeans.spi.options.OptionsCategory
-
This text will be used in title component on the top of Options Dialog
when your panel will be selected.
- getTooltip() - Method in class org.netbeans.spi.options.AdvancedOption
-
Returns tooltip to be used on category name.