Package org.apache.hop.ui.hopgui.shared
Class SwtScrollBar
- java.lang.Object
-
- org.apache.hop.ui.hopgui.shared.SwtScrollBar
-
- All Implemented Interfaces:
IScrollBar
public class SwtScrollBar extends Object implements IScrollBar
-
-
Constructor Summary
Constructors Constructor Description SwtScrollBar(org.eclipse.swt.widgets.ScrollBar scrollBar)
-
-
-
Method Detail
-
getSelection
public int getSelection()
- Specified by:
getSelectionin interfaceIScrollBar
-
setThumb
public void setThumb(int thumb)
- Specified by:
setThumbin interfaceIScrollBar
-
-