站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Class org.openide.util.actions.BooleanStateAction (NetBeans APIs) - NetBeans API Javadoc 4.1.0


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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.