Package org.fest.swing.driver
Class Scrolling
java.lang.Object
org.fest.swing.driver.Scrolling
Deprecated.
Understands utility methods related to scrolling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
scrollToVisible
(Robot robot, JComponent c) Deprecated.Scrolls a
into view within a container.JComponent
-
Constructor Details
-
Scrolling
private Scrolling()Deprecated.
-
-
Method Details
-
scrollToVisible
Deprecated.Scrolls a
into view within a container.JComponent
- Parameters:
robot
- simulates user input.c
- the given component.
-
instead.Scrolling