Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text
Interface ILineCursor

All Known Implementing Classes:
LineCursor

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

isAtStartOfLine

boolean isAtStartOfLine()
Determines if the cursor is positioned at the start of a line.


isAtEndOfLine

boolean isAtEndOfLine()
Determines if the cursor is positioned at the end of a line.


gotoStartOfLine

void gotoStartOfLine(boolean mark)
Moves the cursor to the start of the current line.

Parameters:
mark - indicates if the space between the current position and the end is to be marked

gotoEndOfLine

void gotoEndOfLine(boolean mark)
Moves the cursor to the end of the current line.

Parameters:
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