Uses of Class
org.fest.swing.core.KeyPressInfo

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 Components. 
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 the specified key (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 Component.
 

Uses of KeyPressInfo in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type KeyPressInfo
 KeyboardInputSimulationFixture KeyboardInputSimulationFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
 JPopupMenuFixture JPopupMenuFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JPopupMenu.
 JMenuItemFixture JMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JMenuItem.
 JButtonFixture JButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JButton.
 JCheckBoxFixture JCheckBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JCheckBox.
 JComboBoxFixture JComboBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JComboBox.
 JFileChooserFixture JFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JFileChooser.
 JLabelFixture JLabelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JLabel.
 JListFixture JListFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JList.
 JOptionPaneFixture JOptionPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JOptionPane.
 JRadioButtonFixture JRadioButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JRadioButton.
 JScrollBarFixture JScrollBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JScrollBar.
 JScrollPaneFixture JScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JScrollPane.
 JSpinnerFixture JSpinnerFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JSpinner.
 JSplitPaneFixture JSplitPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JSplitPane.
 JTabbedPaneFixture JTabbedPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JTabbedPane.
 JTableFixture JTableFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JTable.
 JTextComponentFixture JTextComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JTextComponent.
 JToggleButtonFixture JToggleButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JToggleButton.
 JToolBarFixture JToolBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JToolBar.
 JTreeFixture JTreeFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JTree.
 FrameFixture FrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's Frame.
 JInternalFrameFixture JInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JInternalFrame.
 GenericComponentFixture<T> GenericComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
 JSliderFixture JSliderFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JSlider.
 JPanelFixture JPanelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JPanel.
 DialogFixture DialogFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's Dialog.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.