|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |