Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
static KeyPressInfo |
KeyPressInfo.keyCode(int keyCode)
Specifies the code of the key to press, without any modifiers (e.g.
|
KeyPressInfo |
KeyPressInfo.modifiers(int... newModifiers)
Specifies the modifiers to use when pressing
(e.g. |
Modifier and Type | Method and Description |
---|---|
EmergencyAbortListener |
EmergencyAbortListener.keyCombination(KeyPressInfo keyPressInfo)
Sets the key combination that will terminate any FEST-Swing test.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDriver.pressAndReleaseKey(Component c,
KeyPressInfo keyPressInfo)
Simulates a user pressing and releasing the given key on the
. |
Modifier and Type | Method and Description |
---|---|
JTabbedPaneFixture |
JTabbedPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
FrameFixture |
FrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JScrollBarFixture |
JScrollBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
GenericComponentFixture<T> |
GenericComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
|
JButtonFixture |
JButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JPanelFixture |
JPanelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JTableFixture |
JTableFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JListFixture |
JListFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JLabelFixture |
JLabelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JTreeFixture |
JTreeFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JRadioButtonFixture |
JRadioButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
KeyboardInputSimulationFixture |
KeyboardInputSimulationFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
|
JToggleButtonFixture |
JToggleButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JSliderFixture |
JSliderFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JToolBarFixture |
JToolBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JMenuItemFixture |
JMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JSpinnerFixture |
JSpinnerFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JCheckBoxFixture |
JCheckBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JSplitPaneFixture |
JSplitPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JComboBoxFixture |
JComboBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JTextComponentFixture |
JTextComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
DialogFixture |
DialogFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.