Uses of Class
org.fest.swing.fixture.JScrollPaneFixture
Packages that use JScrollPaneFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JScrollPaneFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JScrollPaneFixtureModifier and TypeMethodDescriptionJScrollPaneFixture.click()Simulates a user clicking this fixture's.JScrollPaneJScrollPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JScrollPaneJScrollPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JScrollPaneJScrollPaneFixture.doubleClick()Simulates a user double-clicking this fixture's.JScrollPaneJScrollPaneFixture.focus()Gives input focus to this fixture's.JScrollPaneJScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JScrollPaneJScrollPaneFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on themanaged by this fixture.JScrollPaneJScrollPaneFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JScrollPaneJScrollPaneFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JScrollPaneJScrollPaneFixture.requireDisabled()Asserts that this fixture'sis disabled.JScrollPaneJScrollPaneFixture.requireEnabled()Asserts that this fixture'sis enabled.JScrollPaneJScrollPaneFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JScrollPaneJScrollPaneFixture.requireFocused()Asserts that this fixture'shas input focus.JScrollPaneJScrollPaneFixture.requireNotVisible()Asserts that this fixture'sis not visible.JScrollPaneJScrollPaneFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JScrollPaneJScrollPaneFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JScrollPaneJScrollPaneFixture.requireVisible()Asserts that this fixture'sis visible.JScrollPaneJScrollPaneFixture.rightClick()Simulates a user right-clicking this fixture's.JScrollPaneComponentContainerFixture.scrollPane()Returns afound in this fixture'sJScrollPane.ContainerComponentContainerFixture.scrollPane(String name) Finds ain this fixture'sJScrollPane, which name matches the specified one.ContainerComponentContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher) Finds ain this fixture'sJScrollPane, that matches the specified search criteria.ContainerContainerFixture.scrollPane()Returns afound in this fixture'sJScrollPane.ContainerContainerFixture.scrollPane(String name) Finds ain this fixture'sJScrollPane, which name matches the specified one.ContainerContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher) Finds ain this fixture'sJScrollPane, that matches the specified search criteria.Container