Uses of Class
org.fest.swing.fixture.JSliderFixture

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.