|
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 IViewCursor
Visible cursor of a text document.
Method Summary | |
---|---|
IPageCursor |
getPageCursor()
Returns the page cursor for the view cursor, can be null if no page cursor is available. |
ITextRange |
getStartTextRange()
Returns start text range of the cursor. |
ITextCursor |
getTextCursorFromEnd()
Returns new text cursor from the end position of the view cursor. |
ITextCursor |
getTextCursorFromStart()
Returns new text cursor from the start position of the view cursor. |
void |
goToRange(ITextRange textRange,
boolean select)
Moves to the given text range. |
Method Detail |
---|
ITextRange getStartTextRange()
ITextCursor getTextCursorFromStart()
ITextCursor getTextCursorFromEnd()
void goToRange(ITextRange textRange, boolean select)
textRange
- the text range to go toselect
- if to extend the selectionIPageCursor getPageCursor()
|
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 |