pl.edu.agh.cast.importer.wizard.action
Class ImportWizardAction

java.lang.Object
  extended by pl.edu.agh.cast.importer.wizard.action.ImportWizardAction
Direct Known Subclasses:
ImportWizardActionGlobal, ImportWizardActionNavigator

public class ImportWizardAction
extends Object

Action of creating and displaying the import wizard, which is contributed via an extension point.

Author:
AGH CAST Team

Constructor Summary
ImportWizardAction()
           
 
Method Summary
protected  org.eclipse.core.resources.IProject getProject()
          Retrieves the project value.
 void run(org.eclipse.jface.action.IAction action)
          
protected  void setProject(org.eclipse.core.resources.IProject project)
          Sets the project value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportWizardAction

public ImportWizardAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)

See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)

getProject

protected org.eclipse.core.resources.IProject getProject()
Retrieves the project value.

Returns:
project value

setProject

protected void setProject(org.eclipse.core.resources.IProject project)
Sets the project value.

Parameters:
project - project value to set


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.