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.internal.text
Class TextCursorService

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.TextCursorService
All Implemented Interfaces:
ITextCursorService

public class TextCursorService
extends java.lang.Object
implements ITextCursorService

Cursor service of a text document.


Constructor Summary
TextCursorService(ITextDocument textDocument, com.sun.star.text.XText xText)
          Constructs new TextCursorService.
 
Method Summary
 ITextCursor getTextCursor()
          Returns the text cursor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCursorService

public TextCursorService(ITextDocument textDocument,
                         com.sun.star.text.XText xText)
                  throws java.lang.IllegalArgumentException
Constructs new TextCursorService.

Parameters:
textDocument - text document to be used
xText - OpenOffice.org XText interface to be used
Throws:
java.lang.IllegalArgumentException - if the submitted text document or OpenOffice.org XText interface is not valid
Method Detail

getTextCursor

public ITextCursor getTextCursor()
Returns the text cursor.

Specified by:
getTextCursor in interface ITextCursorService
Returns:
text cursor

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