Class JSplitPaneDriver
java.lang.Object
org.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.scrolling.JSplitPaneDriver
- All Implemented Interfaces:
LightDriver, ScrollDriver
ScrollDriver for javax.swing.JSplitPane component type.
- Author:
- Alexandre Iline(alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidscroll(ComponentOperator oper, ScrollAdjuster adj) Changes value.voidscrollToMaximum(ComponentOperator oper, int orientation) Changes value to a maximum.voidscrollToMinimum(ComponentOperator oper, int orientation) Changes value to a minimum.Methods inherited from class LightSupportiveDriver
checkSupported, getSupported
-
Constructor Details
-
JSplitPaneDriver
public JSplitPaneDriver()Constructs a JSplitPaneDriver.
-
-
Method Details
-
scroll
Description copied from interface:ScrollDriverChanges value.- Specified by:
scrollin interfaceScrollDriver- Parameters:
oper- Scroller operator.adj- Object defines scroll position.
-
scrollToMinimum
Description copied from interface:ScrollDriverChanges value to a minimum.- Specified by:
scrollToMinimumin interfaceScrollDriver- Parameters:
oper- Scroller operator.orientation-java.awt.Adjustable.HORIZONTALorjava.awt.Adjustable.VERTICAL
-
scrollToMaximum
Description copied from interface:ScrollDriverChanges value to a maximum.- Specified by:
scrollToMaximumin interfaceScrollDriver- Parameters:
oper- Scroller operator.orientation-java.awt.Adjustable.HORIZONTALorjava.awt.Adjustable.VERTICAL
-