|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToggleAction | |
---|---|
com.jgoodies.uif.action | Contains classes that read, manage and extend Swing Actions |
com.jgoodies.uif.builder | Consist of classes that build menus and tool bars |
com.jgoodies.uif.component | Contains component classes that extend or complement Swing component classes. |
Uses of ToggleAction in com.jgoodies.uif.action |
---|
Methods in com.jgoodies.uif.action that return ToggleAction | |
---|---|
static ToggleAction |
ToggleAction.createCheck(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject)
Creates and returns a ToggleAction for the given ValueModel . |
static ToggleAction |
ToggleAction.createCheck(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject,
Object selectedValue,
Object deselectedValue)
Creates and returns a ToggleAction for the given ValueModel . |
static ToggleAction |
ToggleAction.createRadio(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject,
Object choice)
Creates and returns a ToggleAction for the given ValueModel
and choice value. |
Uses of ToggleAction in com.jgoodies.uif.builder |
---|
Methods in com.jgoodies.uif.builder with parameters of type ToggleAction | |
---|---|
JToggleButton |
ToolBarBuilder.addToggle(ToggleAction toggleAction)
Creates, adds and returns a ToolBarToggleButton that is configured using the given ToggleAction . |
JMenuItem |
PopupMenuBuilder.addToggle(ToggleAction toggleAction)
Creates a radio button or check box menu item for the given ToggleAction , adds it to this builder's menu
and returns the new menu item. |
JMenuItem |
MenuBuilder.addToggle(ToggleAction toggleAction)
Creates a radio button or check box menu item for the given ToggleAction , adds it to this builder's menu
and returns the new menu item. |
Uses of ToggleAction in com.jgoodies.uif.component |
---|
Constructors in com.jgoodies.uif.component with parameters of type ToggleAction | |
---|---|
ToolBarToggleButton(ToggleAction toggleAction)
Constructs a ToolBarButton using
the specified ToggleAction . |
|
UIFCheckBoxMenuItem(ToggleAction toggleAction)
Constructs a radio button menu item whose properties are taken from the specified ToggleAction . |
|
UIFRadioButtonMenuItem(ToggleAction toggleAction)
Constructs a radio button menu item whose properties are taken from the specified ToggleAction . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |