|
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.specific.ApplicationSpecificLastPage
public class ApplicationSpecificLastPage
The last page in SpecificWizardPart, holding BasicWizardPart
wizard node. There should be only one instance of this class per wizard
| Constructor Summary | |
|---|---|
ApplicationSpecificLastPage(java.lang.String pageName,
org.w3c.dom.Element element,
IWizardNode node)
Method to create an instance of ApplicationSpecificLastPage |
|
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
java.util.Map<java.lang.String,java.util.ArrayList<java.lang.String>> |
getParametersValues()
Returns map of parameter's names and their values. |
java.util.Map<java.lang.String,java.util.Properties> |
getStageInFiles()
Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred from remote location (staged in). |
java.util.Map<java.lang.String,java.util.Properties> |
getStageOutFiles()
Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred to remote location (staged in). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationSpecificLastPage(java.lang.String pageName,
org.w3c.dom.Element element,
IWizardNode node)
ApplicationSpecificLastPage
pageName - name of the pageelement - element form the xml holding information about this pagenode - wizard node of next wizard (its pages will be displayed after
this page)| Method Detail |
|---|
public java.util.Map<java.lang.String,java.util.ArrayList<java.lang.String>> getParametersValues()
IApplicationSpecificPage
getParametersValues in interface IApplicationSpecificPagepublic void createControl(Composite parent)
public java.util.Map<java.lang.String,java.util.Properties> getStageInFiles()
IApplicationSpecificPage
getStageInFiles in interface IApplicationSpecificPagepublic java.util.Map<java.lang.String,java.util.Properties> getStageOutFiles()
IApplicationSpecificPage
getStageOutFiles in interface IApplicationSpecificPage
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||