|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.text.BookmarkService
public class BookmarkService
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 |
---|
public BookmarkService(ITextDocument textDocument) throws java.lang.IllegalArgumentException
textDocument
- the text document of the service
java.lang.IllegalArgumentException
- if the text document is not validMethod Detail |
---|
public IBookmark[] getBookmarks()
getBookmarks
in interface IBookmarkService
public IBookmark getBookmark(java.lang.String name)
getBookmark
in interface IBookmarkService
name
- the bookmark name to be used
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |