| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JSliderFixture |
ComponentContainerFixture.slider()
Returns a
JSlider found in this fixture's Container. |
JSliderFixture |
AbstractContainerFixture.slider() |
JSliderFixture |
ComponentContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher)
Finds a
JSlider in this fixture's Container, that matches the specified search criteria. |
JSliderFixture |
AbstractContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher) |
JSliderFixture |
ComponentContainerFixture.slider(String name)
Finds a
JSlider in this fixture's Container, which name matches the specified one. |
JSliderFixture |
AbstractContainerFixture.slider(String name) |
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 © 2014 AssertJ. All rights reserved.