|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPressInfo | |
---|---|
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. |
Uses of KeyPressInfo in org.fest.swing.core |
---|
Methods in org.fest.swing.core that return KeyPressInfo | |
---|---|
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. |
Methods in org.fest.swing.core with parameters of type KeyPressInfo | |
---|---|
EmergencyAbortListener |
EmergencyAbortListener.keyCombination(KeyPressInfo keyPressInfo)
Sets the key combination that will terminate any FEST-Swing test. |
Uses of KeyPressInfo in org.fest.swing.driver |
---|
Methods in org.fest.swing.driver with parameters of type KeyPressInfo | |
---|---|
void |
ComponentDriver.pressAndReleaseKey(Component c,
KeyPressInfo keyPressInfo)
Simulates a user pressing and releasing the given key on the . |
Uses of KeyPressInfo in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture with parameters of type KeyPressInfo | |
---|---|
JRadioButtonFixture |
JRadioButtonFixture.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 . |
JTableFixture |
JTableFixture.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 . |
JMenuItemFixture |
JMenuItemFixture.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 . |
JPanelFixture |
JPanelFixture.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 . |
JTextComponentFixture |
JTextComponentFixture.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 . |
JComboBoxFixture |
JComboBoxFixture.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 . |
JFileChooserFixture |
JFileChooserFixture.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 . |
KeyboardInputSimulationFixture |
KeyboardInputSimulationFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's GUI component. |
JInternalFrameFixture |
JInternalFrameFixture.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 . |
JSpinnerFixture |
JSpinnerFixture.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 . |
JButtonFixture |
JButtonFixture.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 . |
JCheckBoxFixture |
JCheckBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
JTabbedPaneFixture |
JTabbedPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
JToggleButtonFixture |
JToggleButtonFixture.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 . |
GenericComponentFixture<T> |
GenericComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's GUI component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |