|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.terminal.Screen.Cursor
public class Screen.Cursor
Represents cursor position in screen.
Constructor Summary | |
---|---|
Screen.Cursor(int row,
int column)
Creates Cursor object giving its position. |
|
Screen.Cursor(Screen.Cursor cursor)
Copy constructor. |
Method Summary | |
---|---|
int |
column()
Current column number. |
Cell |
getCell()
Gives access to underlying Cell object. |
void |
moveDown(int num)
Moves cursor down for giving row quantity. |
void |
moveEnd()
Moves cursor to end position. |
void |
moveHome()
Moves cursor to home position. |
void |
moveLeft(int num)
Moves cursor left for giving column quantity. |
void |
moveRight(int num)
Moves cursor right for giving column quantity. |
void |
moveTo(int row,
int column)
Sets cursor position in the cells. |
void |
moveUp(int num)
Moves cursor up for giving row quantity. |
int |
row()
Current row number. |
void |
scrollDown()
Moves cursor up for one row. |
void |
scrollUp()
Moves cursor down for one row. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Screen.Cursor(int row, int column)
Cursor
object giving its position.
row
- row number.column
- column number.public Screen.Cursor(Screen.Cursor cursor)
cursor
- Cursor
object to be copied.Method Detail |
---|
public int row()
public int column()
public Cell getCell()
Cell
object.
Cell
object.public void moveTo(int row, int column)
row
- row number.column
- column numberpublic void moveDown(int num)
num
- row quantity.public void moveUp(int num)
num
- row quantity.public void moveLeft(int num)
num
- column quantity.public void moveRight(int num)
num
- column quantity.public void moveHome()
public void moveEnd()
public void scrollDown()
public void scrollUp()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |