| abbot.tester.AWTConstants
All known Subclasses: abbot.tester.Robot,
AWTConstants | public interface AWTConstants (Code) | | Provides shared UI- and action-related constants.
|
BUTTON_MASK | int BUTTON_MASK(Code) | | |
COPY_MASK | int COPY_MASK(Code) | | Drag/drop copy mask.
|
DRAG_THRESHOLD | int DRAG_THRESHOLD(Code) | | Number of pixels traversed before a drag starts.
|
LINK_MASK | int LINK_MASK(Code) | | Drag/drop link mask. NOTE: w32 also natively uses ALT, but the VM
doesn't (at least not 1.4.x).
|
MENU_SHORTCUT_MASK | int MENU_SHORTCUT_MASK(Code) | | |
MULTI_CLICK_INTERVAL | int MULTI_CLICK_INTERVAL(Code) | | |
POPUP_MASK | int POPUP_MASK(Code) | | |
POPUP_ON_PRESS | boolean POPUP_ON_PRESS(Code) | | |
TERTIARY_MASK | int TERTIARY_MASK(Code) | | |
|
|