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 BookmarkService

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

public class BookmarkService
extends java.lang.Object
implements IBookmarkService

Bookmark service of a text document.


Constructor Summary
BookmarkService(ITextDocument textDocument)
          Constructs new CursorService.
 
Method Summary
 IBookmark getBookmark(java.lang.String name)
          Returns the bookmark for the specified name, or null if none was found with this name.
 IBookmark[] getBookmarks()
          Returns all bookmarks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkService

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

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

getBookmarks

public IBookmark[] getBookmarks()
Returns all bookmarks.

Specified by:
getBookmarks in interface IBookmarkService
Returns:
all bookmarks

getBookmark

public IBookmark getBookmark(java.lang.String name)
Returns the bookmark for the specified name, or null if none was found with this name.

Specified by:
getBookmark in interface IBookmarkService
Parameters:
name - the bookmark name to be used
Returns:
the bookmark for the specified name, or null

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