public class SwingGriffonControllerAction extends AbstractAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | KEY_ACCELERATOR | 
| static String | KEY_COMMAND | 
| static String | KEY_LARGE_ICON | 
| static String | KEY_LONG_DESCRIPTION | 
| static String | KEY_MNEMONIC | 
| static String | KEY_SELECTED | 
| static String | KEY_SHORT_DESCRIPTION | 
| static String | KEY_SMALL_ICON | 
pcsKEY_ACTION_NAME, KEY_ENABLED, KEY_NAME| Constructor and Description | 
|---|
| SwingGriffonControllerAction(UIThreadManager uiThreadManager,
                            ActionManager actionManager,
                            GriffonController controller,
                            String actionName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doExecute(Object... args) | 
| protected void | doInitialize() | 
| String | getAccelerator() | 
| String | getCommand() | 
| String | getLargeIcon() | 
| String | getLongDescription() | 
| String | getMnemonic() | 
| String | getShortDescription() | 
| String | getSmallIcon() | 
| Object | getToolkitAction() | 
| protected void | handleIcon(Object value,
          String key) | 
| boolean | isSelected() | 
| void | setAccelerator(String accelerator) | 
| void | setCommand(String command) | 
| void | setLargeIcon(String largeIcon) | 
| void | setLongDescription(String longDescription) | 
| void | setMnemonic(String mnemonic) | 
| void | setSelected(boolean selected) | 
| void | setShortDescription(String shortDescription) | 
| void | setSmallIcon(String smallIcon) | 
execute, getActionManager, getActionName, getController, getFullyQualifiedName, getName, initialize, isEnabled, setEnabled, setNameaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListenerpublic static final String KEY_SHORT_DESCRIPTION
public static final String KEY_LONG_DESCRIPTION
public static final String KEY_SMALL_ICON
public static final String KEY_LARGE_ICON
public static final String KEY_SELECTED
public static final String KEY_ACCELERATOR
public static final String KEY_MNEMONIC
public static final String KEY_COMMAND
public SwingGriffonControllerAction(@Nonnull UIThreadManager uiThreadManager, @Nonnull ActionManager actionManager, @Nonnull GriffonController controller, @Nonnull String actionName)
protected void doInitialize()
doInitialize in class AbstractActionpublic boolean isSelected()
public void setSelected(boolean selected)
protected void doExecute(Object... args)
doExecute in class AbstractAction