Class AbstractBookmarkCommand

All Implemented Interfaces:
Command
Direct Known Subclasses:
AddBookmarkCommand, NextBookmarkCommand, PreviousBookmarkCommand, RemoveAllBookmarksCommand, RemoveBookmarkCommand

public abstract class AbstractBookmarkCommand extends AbstractMouseCommand
Abstract base class for Bookmark commands. Most noteworthy is the method getBookmarkList() which retrieves the BookmarkList to work with bookmarks.
  • Constructor Details

    • AbstractBookmarkCommand

      public AbstractBookmarkCommand()
  • Method Details