org.gcn.plinguaplugin.actions
Class ImportPsystemAction
java.lang.Object
org.gcn.plinguaplugin.actions.CreateContainerAction
org.gcn.plinguaplugin.actions.ImportPsystemAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
public class ImportPsystemAction
- extends CreateContainerAction
This class performs the creation and displaying of a InputFormatWizard
wizard when the extension referring this class is activated
- Author:
- Manuel Garcia-Quismondo-Fernandez
Method Summary |
protected org.eclipse.jface.wizard.IWizard |
getWizard()
|
protected void |
setPackage(org.eclipse.jface.wizard.IWizard wizard,
java.lang.String filePackage,
boolean change)
|
protected void |
setProject(org.eclipse.jface.wizard.IWizard wizard,
java.lang.String project,
boolean change)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportPsystemAction
public ImportPsystemAction()
setProject
protected void setProject(org.eclipse.jface.wizard.IWizard wizard,
java.lang.String project,
boolean change)
- Specified by:
setProject
in class CreateContainerAction
setPackage
protected void setPackage(org.eclipse.jface.wizard.IWizard wizard,
java.lang.String filePackage,
boolean change)
- Specified by:
setPackage
in class CreateContainerAction
getWizard
protected org.eclipse.jface.wizard.IWizard getWizard()
- Specified by:
getWizard
in class CreateContainerAction