Class JSplitPaneDriver

java.lang.Object
org.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.scrolling.JSplitPaneDriver
All Implemented Interfaces:
LightDriver, ScrollDriver

public class JSplitPaneDriver extends LightSupportiveDriver implements ScrollDriver
ScrollDriver for javax.swing.JSplitPane component type.
Author:
Alexandre Iline(alexandre.iline@sun.com)
  • Constructor Details

    • JSplitPaneDriver

      public JSplitPaneDriver()
      Constructs a JSplitPaneDriver.
  • Method Details

    • scroll

      public void scroll(ComponentOperator oper, ScrollAdjuster adj)
      Description copied from interface: ScrollDriver
      Changes value.
      Specified by:
      scroll in interface ScrollDriver
      Parameters:
      oper - Scroller operator.
      adj - Object defines scroll position.
    • scrollToMinimum

      public void scrollToMinimum(ComponentOperator oper, int orientation)
      Description copied from interface: ScrollDriver
      Changes value to a minimum.
      Specified by:
      scrollToMinimum in interface ScrollDriver
      Parameters:
      oper - Scroller operator.
      orientation - java.awt.Adjustable.HORIZONTAL or java.awt.Adjustable.VERTICAL
    • scrollToMaximum

      public void scrollToMaximum(ComponentOperator oper, int orientation)
      Description copied from interface: ScrollDriver
      Changes value to a maximum.
      Specified by:
      scrollToMaximum in interface ScrollDriver
      Parameters:
      oper - Scroller operator.
      orientation - java.awt.Adjustable.HORIZONTAL or java.awt.Adjustable.VERTICAL