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

ag.ion.noa.internal.text
Class AnnotationService

java.lang.Object
  extended by ag.ion.noa.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)
Constructs new AnnotationService.

Parameters:
textDocument - the text document of the service
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