public class SelectionAction extends ExtendedAction
ATTR_CLASS, ATTR_GROUP, ATTR_ID, ATTR_INHERITFROM, ATTR_INSERTAT, ATTR_SEEK, ATTR_TYPE, ATTR_USER_DEFINED, INSTANCE_KEY, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_RADIO, TYPE_SLIDER, TYPE_TEXT
changeSupport, enabled
ACCELERATOR_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 |
---|
SelectionAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent event) |
void |
actionPerformed(ActionEvent event,
ISelection selection) |
void |
actionPerformed(ActionEvent event,
Object selectedObject) |
Object |
clone() |
ISelection |
getSelection() |
void |
initialize()
Is called when the action is created the first time.
|
void |
setSelection(ISelection selection) |
getClassName, getGroup, getIdKey, getMouseWheels, getUserDefined, isMouseLeftClicked, isMouseLeftDragged, isMouseLeftPressed, isMouseLeftReleased, isMouseRightClicked, isMouseRightDragged, isMouseRightPressed, isMouseRightReleased, isSelected, setSelected
addPropertyChangeListener, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public ISelection getSelection()
public void setSelection(ISelection selection)
public void actionPerformed(ActionEvent event, ISelection selection)
public void actionPerformed(ActionEvent event, Object selectedObject)
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
actionPerformed
in class ExtendedAction
public Object clone() throws CloneNotSupportedException
clone
in class ExtendedAction
CloneNotSupportedException
public void initialize()
ExtendedAction
initialize
in class ExtendedAction