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.JSplitPaneJSplitPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JSplitPaneJSplitPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JSplitPaneJSplitPaneFixture.doubleClick()Simulates a user double-clicking this fixture's.JSplitPaneJSplitPaneFixture.focus()Gives input focus to this fixture's.JSplitPaneJSplitPaneFixture.moveDividerTo(int location) Simulates a user moving the divider of this fixture's.JSplitPaneJSplitPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JSplitPaneJSplitPaneFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JSplitPaneJSplitPaneFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JSplitPaneJSplitPaneFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JSplitPaneJSplitPaneFixture.requireDisabled()Asserts that this fixture'sis disabled.JSplitPaneJSplitPaneFixture.requireEnabled()Asserts that this fixture'sis enabled.JSplitPaneJSplitPaneFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JSplitPaneJSplitPaneFixture.requireFocused()Asserts that this fixture'shas input focus.JSplitPaneJSplitPaneFixture.requireNotVisible()Asserts that this fixture'sis not visible.JSplitPaneJSplitPaneFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JSplitPaneJSplitPaneFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JSplitPaneJSplitPaneFixture.requireVisible()Asserts that this fixture'sis visible.JSplitPaneJSplitPaneFixture.rightClick()Simulates a user right-clicking this fixture's.JSplitPaneComponentContainerFixture.splitPane()Returns thefound in this fixture'sJSplitPane.ContainerFinds ain this fixture'sJSplitPane, which name matches the specified one.ContainerComponentContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher) Finds ain this fixture'sJSplitPane, that matches the specified search criteria.ContainerContainerFixture.splitPane()Returns thefound in this fixture'sJSplitPane.ContainerFinds ain this fixture'sJSplitPane, which name matches the specified one.ContainerContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher) Finds ain this fixture'sJSplitPane, that matches the specified search criteria.Container