|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizard
eu.geclipse.servicejob.ui.wizard.ServiceJobWizard
public class ServiceJobWizard
Wizard for creating service job for grid resources. First page of it is wizard selection page and its content is created from service jobs providers. Wizard nodes for this page are defined through eu.geclipse.servicejob.servicejobProvider extension point.
| Constructor Summary | |
|---|---|
ServiceJobWizard()
Constructor for wizard. |
|
ServiceJobWizard(IGridProject project,
java.util.List<IGridResource> resource)
Constructor for wizard. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
IGridProject |
getGridProject()
|
java.util.List<IGridResource> |
getInitResources()
|
IWizardPage |
getNextPage(IWizardPage page)
|
java.lang.String |
getWindowTitle()
|
void |
init(IWorkbench workbench,
IStructuredSelection selection)
|
boolean |
performFinish()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceJobWizard(IGridProject project,
java.util.List<IGridResource> resource)
project - if wizard was run through resource's context menu this
object represents grid project to which selected resource
belongs.resource - grid resource for which new service job will be createdpublic ServiceJobWizard()
ServiceJobWizard((IGridProject) null,
(IGridResource) null).
| Method Detail |
|---|
public java.lang.String getWindowTitle()
public void addPages()
public IWizardPage getNextPage(IWizardPage page)
public boolean performFinish()
public void init(IWorkbench workbench,
IStructuredSelection selection)
public java.util.List<IGridResource> getInitResources()
public IGridProject getGridProject()
getGridProject in interface IProjectSelectionProvider
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||