org.fest.swing.core
Class Scrolling

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

public final class Scrolling
extends Object

Understands utility methods related to scrolling.

Since:
1.2
Author:
Juhos Csaba-Zsolt

Method Summary
static void scrollToVisible(Robot robot, JComponent c)
          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)
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.