|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.ganttchart.ScrollBar
public class ScrollBar
The Class ScrollBar.
Nested Class Summary | |
---|---|
static class |
ScrollBar.Direction
The Enum Direction. |
static interface |
ScrollBar.ScrollListener
The listener interface for receiving scroll events. |
Constructor Summary | |
---|---|
ScrollBar(int length,
int heigth,
int contentLength,
ContentSystem contentSystem,
ScrollBar.Direction direction)
Instantiates a new scroll bar. |
Method Summary | |
---|---|
void |
addScrollBarListener(ScrollBar.ScrollListener l)
Adds the scroll bar listener. |
Window |
getScrollBarContentItem()
Gets the scroll bar content item. |
void |
removeScrollBarListener(ScrollBar.ScrollListener l)
Removes the scroll bar listener. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScrollBar(int length, int heigth, int contentLength, ContentSystem contentSystem, ScrollBar.Direction direction)
length
- the lengthheigth
- the heigthcontentLength
- the content lengthcontentSystem
- the content systemdirection
- the directionMethod Detail |
---|
public void addScrollBarListener(ScrollBar.ScrollListener l)
l
- the lpublic Window getScrollBarContentItem()
public void removeScrollBarListener(ScrollBar.ScrollListener l)
l
- the l
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |