org.openide.options 6.4.22

Uses of Class
org.openide.options.SystemOption

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.
 


org.openide.options 6.4.22

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.