|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.viewer.lightweight.view.TextField.CursorPosition
| Method Summary | |
void |
asFor(TextField.CursorPosition pos)
|
void |
cursorAt(Location atLocation)
|
int |
getCharacter()
|
int |
getLine()
|
void |
home()
Move the cursor to the top-left hand of the field |
void |
left()
Movet the cursor left by one character. |
void |
lineDown()
Move down one line. |
void |
lineUp()
Move up one line. |
void |
moveForward(int characters)
Move the cursor right by one character. |
void |
pageDown()
Move down one line. |
void |
pageUp()
Move cursor up by a page |
void |
right()
Move the cursor right by one character. |
void |
top()
Move the cursor to the top-left of the field |
java.lang.String |
toString()
|
void |
wordLeft()
Move the cursor left to the beginning of the previous word. |
void |
wordRight()
Move the cursor right to the end of the current word. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getCharacter()
public int getLine()
public void asFor(TextField.CursorPosition pos)
public void cursorAt(Location atLocation)
public void home()
public void left()
public void lineDown()
public void lineUp()
public void moveForward(int characters)
public void pageDown()
public void pageUp()
public void right()
public java.lang.String toString()
public void top()
public void wordLeft()
public void wordRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||