|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineCursor
Line cursor of a text document.
Method Summary | |
---|---|
void |
gotoEndOfLine(boolean mark)
Moves the cursor to the end of the current line. |
void |
gotoStartOfLine(boolean mark)
Moves the cursor to the start of the current line. |
boolean |
isAtEndOfLine()
Determines if the cursor is positioned at the end of a line. |
boolean |
isAtStartOfLine()
Determines if the cursor is positioned at the start of a line. |
Method Detail |
---|
boolean isAtStartOfLine()
boolean isAtEndOfLine()
void gotoStartOfLine(boolean mark)
mark
- indicates if the space between the current position and the end
is to be markedvoid gotoEndOfLine(boolean mark)
mark
- indicates if the space between the current position and the end
is to be marked
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |