|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IViewport
This interface defines a scrollable content.
| Method Summary | |
|---|---|
void |
register(IScrollView view)
Register a view to be notified of scroll events. |
void |
resize(int columns,
int lines)
Resize the viewport. |
void |
scroll(int columns,
int lines)
Scroll the viewport. |
| Method Detail |
|---|
void scroll(int columns,
int lines)
columns - the number of columns to scrolllines - the number of lines to scroll
void resize(int columns,
int lines)
columns - the number of columns visiblelines - the number of lines visiblevoid register(IScrollView view)
The content viewport must be able to handle several views.
view - the view to register
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||