| org.eclipse.ui.views.bookmarkexplorer.BookmarkAction org.eclipse.ui.views.bookmarkexplorer.EditBookmarkAction
EditBookmarkAction | class EditBookmarkAction extends BookmarkAction (Code) | | Opens a properties dialog allowing the user to edit the bookmark's description.
|
Method Summary | |
public void | run() | public void | selectionChanged(IStructuredSelection selection) Sets marker to the current selection if the selection is an instance of
org.eclipse.core.resources.IMarker and the selected marker's
resource is an instance of org.eclipse.core.resources.IFile. |
selectionChanged | public void selectionChanged(IStructuredSelection selection)(Code) | | Sets marker to the current selection if the selection is an instance of
org.eclipse.core.resources.IMarker and the selected marker's
resource is an instance of org.eclipse.core.resources.IFile.
Otherwise sets marker to null.
|
|
|