Package cz.fidentis.analyst.canvas
Class ControlButtonsAction
java.lang.Object
javax.swing.AbstractAction
cz.fidentis.analyst.canvas.ControlButtonsAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
Action listener for
ControlButtons
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
Fields inherited from interface javax.swing.Action
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 Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
ACTION_COMMAND_LEFT_PRESSED
- See Also:
-
ACTION_COMMAND_LEFT_RELEASED
- See Also:
-
ACTION_COMMAND_RIGHT_PRESSED
- See Also:
-
ACTION_COMMAND_RIGHT_RELEASED
- See Also:
-
ACTION_COMMAND_UP_PRESSED
- See Also:
-
ACTION_COMMAND_UP_RELEASED
- See Also:
-
ACTION_COMMAND_DOWN_PRESSED
- See Also:
-
ACTION_COMMAND_DOWN_RELEASED
- See Also:
-
ACTION_COMMAND_PLUS_PRESSED
- See Also:
-
ACTION_COMMAND_PLUS_RELEASED
- See Also:
-
ACTION_COMMAND_MINUS_PRESSED
- See Also:
-
ACTION_COMMAND_MINUS_RELEASED
- See Also:
-
ACTION_COMMAND_RESET
- See Also:
-
ACTION_COMMAND_LEFT_DOUBLECLICK
- See Also:
-
ACTION_COMMAND_RIGHT_DOUBLECLICK
- See Also:
-
ACTION_COMMAND_UP_DOUBLECLICK
- See Also:
-
ACTION_COMMAND_DOWN_DOUBLECLICK
- See Also:
-
-
Constructor Details
-
ControlButtonsAction
Constructor.- Parameters:
canvas
- OpenGL canvas- Throws:
IllegalArgumentException
- if some param is missing
-
-
Method Details
-
actionPerformed
-