Uses of Class
org.fest.swing.fixture.JSpinnerFixture
Packages that use JSpinnerFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JSpinnerFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JSpinnerFixtureModifier and TypeMethodDescriptionJSpinnerFixture.click()
Simulates a user clicking this fixture's
.JSpinner
JSpinnerFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JSpinner
JSpinnerFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JSpinner
JSpinnerFixture.decrement()
Simulates a user decrementing the value of this fixture's
one time.JSpinner
JSpinnerFixture.decrement
(int times) Simulates a user decrementing the value of this fixture's
the given number of times.JSpinner
JSpinnerFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JSpinner
Simulates a user entering the given text in this fixture's
(assuming its editor has aJSpinner
under it.) This method does not commit the value to theJTextComponent
JSpinner
.JSpinnerFixture.enterTextAndCommit
(String text) Simulates a user entering and committing the given text in this fixture's
(assuming its editor has aJSpinner
under it.)JTextComponent
JSpinnerFixture.focus()
Gives input focus to this fixture's
.JSpinner
JSpinnerFixture.increment()
Simulates a user incrementing the value of this fixture's
one time.JSpinner
JSpinnerFixture.increment
(int times) Simulates a user incrementing the value of this fixture's
the given number of times.JSpinner
JSpinnerFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JSpinner
JSpinnerFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JSpinner
JSpinnerFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JSpinner
JSpinnerFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JSpinner
JSpinnerFixture.requireDisabled()
Asserts that this fixture's
is disabled.JSpinner
JSpinnerFixture.requireEnabled()
Asserts that this fixture's
is enabled.JSpinner
JSpinnerFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JSpinner
JSpinnerFixture.requireFocused()
Asserts that this fixture's
has input focus.JSpinner
JSpinnerFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JSpinner
JSpinnerFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JSpinner
JSpinnerFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JSpinner
JSpinnerFixture.requireValue
(Object value) Verifies that the value of this fixture's
is equal to the given one.JSpinner
JSpinnerFixture.requireVisible()
Asserts that this fixture's
is visible.JSpinner
JSpinnerFixture.rightClick()
Simulates a user right-clicking this fixture's
.JSpinner
ComponentContainerFixture.spinner()
ComponentContainerFixture.spinner
(GenericTypeMatcher<? extends JSpinner> matcher) ContainerFixture.spinner()
ContainerFixture.spinner
(GenericTypeMatcher<? extends JSpinner> matcher)