Uses of Interface
org.fest.swing.fixture.FocusableComponentFixture
Packages that use FocusableComponentFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of FocusableComponentFixture in org.fest.swing.fixture
Subinterfaces of FocusableComponentFixture in org.fest.swing.fixtureModifier and TypeInterfaceDescriptioninterface
Understands simulation of keyboard focus simulation of keyboard input simulation of mouse input state verification of a GUI component.Classes in org.fest.swing.fixture that implement FocusableComponentFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value queryDialog
class
Understands functional testing of
s: user input simulation state verification property value queryFrame
class
GenericComponentFixture<T extends Component>
A generic component fixture providing basic keyboard and mouse input operations.class
Understands functional testing of
s: user input simulation state verification property value queryJButton
class
Understands functional testing of
es: user input simulation state verification property value queryJCheckBox
class
Understands functional testing of
es: user input simulation state verification property value queryJComboBox
class
Understands functional testing of
s: user input simulation state verification property value queryJFileChooser
class
Understands functional testing of
s: user input simulation state verification property value queryJInternalFrame
class
Understands functional testing of
s: user input simulation state verification property value queryJLabel
class
Understands functional testing of
s: user input simulation state verification property value queryJList
class
Understands functional testing of
s: user input simulation state verification property value queryJOptionPane
class
Understands functional testing of
s: user input simulation state verification property value queryJPanel
class
Understands functional testing of
s: user input simulation state verification property value queryJPopupMenu
class
Understands functional testing of
s: user input simulation state verification property value queryJRadioButton
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollBar
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollPane
class
Understands functional testing of
s: user input simulation state verification property value queryJSlider
class
Understands functional testing of
s: user input simulation state verification property value queryJSpinner
class
Understands functional testing of
s: user input simulation state verification property value queryJSplitPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTabbedPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTable
class
Understands functional testing of
s: user input simulation state verification property value queryJTextComponent
class
Understands functional testing of
s: user input simulation state verification property value queryJToggleButton
class
Understands functional testing of
s: user input simulation state verification property value queryJToolBar
class
Understands functional testing of
s: user input simulation state verification property value queryJTree
class
WindowFixture<T extends Window>
Understands functional testing of
s: user input simulation state verification property value queryWindow
Methods in org.fest.swing.fixture that return FocusableComponentFixtureModifier and TypeMethodDescriptionFocusableComponentFixture.focus()
Gives input focus to this fixture's GUI component.FocusableComponentFixture.requireFocused()
Asserts that this fixture's GUI component has input focus.