|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSliderFixture | |
---|---|
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of JSliderFixture in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return JSliderFixture | |
---|---|
JSliderFixture |
JSliderFixture.click()
Simulates a user clicking this fixture's . |
JSliderFixture |
JSliderFixture.click(MouseButton button)
Simulates a user clicking this fixture's . |
JSliderFixture |
JSliderFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's . |
JSliderFixture |
JSliderFixture.doubleClick()
Simulates a user double-clicking this fixture's . |
JSliderFixture |
JSliderFixture.focus()
Gives input focus to this fixture's . |
JSliderFixture |
JSliderFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
JSliderFixture |
JSliderFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's . |
JSliderFixture |
JSliderFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's . |
JSliderFixture |
JSliderFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's . |
JSliderFixture |
JSliderFixture.requireDisabled()
Asserts that this fixture's is disabled. |
JSliderFixture |
JSliderFixture.requireEnabled()
Asserts that this fixture's is enabled. |
JSliderFixture |
JSliderFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's is enabled. |
JSliderFixture |
JSliderFixture.requireFocused()
Asserts that this fixture's has input focus. |
JSliderFixture |
JSliderFixture.requireNotVisible()
Asserts that this fixture's is not visible. |
JSliderFixture |
JSliderFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's matches the given regular expression
pattern. |
JSliderFixture |
JSliderFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's matches the given value. |
JSliderFixture |
JSliderFixture.requireVisible()
Asserts that this fixture's . |
JSliderFixture |
JSliderFixture.rightClick()
Simulates a user right-clicking this fixture's . |
JSliderFixture |
ContainerFixture.slider()
Returns a found in this fixture's . |
JSliderFixture |
ComponentContainerFixture.slider()
Returns a found in this fixture's . |
JSliderFixture |
ContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher)
Finds a in this fixture's , that matches the
specified search criteria. |
JSliderFixture |
ComponentContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher)
Finds a in this fixture's , that matches the
specified search criteria. |
JSliderFixture |
ContainerFixture.slider(String name)
Finds a in this fixture's , which name matches the
specified one. |
JSliderFixture |
ComponentContainerFixture.slider(String name)
Finds a in this fixture's , which name matches the
specified one. |
JSliderFixture |
JSliderFixture.slideTo(int value)
Simulates a user sliding this fixture's to the given value. |
JSliderFixture |
JSliderFixture.slideToMaximum()
Simulates a user sliding this fixture's to its maximum value. |
JSliderFixture |
JSliderFixture.slideToMinimum()
Simulates a user sliding this fixture's to its minimum value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |