|
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.workflow.ui.wizards.NewWorkflowCreationWizardPage
public class NewWorkflowCreationWizardPage
Main page for a wizard that creates a workflow resource.
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
The method that creates the controls on the page. |
IFolder |
createNewFolder()
Creates a new folder resource in the selected container and with the selected name. |
IPath |
getContainerFullPath()
Returns the current full path of the containing resource as entered or selected by the user, or its anticipated initial value. |
java.lang.String |
getFolderName()
|
void |
handleEvent(Event event)
The NewWorkflowCreationWizardPage implementation of this
Listener method handles all events and enablements for
controls on this page. |
void |
setContainerFullPath(IPath path)
Sets the value of this page's container name field, or stores it for future use if this page's controls do not exist yet. |
void |
setFileExtension(java.lang.String value)
Set the only file extension allowed for this page's file name field. |
void |
setFileName(java.lang.String value)
Sets the value of this page's file name field, or stores it for future use if this page's controls do not exist yet. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void createControl(Composite parent)
public IFolder createNewFolder()
In normal usage, this method is invoked after the user has pressed Finish on the wizard; the enablement of the Finish button implies that all controls on this page currently contain valid values.
Note that this page caches the new folder once it has been successfully created; subsequent invocations of this method will answer the same folder resource without attempting to create it again.
This method should be called within a workspace modify operation since it creates resources.
null if the folder was
not createdpublic IPath getContainerFullPath()
null if no path is knownpublic java.lang.String getFolderName()
public void handleEvent(Event event)
NewWorkflowCreationWizardPage implementation of this
Listener method handles all events and enablements for
controls on this page.
public void setContainerFullPath(IPath path)
path - the full path to the containerpublic void setFileExtension(java.lang.String value)
value - The file extension without the '.' prefix (e.g. 'java', 'xml')public void setFileName(java.lang.String value)
value - new file name
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||