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.JPanelJPanelFixture.click(MouseButton button) Simulates a user clicking this fixture's.JPanelJPanelFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JPanelJPanelFixture.doubleClick()Simulates a user double-clicking this fixture's.JPanelJPanelFixture.focus()Gives input focus to this fixture's.JPanelComponentContainerFixture.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.JPanelJPanelFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on themanaged by this fixture.JPanelJPanelFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JPanelJPanelFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JPanelJPanelFixture.requireDisabled()Asserts that this fixture'sis disabled.JPanelJPanelFixture.requireEnabled()Asserts that this fixture'sis enabled.JPanelJPanelFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JPanelJPanelFixture.requireFocused()Asserts that this fixture'shas input focus.JPanelJPanelFixture.requireNotVisible()Asserts that this fixture'sis not visible.JPanelJPanelFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JPanelJPanelFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JPanelJPanelFixture.requireVisible()Asserts that this fixture'sis visible.JPanelJPanelFixture.rightClick()Simulates a user right-clicking this fixture's.JPanel