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.text
Interface IBookmarkService

All Known Implementing Classes:
BookmarkService

public interface IBookmarkService

Bookmark service of a text document.


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.
 

Method Detail

getBookmarks

IBookmark[] getBookmarks()
Returns all bookmarks.

Returns:
all bookmarks

getBookmark

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

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