|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetableAction | |
---|---|
org.jdesktop.jdnc.action | |
org.jdesktop.swingx.action | Contains classes related to the JDNC actions architecture. |
Uses of TargetableAction in org.jdesktop.jdnc.action |
---|
Subclasses of TargetableAction in org.jdesktop.jdnc.action | |
---|---|
class |
CollapseAction
Contains the visible properties of a collape action which would be invoked on a tree like structure. |
class |
ExpandAction
Contains the visible properties of an expand action which would be invoked on a tree like structure. |
class |
FindAction
|
class |
PrintAction
|
Uses of TargetableAction in org.jdesktop.swingx.action |
---|
Methods in org.jdesktop.swingx.action that return TargetableAction | |
---|---|
static TargetableAction |
ActionFactory.createTargetableAction(java.lang.String id,
java.lang.String name)
These methods are usefull for creating targetable actions |
static TargetableAction |
ActionFactory.createTargetableAction(java.lang.String id,
java.lang.String name,
java.lang.String mnemonic)
|
static TargetableAction |
ActionFactory.createTargetableAction(java.lang.String id,
java.lang.String name,
java.lang.String mnemonic,
boolean toggle)
|
static TargetableAction |
ActionFactory.createTargetableAction(java.lang.String id,
java.lang.String name,
java.lang.String mnemonic,
boolean toggle,
java.lang.String group)
|
TargetableAction |
ActionManager.getTargetableAction(java.lang.Object id)
Convenience method for returning the TargetableAction |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |