Uses of Class
org.fest.swing.fixture.GenericComponentFixture
Packages that use GenericComponentFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of GenericComponentFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return GenericComponentFixtureModifier and TypeMethodDescriptionGenericComponentFixture.click()
Simulates a user clicking this fixture's GUI component.GenericComponentFixture.click
(MouseButton button) Simulates a user clicking this fixture's GUI component.GenericComponentFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's GUI component.GenericComponentFixture.doubleClick()
Simulates a user double-clicking this fixture's GUI component.GenericComponentFixture.focus()
Gives input focus to this fixture's GUI component.GenericComponentFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's GUI component.GenericComponentFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's GUI component.GenericComponentFixture.pressKey
(int keyCode) Simulates a user pressing given key on this fixture's GUI component.GenericComponentFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's GUI component.GenericComponentFixture.requireDisabled()
Asserts that this fixture's GUI component is disabled.GenericComponentFixture.requireEnabled()
Asserts that this fixture's GUI component is enabled.GenericComponentFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's GUI component is enabled.GenericComponentFixture.requireFocused()
Asserts that this fixture's GUI component has input focus.GenericComponentFixture.requireNotVisible()
Asserts that this fixture's GUI component is not visible.GenericComponentFixture.requireVisible()
Asserts that this fixture's GUI component is visible.GenericComponentFixture.rightClick()
Simulates a user right-clicking this fixture's GUI component.