Class AbstractBookmarkCommand
java.lang.Object
com.levigo.jadice.web.client.util.command.InjectedCommand
com.levigo.jadice.web.client.commands.AbstractContextCommand
com.levigo.jadice.web.client.commands.AbstractPageViewCommand
com.levigo.jadice.web.client.commands.AbstractMouseCommand
com.levigo.jadice.web.client.commands.AbstractBookmarkCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
AddBookmarkCommand,NextBookmarkCommand,PreviousBookmarkCommand,RemoveAllBookmarksCommand,RemoveBookmarkCommand
Abstract base class for
Bookmark commands. Most noteworthy is the method
getBookmarkList() which retrieves the BookmarkList to work with bookmarks.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theBookmarkListfrom the Document properties.voidpanToBookmark(Bookmark bookmark) Methods inherited from class com.levigo.jadice.web.client.commands.AbstractMouseCommand
clearInjections, isDoubleClicked, setMouseEventMethods inherited from class com.levigo.jadice.web.client.commands.AbstractPageViewCommand
canExecute, getPageView, setPageViewMethods inherited from class com.levigo.jadice.web.client.commands.AbstractContextCommand
getContext, propagateContextChange, setContextMethods inherited from class com.levigo.jadice.web.client.util.command.InjectedCommand
canExecute, execute, execute, getKey, isSelected, isSelected, setKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.levigo.jadice.web.client.util.command.Command
getID, isAvailable, isAvailable
-
Constructor Details
-
AbstractBookmarkCommand
public AbstractBookmarkCommand()
-
-
Method Details
-
getBookmarkList
Retrieves theBookmarkListfrom the Document properties. If there is no BookmarkList yet, it will be created viaBookmarkListFactory.getBookmarkList(Document).- Returns:
- the bookmark store
-