Package org.fest.swing.driver
Class VerticalJScrollBarLocation
java.lang.Object
org.fest.swing.driver.JScrollBarLocationStrategy
org.fest.swing.driver.VerticalJScrollBarLocation
Understands a location in a horizontal
JScrollBar.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intarrow(JScrollBar scrollBar) (package private) PointblockLocation(JScrollBar scrollBar, Point unitLocation, int offset) (package private) PointthumbLocation(JScrollBar scrollBar, double fraction) (package private) PointunitLocationToScrollDown(JScrollBar scrollBar)
-
Constructor Details
-
VerticalJScrollBarLocation
VerticalJScrollBarLocation()
-
-
Method Details
-
thumbLocation
- Specified by:
thumbLocationin classJScrollBarLocationStrategy
-
blockLocation
- Specified by:
blockLocationin classJScrollBarLocationStrategy
-
unitLocationToScrollDown
- Specified by:
unitLocationToScrollDownin classJScrollBarLocationStrategy
-
arrow
- Specified by:
arrowin classJScrollBarLocationStrategy
-