Uses of Class
org.fest.swing.fixture.JSplitPaneFixture
Packages that use JSplitPaneFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JSplitPaneFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JSplitPaneFixtureModifier and TypeMethodDescriptionJSplitPaneFixture.click()
Simulates a user clicking this fixture's
.JSplitPane
JSplitPaneFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JSplitPane
JSplitPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JSplitPane
JSplitPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JSplitPane
JSplitPaneFixture.focus()
Gives input focus to this fixture's
.JSplitPane
JSplitPaneFixture.moveDividerTo
(int location) Simulates a user moving the divider of this fixture's
.JSplitPane
JSplitPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JSplitPane
JSplitPaneFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JSplitPane
JSplitPaneFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JSplitPane
JSplitPaneFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JSplitPane
JSplitPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled.JSplitPane
JSplitPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled.JSplitPane
JSplitPaneFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JSplitPane
JSplitPaneFixture.requireFocused()
Asserts that this fixture's
has input focus.JSplitPane
JSplitPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JSplitPane
JSplitPaneFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JSplitPane
JSplitPaneFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JSplitPane
JSplitPaneFixture.requireVisible()
Asserts that this fixture's
is visible.JSplitPane
JSplitPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
.JSplitPane
ComponentContainerFixture.splitPane()
Returns the
found in this fixture'sJSplitPane
.Container
Finds a
in this fixture'sJSplitPane
, which name matches the specified one.Container
ComponentContainerFixture.splitPane
(GenericTypeMatcher<? extends JSplitPane> matcher) Finds a
in this fixture'sJSplitPane
, that matches the specified search criteria.Container
ContainerFixture.splitPane()
Returns the
found in this fixture'sJSplitPane
.Container
Finds a
in this fixture'sJSplitPane
, which name matches the specified one.Container
ContainerFixture.splitPane
(GenericTypeMatcher<? extends JSplitPane> matcher) Finds a
in this fixture'sJSplitPane
, that matches the specified search criteria.Container