|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizardSelectionPage
eu.geclipse.jsdl.ui.wizards.ExecutableNewJobWizardPage
public class ExecutableNewJobWizardPage
Wizard page that allows user to choose an executable for the grid job, name of the job and its description
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
ApplicationSpecificPage |
getApplicationSpecificPage()
Method to access application specific page |
java.util.List<IApplicationSpecificPage> |
getApplicationSpecificPages()
Returns list of pages created from parsing XML with description of additional pages specific to application |
java.util.ArrayList<java.lang.String> |
getArgumentsList()
Method to access job's arguments given by user. |
JSDLJobDescription |
getBasicJSDL()
Method to access basic JSDL file used by application specific settings. |
java.lang.String |
getExecutableFile()
Returns name of executable to run on grid |
IWizardPage |
getNextPage()
|
java.lang.String |
getStderr()
Method to access value of path to standard error file |
java.lang.String |
getStdin()
Method to access value of field holding path to stdin file |
java.lang.String |
getStdout()
Method to access value of a field holding path to stdout |
boolean |
isPageComplete()
|
void |
modifyText(ModifyEvent e)
|
void |
setVisible(boolean visible)
|
void |
updateButtons()
Updates buttons as a reaction to changes in page's fields content. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IWizardPage getNextPage()
public boolean isPageComplete()
public void createControl(Composite parent)
public java.lang.String getExecutableFile()
public void modifyText(ModifyEvent e)
public ApplicationSpecificPage getApplicationSpecificPage()
ApplicationSpecificPage or null if this page
wasn't used by wizardpublic java.util.List<IApplicationSpecificPage> getApplicationSpecificPages()
public java.lang.String getStdin()
public java.lang.String getStdout()
public java.util.ArrayList<java.lang.String> getArgumentsList()
public JSDLJobDescription getBasicJSDL()
null if no such file is present.public void updateButtons()
public java.lang.String getStderr()
public void setVisible(boolean visible)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||