Class CompoundTask
java.lang.Object
org.eclipse.birt.core.ui.frameworks.taskwizard.SimpleTask
org.eclipse.birt.core.ui.frameworks.taskwizard.CompoundTask
- All Implemented Interfaces:
ITask
,org.eclipse.jface.dialogs.IDialogPage
- Direct Known Subclasses:
TreeCompoundTask
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.core.ui.frameworks.taskwizard.SimpleTask
container, context, topControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubtask
(String sSubtaskPath, ISubtaskSheet subtask) protected boolean
containSubtask
(String sSubtaskPath) void
dispose()
protected ISubtaskSheet
protected ISubtaskSheet
getSubtask
(String sSubtaskPath) void
removeSubtask
(String sSubtaskPath) void
Methods inherited from class org.eclipse.birt.core.ui.frameworks.taskwizard.SimpleTask
addError, createControl, getContext, getControl, getDescription, getErrorMessage, getErrors, getImage, getMessage, getTitle, performHelp, removeError, setContext, setDescription, setErrorHints, setImageDescriptor, setTitle, setUIProvider, setVisible
-
Field Details
-
sCurrentTaskSheet
-
-
Constructor Details
-
CompoundTask
-
-
Method Details
-
addSubtask
-
removeSubtask
-
switchTo
-
containSubtask
-
getSubtask
-
getCurrentSubtask
-
dispose
public void dispose()- Specified by:
dispose
in interfaceorg.eclipse.jface.dialogs.IDialogPage
- Overrides:
dispose
in classSimpleTask
-