public class FormWrapEvent extends ActionEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
FORMWRAP_COMMAND
the default command
|
static int |
FORMWRAP_EVENT
the wrap event ID
|
ACTION_FIRST, ACTION_LAST, ACTION_PERFORMED, ALT_MASK, CTRL_MASK, META_MASK, SHIFT_MASKACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASKsource| Constructor and Description |
|---|
FormWrapEvent(Object source)
Constructs an
FormWrapEvent object with the
default id FORMWRAP_EVENT and the default command FORMWRAP_COMMAND. |
FormWrapEvent(Object source,
int id,
String command)
Constructs an
FormWrapEvent object. |
FormWrapEvent(Object source,
String command)
Constructs an
FormWrapEvent object with the
default id FORMWRAP_EVENT. |
getActionCommand, getModifiers, getWhen, paramStringgetSourcepublic static final int FORMWRAP_EVENT
public static final String FORMWRAP_COMMAND
public FormWrapEvent(Object source, int id, String command)
FormWrapEvent object.
Note that passing in an invalid id results in
unspecified behavior.
source - the object that originated the eventid - an integer that identifies the eventcommand - a string that may specify a command (possibly one
of several) associated with the eventpublic FormWrapEvent(Object source, String command)
FormWrapEvent object with the
default id FORMWRAP_EVENT.source - the object that originated the eventcommand - a string that may specify a command (possibly one
of several) associated with the eventpublic FormWrapEvent(Object source)
FormWrapEvent object with the
default id FORMWRAP_EVENT and the default command FORMWRAP_COMMAND.source - the object that originated the eventTentackle - a domain driven enterprise framework