/**
* @author root
*
- * To change this generated comment edit the template variable "typecomment":
- * Window>Preferences>Java>Templates.
- * To enable and disable the creation of type comments go to
- * Window>Preferences>Java>Code Generation.
+ * Edits a bookmark
*/
public class EditBookmarkAction extends Action implements IViewActionDelegate {
IViewPart view;
run();
}
public void run() {
- System.out.println("Wizard..");
+ System.out.println("Wizard.."); //$NON-NLS-1$
BookmarkWizard wizard = new BookmarkWizard();
BookmarkNode b = BookmarkView.getInstance().getCurrentBookmark();