|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubtaskSheet
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |