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 DocumentIndex

java.lang.Object
  extended by ag.ion.noa.internal.text.DocumentIndex
All Implemented Interfaces:
IDocumentIndex

public class DocumentIndex
extends java.lang.Object
implements IDocumentIndex

Index of a document.


Field Summary
 
Fields inherited from interface ag.ion.noa.text.IDocumentIndex
ALPHABETICAL_INDEX, BIBLIOGRAPHICAL_INDEX, CONTENT_INDEX, ILLUSTARTION_INDEX, OBJECT_INDEX, TABLE_INDEX, USER_DEFINED_INDEX
 
Constructor Summary
DocumentIndex(com.sun.star.text.XDocumentIndex documentIndex)
          Constructs new DocumentIndex.
 
Method Summary
 java.lang.String getType()
          Returny type of the index.
 void update()
          Updates the document index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentIndex

public DocumentIndex(com.sun.star.text.XDocumentIndex documentIndex)
Constructs new DocumentIndex.

Parameters:
documentIndex - XDocumentIndex interface to be used
Method Detail

getType

public java.lang.String getType()
Returny type of the index.

Specified by:
getType in interface IDocumentIndex
Returns:
type of the index
See Also:
ALPHABETICAL_INDEX, CONTENT_INDEX, USER_DEFINED_INDEX, OBJECT_INDEX, TABLE_INDEX, BIBLIOGRAPHICAL_INDEX

update

public void update()
Updates the document index.

Specified by:
update in interface IDocumentIndex

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