org.pentaho.di.ui.spoon
Class SwtScrollBar

java.lang.Object
  extended by org.pentaho.di.ui.spoon.SwtScrollBar
All Implemented Interfaces:
ScrollBarInterface

public class SwtScrollBar
extends Object
implements ScrollBarInterface


Constructor Summary
SwtScrollBar(ScrollBar scrollBar)
           
 
Method Summary
 int getSelection()
           
 void setThumb(int thumb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwtScrollBar

public SwtScrollBar(ScrollBar scrollBar)
Parameters:
scrollBar -
Method Detail

getSelection

public int getSelection()
Specified by:
getSelection in interface ScrollBarInterface

setThumb

public void setThumb(int thumb)
Specified by:
setThumb in interface ScrollBarInterface