public class CompoundTask extends SimpleTask
Modifier and Type | Field and Description |
---|---|
protected ISubtaskSheet |
sCurrentTaskSheet |
container, context, topControl
Constructor and Description |
---|
CompoundTask(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
void |
addSubtask(java.lang.String sSubtaskPath,
ISubtaskSheet subtask) |
protected boolean |
containSubtask(java.lang.String sSubtaskPath) |
void |
dispose() |
protected ISubtaskSheet |
getCurrentSubtask() |
protected ISubtaskSheet |
getSubtask(java.lang.String sSubtaskPath) |
void |
removeSubtask(java.lang.String sSubtaskPath) |
void |
switchTo(java.lang.String sSubtaskPath) |
addError, createControl, getContext, getControl, getDescription, getErrorMessage, getErrors, getImage, getMessage, getTitle, performHelp, removeError, setContext, setDescription, setErrorHints, setImageDescriptor, setTitle, setUIProvider, setVisible
protected transient ISubtaskSheet sCurrentTaskSheet
public void addSubtask(java.lang.String sSubtaskPath, ISubtaskSheet subtask)
public void removeSubtask(java.lang.String sSubtaskPath)
public void switchTo(java.lang.String sSubtaskPath)
protected boolean containSubtask(java.lang.String sSubtaskPath)
protected ISubtaskSheet getSubtask(java.lang.String sSubtaskPath)
protected ISubtaskSheet getCurrentSubtask()
public void dispose()
dispose
in interface org.eclipse.jface.dialogs.IDialogPage
dispose
in class SimpleTask
Copyright © 2008 Actuate Corp. All rights reserved.