public interface Action
| Modifier and Type | Field and Description | 
|---|---|
| static String | KEY_ACTION_NAME | 
| static String | KEY_ENABLED | 
| static String | KEY_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(Object... args) | 
| ActionManager | getActionManager() | 
| String | getActionName() | 
| GriffonController | getController() | 
| String | getName() | 
| Object | getToolkitAction() | 
| void | initialize() | 
| boolean | isEnabled() | 
| void | setEnabled(boolean enabled) | 
| void | setName(String name) | 
static final String KEY_ACTION_NAME
static final String KEY_NAME
static final String KEY_ENABLED
boolean isEnabled()
void setEnabled(boolean enabled)
@Nonnull ActionManager getActionManager()
@Nonnull GriffonController getController()
void execute(Object... args)
void initialize()