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
Component
s.
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 KeyPressInfo
KeyPressInfo.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 key
Methods 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 TypeMethodDescriptionvoid
ComponentDriver.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
.Dialog
FrameFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.Frame
GenericComponentFixture.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
.JButton
JCheckBoxFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JCheckBox
JComboBoxFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JComboBox
JFileChooserFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JFileChooser
JInternalFrameFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JInternalFrame
JLabelFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JLabel
JListFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JList
JMenuItemFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JMenuItem
JOptionPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JOptionPane
JPanelFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JPanel
JPopupMenuFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JPopupMenu
JRadioButtonFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JRadioButton
JScrollBarFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JScrollBar
JScrollPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JScrollPane
JSliderFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JSlider
JSpinnerFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JSpinner
JSplitPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JSplitPane
JTabbedPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTabbedPane
JTableFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTable
JTextComponentFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTextComponent
JToggleButtonFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JToggleButton
JToolBarFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JToolBar
JTreeFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTree
KeyboardInputSimulationFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's GUI component.