Uses of Class
org.fest.swing.core.KeyPressInfo
Packages that use KeyPressInfo
Package
Description
Building blocks for all FEST-Swing fixtures.
Drivers that simulate user input on GUI
Components.
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 KeyPressInfoModifier and TypeMethodDescriptionstatic KeyPressInfoKeyPressInfo.keyCode(int keyCode) Specifies the code of the key to press, without any modifiers (e.g.KeyPressInfo.modifiers(int... newModifiers) Specifies the modifiers to use when pressing(e.g.the specified keyMethods in org.fest.swing.core with parameters of type KeyPressInfoModifier and TypeMethodDescriptionEmergencyAbortListener.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 KeyPressInfoModifier and TypeMethodDescriptionvoidComponentDriver.pressAndReleaseKey(Component c, KeyPressInfo keyPressInfo) Simulates a user pressing and releasing the given key on the.Component -
Uses of KeyPressInfo in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type KeyPressInfoModifier and TypeMethodDescriptionDialogFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.DialogFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.FrameGenericComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's GUI component.JButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JButtonJCheckBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JCheckBoxJComboBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JComboBoxJFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JFileChooserJInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JInternalFrameJLabelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JLabelJListFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JListJMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JMenuItemJOptionPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JOptionPaneJPanelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JPanelJPopupMenuFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JPopupMenuJRadioButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JRadioButtonJScrollBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JScrollBarJScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JScrollPaneJSliderFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JSliderJSpinnerFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JSpinnerJSplitPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JSplitPaneJTabbedPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTabbedPaneJTableFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTableJTextComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTextComponentJToggleButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JToggleButtonJToolBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JToolBarJTreeFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTreeKeyboardInputSimulationFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's GUI component.