Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
ApplicationActionMap |
ApplicationContext.getActionMap()
Returns the shared
ActionMap chain for the entire Application . |
ApplicationActionMap |
ActionManager.getActionMap()
The
ActionMap chain for the entire Application . |
ApplicationActionMap |
ApplicationContext.getActionMap(Class actionsClass,
Object actionsObject)
Returns the
ApplicationActionMap chain for the specified
actions class and target object. |
ApplicationActionMap |
ActionManager.getActionMap(Class actionsClass,
Object actionsObject)
Returns the
ApplicationActionMap chain for the specified
actions class and target object. |
ApplicationActionMap |
ApplicationContext.getActionMap(Object actionsObject)
Defined as
getActionMap(actionsObject.getClass(), actionsObject) . |
Constructor and Description |
---|
ApplicationAction(ApplicationActionMap appAM,
ResourceMap resourceMap,
String baseName,
Method actionMethod,
String enabledProperty,
String selectedProperty,
Task.BlockingScope block)
Construct an ApplicationAction that implements an @Action.
|
Copyright © 2009–2019. All rights reserved.