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

public class CompoundTask extends SimpleTask
  • Field Details

    • sCurrentTaskSheet

      protected transient ISubtaskSheet sCurrentTaskSheet
  • Constructor Details

    • CompoundTask

      public CompoundTask(String title)
  • Method Details

    • addSubtask

      public void addSubtask(String sSubtaskPath, ISubtaskSheet subtask)
    • removeSubtask

      public void removeSubtask(String sSubtaskPath)
    • switchTo

      public void switchTo(String sSubtaskPath)
    • containSubtask

      protected boolean containSubtask(String sSubtaskPath)
    • getSubtask

      protected ISubtaskSheet getSubtask(String sSubtaskPath)
    • getCurrentSubtask

      protected ISubtaskSheet getCurrentSubtask()
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.eclipse.jface.dialogs.IDialogPage
      Overrides:
      dispose in class SimpleTask