Uses of Class
org.openide.util.actions.BooleanStateAction

Packages that use BooleanStateAction
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
 

Uses of BooleanStateAction in org.openide.awt
 

Methods in org.openide.awt with parameters of type BooleanStateAction
static void Actions.connect(JCheckBoxMenuItem item, BooleanStateAction action, boolean popup)
          Attaches checkbox menu item to boolean state action.
static void Actions.connect(AbstractButton button, BooleanStateAction action)
          Connects buttons to action.
 

Constructors in org.openide.awt with parameters of type BooleanStateAction
Actions.CheckboxMenuItem(BooleanStateAction aAction, boolean useMnemonic)
          Constructs a new ActCheckboxMenuItem with the specified label and connects it to the given BooleanStateAction.
Actions.ToolbarToggleButton(BooleanStateAction aAction)
          Constructs a new ActToolbarToggleButton for specified action
 



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