Uses of Class
org.jdesktop.application.ApplicationActionMap
Packages that use ApplicationActionMap
-
Uses of ApplicationActionMap in org.jdesktop.application
Methods in org.jdesktop.application that return ApplicationActionMapModifier and TypeMethodDescriptionActionManager.getActionMap()
TheActionMap
chain for the entireApplication
.ActionManager.getActionMap
(Class actionsClass, Object actionsObject) Returns theApplicationActionMap
chain for the specified actions class and target object.final ApplicationActionMap
ApplicationContext.getActionMap()
Returns the sharedActionMap
chain for the entireApplication
.final ApplicationActionMap
ApplicationContext.getActionMap
(Class actionsClass, Object actionsObject) Returns theApplicationActionMap
chain for the specified actions class and target object.final ApplicationActionMap
ApplicationContext.getActionMap
(Object actionsObject) Defined asgetActionMap(actionsObject.getClass(), actionsObject)
.Constructors in org.jdesktop.application with parameters of type ApplicationActionMapModifierConstructorDescriptionApplicationAction
(ApplicationActionMap appAM, ResourceMap resourceMap, String baseName, Method actionMethod, String enabledProperty, String selectedProperty, Task.BlockingScope block) Construct an ApplicationAction that implements an @Action.