|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemOption | |
org.openide.explorer.propertysheet | The exact properties of a node may be displayed and edited with the Property Sheet. |
org.openide.options | System options provide an easy-to-use mechanism for persistent storage of user-settable options. |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of SystemOption in org.openide.explorer.propertysheet |
Subclasses of SystemOption in org.openide.explorer.propertysheet | |
class |
PropertySheetSettings
Deprecated. None of the settings in this class are supported in the new property sheet. The entire implementation has been gutted to do nothing. |
Uses of SystemOption in org.openide.options |
Subclasses of SystemOption in org.openide.options | |
class |
ContextSystemOption
Provides a group of system options with this as the parent. |
class |
VetoSystemOption
Extends the functionality of SystemOption
by providing support for veto listeners. |
Methods in org.openide.options that return SystemOption | |
SystemOption[] |
ContextSystemOption.getOptions()
Get all options in the set. |
Methods in org.openide.options with parameters of type SystemOption | |
void |
ContextSystemOption.addOption(SystemOption so)
Add a new option to the set. |
void |
ContextSystemOption.removeOption(SystemOption so)
Remove an option from the set. |
Uses of SystemOption in org.openide.text |
Subclasses of SystemOption in org.openide.text | |
static class |
NbDocument.Colors
Deprecated. Not useful for anything. |
class |
PrintSettings
Settings for output window. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |