g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.ui.wizard
Class ProjectSelectionPage

java.lang.Object
  extended by WizardPage
      extended by eu.geclipse.servicejob.ui.wizard.ProjectSelectionPage

public class ProjectSelectionPage
extends WizardPage

Wizard page for selecting project in which should service job be created.


Constructor Summary
ProjectSelectionPage(java.lang.String pageName)
          Constructor of project selection page.
ProjectSelectionPage(java.lang.String pageName, IGridProject selectedProject)
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 java.lang.String getJobName()
          Getter method to access name of service job.
 IWizardPage getNextPage()
           
 IGridProject getProject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSelectionPage

public ProjectSelectionPage(java.lang.String pageName)
Constructor of project selection page.

Parameters:
pageName - Name of this page.

ProjectSelectionPage

public ProjectSelectionPage(java.lang.String pageName,
                            IGridProject selectedProject)
Method Detail

canFlipToNextPage

public boolean canFlipToNextPage()

createControl

public void createControl(Composite parent)

getNextPage

public IWizardPage getNextPage()

getProject

public IGridProject getProject()

getJobName

public java.lang.String getJobName()
Getter method to access name of service job.

Returns:
String name of service job that will be used in all views as well as a name of GTDL file.

g-Eclipse
Release 1.0.0