org.gcn.plinguaplugin.actions
Class ImportPsystemAction

java.lang.Object
  extended by org.gcn.plinguaplugin.actions.CreateContainerAction
      extended by 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

Constructor Summary
ImportPsystemAction()
           
 
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 org.gcn.plinguaplugin.actions.CreateContainerAction
dispose, init, run, selectionChanged, setActivePart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPsystemAction

public ImportPsystemAction()
Method Detail

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