Uses of Class
org.jdesktop.swingx.action.CompositeAction
-
Packages that use CompositeAction Package Description org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. -
-
Uses of CompositeAction in org.jdesktop.swingx.action
Methods in org.jdesktop.swingx.action that return CompositeAction Modifier and Type Method Description static CompositeAction
ActionFactory. createCompositeAction(String id, String name, String mnemonic)
Factory Methods for creatingCompositeAction
static CompositeAction
ActionFactory. createCompositeAction(String id, String name, String mnemonic, boolean toggle)
static CompositeAction
ActionFactory. createCompositeAction(String id, String name, String mnemonic, boolean toggle, String group)
CompositeAction
ActionManager. getCompositeAction(Object id)
Convenience method for returning the CompositeAction
-