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
.JScrollPane
JScrollPaneFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JScrollPane
JScrollPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JScrollPane
JScrollPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JScrollPane
JScrollPaneFixture.focus()
Gives input focus to this fixture's
.JScrollPane
JScrollPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JScrollPane
JScrollPaneFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on the
managed by this fixture.JScrollPane
JScrollPaneFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JScrollPane
JScrollPaneFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JScrollPane
JScrollPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled.JScrollPane
JScrollPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled.JScrollPane
JScrollPaneFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JScrollPane
JScrollPaneFixture.requireFocused()
Asserts that this fixture's
has input focus.JScrollPane
JScrollPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JScrollPane
JScrollPaneFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JScrollPane
JScrollPaneFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JScrollPane
JScrollPaneFixture.requireVisible()
Asserts that this fixture's
is visible.JScrollPane
JScrollPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
.JScrollPane
ComponentContainerFixture.scrollPane()
Returns a
found in this fixture'sJScrollPane
.Container
ComponentContainerFixture.scrollPane
(String name) Finds a
in this fixture'sJScrollPane
, which name matches the specified one.Container
ComponentContainerFixture.scrollPane
(GenericTypeMatcher<? extends JScrollPane> matcher) Finds a
in this fixture'sJScrollPane
, that matches the specified search criteria.Container
ContainerFixture.scrollPane()
Returns a
found in this fixture'sJScrollPane
.Container
ContainerFixture.scrollPane
(String name) Finds a
in this fixture'sJScrollPane
, which name matches the specified one.Container
ContainerFixture.scrollPane
(GenericTypeMatcher<? extends JScrollPane> matcher) Finds a
in this fixture'sJScrollPane
, that matches the specified search criteria.Container