ActionEvent Members

ActionEvent Members

Class Overview | This Package | All Packages

Fields
Name Description
ACTION_FIRST Marks the first integer id for the range of action event ids.
ACTION_LAST Marks the last integer id for the range of action event ids.
ACTION_PERFORMED An action performed event type.
ALT_MASK The alt modifier constant.
CTRL_MASK The control modifier constant.
META_MASK The meta modifier constant.
SHIFT_MASK The shift modifier constant.

Constructors
Name Description
ActionEvent(Object, int, String) Constructs an ActionEvent object with the specified source object.
ActionEvent(Object, int, String, int) Constructs an ActionEvent object with the specified source object.

Methods
Name Description
getActionCommand() Returns the command name associated with this action.
getModifiers() Returns the modifiers held down during this action event.
paramString()