Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JScrollPaneFixture |
JScrollPaneFixture.click()
Simulates a user clicking this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.focus()
Gives input focus to this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on the
managed by this
fixture. |
JScrollPaneFixture |
JScrollPaneFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JScrollPaneFixture |
JScrollPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JScrollPaneFixture |
JScrollPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JScrollPaneFixture |
JScrollPaneFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JScrollPaneFixture |
JScrollPaneFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JScrollPaneFixture |
JScrollPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JScrollPaneFixture |
JScrollPaneFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JScrollPaneFixture |
JScrollPaneFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JScrollPaneFixture |
JScrollPaneFixture.requireVisible()
Asserts that this fixture's
is visible. |
JScrollPaneFixture |
JScrollPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
JScrollPaneFixture |
ComponentContainerFixture.scrollPane()
Returns a
found in this fixture's . |
JScrollPaneFixture |
ContainerFixture.scrollPane()
Returns a
found in this fixture's . |
JScrollPaneFixture |
ComponentContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher)
Finds a
in this fixture's , that matches the
specified search criteria. |
JScrollPaneFixture |
ContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher)
Finds a
in this fixture's , that matches the
specified search criteria. |
JScrollPaneFixture |
ComponentContainerFixture.scrollPane(String name)
Finds a
in this fixture's , which name matches the
specified one. |
JScrollPaneFixture |
ContainerFixture.scrollPane(String name)
Finds a
in this fixture's , which name matches the
specified one. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.