public class PivotGriffonControllerAction extends AbstractAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | KEY_DESCRIPTION | 
pcsKEY_ACTION_NAME, KEY_ENABLED, KEY_NAME| Constructor and Description | 
|---|
| PivotGriffonControllerAction(UIThreadManager uiThreadManager,
                            ActionManager actionManager,
                            GriffonController controller,
                            String actionName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doExecute(Object... args) | 
| protected void | doInitialize() | 
| String | getDescription() | 
| Object | getToolkitAction() | 
| void | setDescription(String description) | 
execute, getActionManager, getActionName, getController, getName, initialize, isEnabled, setEnabled, setNameaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListenerpublic static final String KEY_DESCRIPTION
public PivotGriffonControllerAction(@Nonnull UIThreadManager uiThreadManager, @Nonnull ActionManager actionManager, @Nonnull GriffonController controller, @Nonnull String actionName)
protected void doInitialize()
doInitialize in class AbstractActionprotected void doExecute(Object... args)
doExecute in class AbstractAction