Uses of Class
org.fest.swing.fixture.JPanelFixture
Packages that use JPanelFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JPanelFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JPanelFixtureModifier and TypeMethodDescriptionJPanelFixture.click()
Simulates a user clicking this fixture's
.JPanel
JPanelFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JPanel
JPanelFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JPanel
JPanelFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JPanel
JPanelFixture.focus()
Gives input focus to this fixture's
.JPanel
ComponentContainerFixture.panel()
ComponentContainerFixture.panel
(GenericTypeMatcher<? extends JPanel> matcher) ContainerFixture.panel()
ContainerFixture.panel
(GenericTypeMatcher<? extends JPanel> matcher) JPanelFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JPanel
JPanelFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on the
managed by this fixture.JPanel
JPanelFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JPanel
JPanelFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JPanel
JPanelFixture.requireDisabled()
Asserts that this fixture's
is disabled.JPanel
JPanelFixture.requireEnabled()
Asserts that this fixture's
is enabled.JPanel
JPanelFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JPanel
JPanelFixture.requireFocused()
Asserts that this fixture's
has input focus.JPanel
JPanelFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JPanel
JPanelFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JPanel
JPanelFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JPanel
JPanelFixture.requireVisible()
Asserts that this fixture's
is visible.JPanel
JPanelFixture.rightClick()
Simulates a user right-clicking this fixture's
.JPanel