|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface defining the default values of the common attributes used in all EventDataContainer classes. Package level access is enough for this class.
Field Summary | |
static int |
CENTER
Identifier for the mouse position at the center of the Component . |
static int |
CUSTOM
Identifier for the mouse position at a point in the component specified by the user. |
static long |
DEFAULT_HOLDTIME
Default value specifying the hold time in ms before ejecting a event from the event manager. |
static boolean |
DEFAULT_ISPOPUPTRIGGER
Default value specifying whether the MouseEvent being fired
would trigger a popup or not. |
static int |
DEFAULT_KEY_MODIFIERS
Default value specifying the modifiers key values that need to be passed by KeyEvent s. |
static int |
DEFAULT_MOUSE_MODIFIERS
Default value specifying the modifier key values that need to be passed onto the MouseEvent . |
static int |
DEFAULT_NUMBEROFCLICKS
Default value specifying the number of clicks for the MouseEvent s. |
static int |
DEFAULT_POPUP_MODIFIERS
Default value specifying the modifier key values that need to be passed onto the MouseEvent . |
static int |
DEFAULT_POSITION
Default value specifying the position of the mouse relative to the Component . |
static int |
DEFAULT_SCROLL_AMOUNT
The amount to scroll by default. |
static long |
DEFAULT_SLEEPTIME
Default value specifying the wait time in ms between each event. |
static int |
DEFAULT_WHEEL_ROTATION
The amount to scroll by default. |
static int |
DOWN_ARROW_SUBCOMPONENT
Identifier used to refer to the down-arrow sub-component (used only for JSpinner ). |
static int |
EAST
Identifier for the mouse position at the center of the right edge of the Component . |
static int |
EDITOR_SUBCOMPONENT
Identifier used to refer to the editor sub-component (used only for JSpinner ). |
static int |
INVALID_SUBCOMPONENT
Identifier used to refer to an invalid sub-component (used only for JSpinner ). |
static int |
INVALID_TEXT_OFFSET
Invalid text offset. |
static int |
NORTH
Identifier for the mouse position at the center of the top edge Component . |
static int |
NORTH_EAST
Identifier for the mouse position at the top right corner of the Component . |
static int |
NORTH_WEST
Identifier for the mouse position at the top left corner of the Component . |
static int |
OFFSET
Identifier for the mouse position at a point specified by the offset. |
static int |
PERCENT
Identifier for the mouse position at a point in the component specified by percentage of width and height. |
static java.lang.String[] |
POSITIONSTRINGS
String description of the positions. |
static int |
SOUTH
Identifier for the mouse position at the center of the bottom edge of the Component . |
static int |
SOUTH_EAST
Identifier for the mouse position at the bottom right corner of the Component . |
static int |
SOUTH_WEST
Identifier for the mouse position at the bottom left corner of the Component . |
static int |
UP_ARROW_SUBCOMPONENT
Identifier used to refer to the up-arrow sub-component (used only for JSpinner ). |
static int |
WEST
Identifier for the mouse position at the center of the left edge of the Component . |
Field Detail |
public static final java.lang.String[] POSITIONSTRINGS
public static final boolean DEFAULT_ISPOPUPTRIGGER
MouseEvent
being fired
would trigger a popup or not.
public static final int CENTER
Component
.
public static final int CUSTOM
public static final int DEFAULT_KEY_MODIFIERS
KeyEvent
s.
public static final int DEFAULT_MOUSE_MODIFIERS
MouseEvent
.
public static final int DEFAULT_NUMBEROFCLICKS
MouseEvent
s.
public static final int DEFAULT_POPUP_MODIFIERS
MouseEvent
.
public static final int DEFAULT_POSITION
Component
.
public static final int DEFAULT_SCROLL_AMOUNT
public static final int DEFAULT_WHEEL_ROTATION
public static final int DOWN_ARROW_SUBCOMPONENT
JSpinner
).
public static final int EAST
Component
.
public static final int EDITOR_SUBCOMPONENT
JSpinner
).
public static final int INVALID_SUBCOMPONENT
JSpinner
).
public static final int INVALID_TEXT_OFFSET
public static final int NORTH
Component
.
public static final int NORTH_EAST
Component
.
public static final int NORTH_WEST
Component
.
public static final int OFFSET
public static final int PERCENT
PERCENT, new Point
(50, 50)
.
public static final int SOUTH
Component
.
public static final int SOUTH_EAST
Component
.
public static final int SOUTH_WEST
Component
.
public static final int UP_ARROW_SUBCOMPONENT
JSpinner
).
public static final int WEST
Component
.
public static final long DEFAULT_HOLDTIME
public static final long DEFAULT_SLEEPTIME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |