abbot.tester
Interface AWTConstants

All Known Implementing Classes:
AbstractButtonTester, ArrowButtonTester, ButtonTester, CheckboxTester, ChoiceTester, ComponentTester, ContainerTester, DialogTester, FileDialogTester, FrameTester, JButtonTester, JComboBoxTester, JComponentTester, JFileChooserTester, JGraphTester, JInternalFrameTester, JLabelTester, JListTester, JMenuItemTester, JPopupMenuTester, JRootPaneTester, JScrollBarTester, JSliderTester, JSpinnerTester, JSplitPaneTester, JTabbedPaneTester, JTableHeaderTester, JTableTester, JTextComponentTester, JTextFieldTester, JToolBarTester, JTreeTester, ListTester, Robot, TextComponentTester, WindowTester

public interface AWTConstants

Provides shared UI- and action-related constants.


Field Summary
static int BUTTON_MASK
           
static int COPY_MASK
          Drag/drop copy mask.
static int DRAG_THRESHOLD
          Number of pixels traversed before a drag starts.
static int LINK_MASK
          Drag/drop link mask.
static String MENU_SHORTCUT_KEYCODE
           
static int MENU_SHORTCUT_MASK
           
static String MENU_SHORTCUT_MODIFIER
           
static String MENU_SHORTCUT_STRING
           
static int MOVE_MASK
           
static int MULTI_CLICK_INTERVAL
           
static int POPUP_MASK
           
static String POPUP_MODIFIER
           
static boolean POPUP_ON_PRESS
           
static int TERTIARY_MASK
           
static String TERTIARY_MODIFIER
           
 

Field Detail

MULTI_CLICK_INTERVAL

static final int MULTI_CLICK_INTERVAL
See Also:
Constant Field Values

DRAG_THRESHOLD

static final int DRAG_THRESHOLD
Number of pixels traversed before a drag starts.


BUTTON_MASK

static final int BUTTON_MASK
See Also:
Constant Field Values

POPUP_MASK

static final int POPUP_MASK

POPUP_MODIFIER

static final String POPUP_MODIFIER

POPUP_ON_PRESS

static final boolean POPUP_ON_PRESS

TERTIARY_MASK

static final int TERTIARY_MASK

TERTIARY_MODIFIER

static final String TERTIARY_MODIFIER

MENU_SHORTCUT_MASK

static final int MENU_SHORTCUT_MASK

MENU_SHORTCUT_MODIFIER

static final String MENU_SHORTCUT_MODIFIER

MENU_SHORTCUT_STRING

static final String MENU_SHORTCUT_STRING

MENU_SHORTCUT_KEYCODE

static final String MENU_SHORTCUT_KEYCODE

MOVE_MASK

static final int MOVE_MASK
See Also:
Constant Field Values

COPY_MASK

static final int COPY_MASK
Drag/drop copy mask.


LINK_MASK

static final int LINK_MASK
Drag/drop link mask. NOTE: w32 also natively uses ALT, but the VM doesn't (at least not 1.4.x).



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge