| org.tcat.citd.sim.udig.bookmarks.internal.actions.BookmarkAction
BookmarkAction | public class BookmarkAction extends Action implements IObjectActionDelegate,IViewActionDelegate,IDoubleClickListener(Code) | | The action delegate the provides all of the actions for working with bookmarks.
author: cole.markham since: 1.0.0 |
Method Summary | |
public void | doubleClick(DoubleClickEvent event) | public void | init(IViewPart viewPart) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection newSelection) | public void | setActivePart(IAction action, IWorkbenchPart targetPart) |
ADD_BOOKMARK_ACTION_ID | final public static String ADD_BOOKMARK_ACTION_ID(Code) | | id for action to add a bookmark
|
GOTO_BOOKMARK_ACTION_ID | final public static String GOTO_BOOKMARK_ACTION_ID(Code) | | id for action to go to a bookmark
|
REMOVE_ALL_ACTION_ID | final public static String REMOVE_ALL_ACTION_ID(Code) | | id for action to remove all bookmarks
|
REMOVE_BOOKMARK_ACTION_ID | final public static String REMOVE_BOOKMARK_ACTION_ID(Code) | | id for action to remove a bookmark
|
REMOVE_MAP_ACTION_ID | final public static String REMOVE_MAP_ACTION_ID(Code) | | id for action to remove a bookmark
|
REMOVE_PROJECT_ACTION_ID | final public static String REMOVE_PROJECT_ACTION_ID(Code) | | id for action to remove a bookmark
|
RENAME_BOOKMARK_ACTION_ID | final public static String RENAME_BOOKMARK_ACTION_ID(Code) | | id for action to rename a bookmark
|
RESTORE_BOOKMARKS_ACTION_ID | final public static String RESTORE_BOOKMARKS_ACTION_ID(Code) | | id for action to restore the bookmarks
|
SAVE_BOOKMARKS_ACTION_ID | final public static String SAVE_BOOKMARKS_ACTION_ID(Code) | | id for action to save the bookmarks
|
BookmarkAction | public BookmarkAction()(Code) | | Default Constructor
|
doubleClick | public void doubleClick(DoubleClickEvent event)(Code) | | |
init | public void init(IViewPart viewPart)(Code) | | |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection newSelection)(Code) | | |
setActivePart | public void setActivePart(IAction action, IWorkbenchPart targetPart)(Code) | | |
|
|