Package | Description |
---|---|
org.openide.explorer.propertysheet | |
org.openide.options |
System options
provide an easy-to-use mechanism for persistent storage of
user-settable options.
|
org.openide.text |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
SystemOption[] |
ContextSystemOption.getOptions()
Get all options in the set.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextSystemOption.addOption(SystemOption so)
Add a new option to the set.
|
void |
ContextSystemOption.removeOption(SystemOption so)
Remove an option from the set.
|
Modifier and Type | Class and Description |
---|---|
class |
NbDocument$Colors
Deprecated.
Not useful for anything.
|
class |
PrintSettings
Settings for output window.
|