Uses of Class
org.jdesktop.swingx.action.ActionManager
-
Packages that use ActionManager Package Description org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. -
-
Uses of ActionManager in org.jdesktop.swingx.action
Methods in org.jdesktop.swingx.action that return ActionManager Modifier and Type Method Description ActionManagerActionContainerFactory. getActionManager()Gets the ActionManager instance.static ActionManagerActionManager. getInstance()Return the instance of the ActionManger.Methods in org.jdesktop.swingx.action with parameters of type ActionManager Modifier and Type Method Description voidActionContainerFactory. setActionManager(ActionManager manager)Sets the ActionManager instance that will be used by this ActionContainerFactorystatic voidActionManager. setInstance(ActionManager manager)Sets the ActionManager instance.Constructors in org.jdesktop.swingx.action with parameters of type ActionManager Constructor Description ActionContainerFactory(ActionManager manager)Constructs an container factory which uses managed actions.
-