KEY_ACTION_NAME, KEY_ENABLED, KEY_NAME
Constructor and Description |
---|
ActionDecorator(Action delegate) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Object... args) |
ActionManager |
getActionManager() |
String |
getActionName() |
GriffonController |
getController() |
String |
getFullyQualifiedName()
Returns the fully qualified name of this action.
|
String |
getName() |
Object |
getToolkitAction() |
void |
initialize() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
@Nonnull public String getActionName()
getActionName
in interface Action
@Nonnull public String getFullyQualifiedName()
Action
getFullyQualifiedName
in interface Action
public void setEnabled(boolean enabled)
setEnabled
in interface Action
@Nonnull public ActionManager getActionManager()
getActionManager
in interface Action
@Nonnull public GriffonController getController()
getController
in interface Action
@Nonnull public Object getToolkitAction()
getToolkitAction
in interface Action
public void initialize()
initialize
in interface Action