net.infonode.gui
public class ScrollableBox extends SimplePanel
| Constructor Summary | |
|---|---|
| ScrollableBox(JComponent scrollingContainer, boolean vertical, int scrollOffset) | |
| Method Summary | |
|---|---|
| void | addScrollableBoxListener(ScrollableBoxListener listener) |
| void | ensureVisible(int index) |
| JComponent | getScrollingComponent() |
| int | getScrollOffset() |
| boolean | isLeftEnd() |
| boolean | isRightEnd() |
| boolean | isVertical() |
| void | removeScrollableBoxListener(ScrollableBoxListener listener) |
| void | scrollLeft(int numIndex) |
| void | scrollRight(int numIndex) |
| void | setLayoutOrderList(ArrayList layoutOrderList) |
| void | setScrollingContainer(JComponent component) |
| void | setScrollOffset(int scrollOffset) |
| void | setVertical(boolean vertical) |
| void | updateUI() |