public interface ISubtaskSheet
extends java.lang.Cloneable, org.eclipse.jface.dialogs.IDialogPage
Modifier and Type | Method and Description |
---|---|
boolean |
attachPopup(java.lang.String popupID)
Attaches specified popup.
|
boolean |
detachPopup()
Forces the popup dialogue detached.
|
java.lang.String |
getNodePath()
Returns the node path of subtask sheet
|
java.lang.Object |
onHide()
Called just before the UI for the subtask is disposed, it will be used by
the wizard.
|
void |
onShow(java.lang.Object context,
java.lang.Object wizard)
Called just before the UI for this Subtask is shown.
|
void |
setIndex(int index) |
void |
setNodePath(java.lang.String nodePath) |
void |
setParentTask(ITask parentTask) |
void onShow(java.lang.Object context, java.lang.Object wizard)
context
- The context in which the Subtask UI will be shown. Its content
depend on individual wizards but it WILL be an instance of
IWizardContext. The Object type has been used to avoid adding
a dependency on the new UI plug-ins.wizard
- The wizard container instance. It WILL be an instance of
WizardBase. The Object type has been used to avoid adding a
dependency on the new UI plug-ins.java.lang.Object onHide()
void setIndex(int index)
void setParentTask(ITask parentTask)
void setNodePath(java.lang.String nodePath)
java.lang.String getNodePath()
boolean attachPopup(java.lang.String popupID)
popupID
- task-level popup key which is registered in the subtask.boolean detachPopup()
Copyright © 2008 Actuate Corp. All rights reserved.