class HorizontalScrollbarHandler
extends java.lang.Object
implements org.eclipse.swt.widgets.Listener
| Constructor and Description |
|---|
HorizontalScrollbarHandler(GanttComposite parent,
org.eclipse.swt.widgets.ScrollBar scrollBar,
int style) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScrollBarPosition() |
void |
handleEvent(org.eclipse.swt.widgets.Event e) |
boolean |
isScrolling() |
void |
recalculate() |
void |
resetScrollPosition() |
public HorizontalScrollbarHandler(GanttComposite parent, org.eclipse.swt.widgets.ScrollBar scrollBar, int style)
public void resetScrollPosition()
public void handleEvent(org.eclipse.swt.widgets.Event e)
handleEvent in interface org.eclipse.swt.widgets.Listenerpublic int getScrollBarPosition()
public boolean isScrolling()
public void recalculate()