public class JScrollPaneDriver extends JComponentDriver
JScrollPane
s:
org.fest.swing.fixture
in your tests.robot
Constructor and Description |
---|
JScrollPaneDriver(Robot robot)
Creates a new
JScrollPaneDriver . |
Modifier and Type | Method and Description |
---|---|
JScrollBar |
horizontalScrollBarIn(JScrollPane scrollPane)
Returns the horizontal
in the given . |
JScrollBar |
verticalScrollBarIn(JScrollPane scrollPane)
Returns the vertical
in the given . |
clientProperty, invokeAction, isVisible, isVisible, requireToolTip, requireToolTip, scrollToVisible
move, resize, resizeHeight, resizeWidth
assertIsEnabledAndShowing, click, click, click, click, click, doubleClick, drag, dragOver, drop, focus, focusAndWaitForFocusGain, invokePopupMenu, invokePopupMenu, moveMouseIgnoringAnyError, moveMouseIgnoringAnyError, performAccessibleActionOf, pressAndReleaseKey, pressAndReleaseKey, pressAndReleaseKeys, pressKey, propertyName, releaseKey, requireDisabled, requireEnabled, requireEnabled, requireFocused, requireNotVisible, requireSize, requireVisible, rightClick, settings, waitForShowing
public JScrollPaneDriver(Robot robot)
JScrollPaneDriver
.robot
- the robot the robot to use to simulate user input.@RunsInEDT public JScrollBar horizontalScrollBarIn(JScrollPane scrollPane)
JScrollBar
in the given JScrollPane
.scrollPane
- the given JScrollBar
.JScrollBar
.@RunsInEDT public JScrollBar verticalScrollBarIn(JScrollPane scrollPane)
JScrollBar
in the given JScrollPane
.scrollPane
- the given JScrollBar
.JScrollBar
.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.