|
org.openide.options 6.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SystemOption | |
|---|---|
| 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 | |
| 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 | |
|---|---|
class |
NbDocument$Colors
Deprecated. Not useful for anything. |
class |
PrintSettings
Settings for output window. |
|
org.openide.options 6.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||