|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Range.To | |
|---|---|
| org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
| org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
| org.fest.swing.util | Some useful utility methods. |
| Uses of Range.To in org.fest.swing.driver |
|---|
| Methods in org.fest.swing.driver with parameters of type Range.To | |
|---|---|
void |
JListDriver.selectItems(JList list,
Range.From from,
Range.To to)
Selects the items in the specified range. |
| Uses of Range.To in org.fest.swing.fixture |
|---|
| Methods in org.fest.swing.fixture with parameters of type Range.To | |
|---|---|
JListFixture |
JListFixture.selectItems(Range.From from,
Range.To to)
Simulates a user selecting the items (in the specified range) in this fixture's . |
| Uses of Range.To in org.fest.swing.util |
|---|
| Methods in org.fest.swing.util that return Range.To | |
|---|---|
static Range.To |
Range.to(int value)
Creates a new , representing the ending value of a range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||