Uses of Class
org.fest.swing.util.Range.From
Packages that use Range.From
Package
Description
Drivers that simulate user input on GUI
Component
s.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
Some useful utility methods.
-
Uses of Range.From in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type Range.FromModifier and TypeMethodDescriptionvoid
JListDriver.selectItems
(JList list, Range.From from, Range.To to) Selects the items in the specified range. -
Uses of Range.From in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type Range.FromModifier and TypeMethodDescriptionJListFixture.selectItems
(Range.From from, Range.To to) Simulates a user selecting the items (in the specified range) in this fixture's
.JList
-
Uses of Range.From in org.fest.swing.util
Methods in org.fest.swing.util that return Range.FromModifier and TypeMethodDescriptionstatic final Range.From
Range.from
(int value) Creates a new
, representing the starting value of a range.Range.From