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 AnnotationService

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

public class AnnotationService
extends java.lang.Object
implements IAnnotationService

Annotation service of a text document.


Constructor Summary
AnnotationService(ITextDocument textDocument)
          Constructs new AnnotationService.
 
Method Summary
 IAnnotation[] getAnnotations()
          Returns all annotations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationService

public AnnotationService(ITextDocument textDocument)
                  throws java.lang.IllegalArgumentException
Constructs new AnnotationService.

Parameters:
textDocument - the text document of the service
Throws:
java.lang.IllegalArgumentException - if the text document is not valid
Method Detail

getAnnotations

public IAnnotation[] getAnnotations()
Returns all annotations.

Specified by:
getAnnotations in interface IAnnotationService
Returns:
all annotations

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