RestoreProject.java
Go to the documentation of this file.
00001 package com.generalrobotix.ui.actions;
00002 
00003 import org.eclipse.jface.action.IAction;
00004 import org.eclipse.jface.viewers.ISelection;
00005 import org.eclipse.ui.IWorkbenchWindow;
00006 import org.eclipse.ui.IWorkbenchWindowActionDelegate;
00007 
00008 import com.generalrobotix.ui.GrxPluginManager;
00009 import com.generalrobotix.ui.grxui.Activator;
00010 import com.generalrobotix.ui.item.GrxProjectItem;
00011 
00012 public class RestoreProject implements IWorkbenchWindowActionDelegate {
00013         public void run(IAction action) {
00014                 GrxPluginManager manager_ = Activator.getDefault().manager_;
00015                 manager_.getProjectMenu().get( GrxProjectItem.MENU_RESTORE ).run();
00016         }
00017 
00018         public void dispose() {}
00019         public void init(IWorkbenchWindow window) {}
00020         public void selectionChanged(IAction action, ISelection selection) {}
00021 
00022 }


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:19