public class PivotGriffonControllerAction extends AbstractAction
Modifier and Type | Field and Description |
---|---|
static String |
KEY_DESCRIPTION |
pcs
KEY_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 PivotAction |
createAction(ActionManager actionManager,
GriffonController controller,
String actionName) |
protected void |
doExecute(Object... args) |
protected void |
doInitialize() |
String |
getDescription() |
Object |
getToolkitAction() |
protected void |
handlePropertyChange(PropertyChangeEvent evt) |
void |
setDescription(String description) |
execute, getActionManager, getActionName, getController, getFullyQualifiedName, getName, initialize, isEnabled, setEnabled, setName
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
public static final String KEY_DESCRIPTION
public PivotGriffonControllerAction(@Nonnull UIThreadManager uiThreadManager, @Nonnull ActionManager actionManager, @Nonnull GriffonController controller, @Nonnull String actionName)
@Nonnull protected PivotAction createAction(@Nonnull ActionManager actionManager, @Nonnull GriffonController controller, @Nonnull String actionName)
protected void handlePropertyChange(@Nonnull PropertyChangeEvent evt)
protected void doInitialize()
doInitialize
in class AbstractAction
protected void doExecute(Object... args)
doExecute
in class AbstractAction