org.fest.swing.driver
Class Scrolling

java.lang.Object
  extended by org.fest.swing.driver.Scrolling

Deprecated. Use Scrolling instead.

@Deprecated
public final class Scrolling
extends Object

Understands utility methods related to scrolling.

Author:
Juhos Csaba-Zsolt

Method Summary
static void scrollToVisible(Robot robot, JComponent c)
          Deprecated. Scrolls a JComponent into view within a container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

scrollToVisible

public static void scrollToVisible(Robot robot,
                                   JComponent c)
Deprecated. 
Scrolls a JComponent into view within a container.

Parameters:
robot - simulates user input.
c - the given component.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.