Uses of Class
org.openide.options.SystemOption

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.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
org.openide.options System options provide an easy-to-use mechanism for persistent storage of user-settable options. 
org.openide.src.nodes Source elements can be represented by default element nodes
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
          Settings for the property sheet.
 

Uses of SystemOption in org.openide.modules
 

Methods in org.openide.modules that return SystemOption
 SystemOption ManifestSection.OptionSection.getOption()
          Get the system option.
 

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[] ControlPanel.getSystemOptions()
          Deprecated. Get all options in the pool.
 SystemOption[] ContextSystemOption.getOptions()
          Get all options in the set.
 

Methods in org.openide.options with parameters of type SystemOption
 boolean ControlPanel.add(SystemOption so)
          Deprecated. Use a declaration in a manifest file.
 boolean ControlPanel.remove(SystemOption so)
          Deprecated.  
 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.src.nodes
 

Subclasses of SystemOption in org.openide.src.nodes
 class SourceOptions
          Display options for the hierarchy of source elements.
 

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.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.