|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizardPage
eu.geclipse.jsdl.ui.wizards.DataStagingNewJobWizardPage
public class DataStagingNewJobWizardPage
Wizard page used by NewJobWizard. Allows user to set input and
output files (but not stdIn or stdOut) for a job to be run on a Grid
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
java.util.List<DataStagingType> |
getFiles(eu.geclipse.jsdl.ui.internal.wizards.FileType type)
Method to access String values kept by table |
IWizardPage |
getNextPage()
|
IWizardPage |
getPreviousPage()
|
boolean |
isCreated()
Method to find out if this page was created |
void |
setInitialStagingIn(java.util.Map<java.lang.String,java.lang.String> initialIn)
Method to set initial contents of table holding DataStagingIn files, when only their name and location are given (as a Strings). |
void |
setInitialStagingInModel(java.util.List<DataStagingType> files)
Setter method for a field holding initial contents of table with DataStagingInFiles |
void |
setInitialStagingOut(java.util.Map<java.lang.String,java.lang.String> initialOut)
Method to set initial contents of table holding DataStagingOut files, when only their name and location are given (as a Strings). |
void |
setInitialStagingOutModel(java.util.List<DataStagingType> files)
Setter method for a field holding initial contents of table with DataStagingOutFiles |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void createControl(Composite parent)
public java.util.List<DataStagingType> getFiles(eu.geclipse.jsdl.ui.internal.wizards.FileType type)
type - Type of a files which values should be extracted from table
public IWizardPage getNextPage()
public boolean isCreated()
createControl(Composite) was
invokedpublic void setInitialStagingOut(java.util.Map<java.lang.String,java.lang.String> initialOut)
initialOut - map of DataStagingOut files' data with their names as a
keys and locations as a valuespublic void setInitialStagingIn(java.util.Map<java.lang.String,java.lang.String> initialIn)
initialIn - map of DataStagingOut files' data with their names as a
keys and locations as a valuespublic IWizardPage getPreviousPage()
public void setInitialStagingInModel(java.util.List<DataStagingType> files)
files - list of DataStagingType objectspublic void setInitialStagingOutModel(java.util.List<DataStagingType> files)
files - list of DataStagingType objects
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||