| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A visible area in Together's text editor.
This interface provides methods for getting information about the visible area, as well as for changing the visible area.
| Method Summary | |
int | getFirstColumn()Returns the number of the first column in this visible area. |
int | getFirstLine()Returns the number of the first line of this visible area. |
int | getHeight()Returns the height of this visible area as a number of characters. |
int | getLastColumn()Returns the number of the last column in this visible area. |
int | getLastLine()Returns the number of the last line in this visible area. |
int | getWidth()Returns the width of this visible area as a number of characters. |
void | setFirstColumn(int col)Sets the first column in this visible area to the specified value. |
void | setFirstLine(int line)Sets the first line in this visible area to the specified value. |
void | setLastColumn(int col)Sets the last column in this visible area to the specified value. |
void | setLastLine(int line)Sets the last line in this visible area to the specified value. |
| Method Detail |
public int getFirstColumn()
int number of the first column in this visible areapublic int getFirstLine()
int number of the first line in this visible areapublic int getHeight()
int height of this visible areapublic int getLastColumn()
int number of the last column in this visible areapublic int getLastLine()
int number of the last line in this visible areapublic int getWidth()
int width of this visible areapublic void setFirstColumn(int col)
int number of the column to be made in the visible areapublic void setFirstLine(int line)
int number of the line to be made first in the visible areapublic void setLastColumn(int col)
int number of this columnpublic void setLastLine(int line)
int number of this line
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||