public abstract class ReorderAction extends SimpleAction
| Modifier and Type | Field and Description |
|---|---|
protected int |
direction
The direction of this action
|
static int |
DOWN
The value for an 'down' action
|
static int |
UP
The value for an 'up' action
|
description, icon, namechangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
ReorderAction(int direction)
Create a new ReorderAction.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(String
|
setIconFromResourcesetDescription, setIcon, setNameaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedpublic static final int UP
public static final int DOWN
protected int direction