org.eclipse.birt.core.ui.frameworks.taskwizard.internal
Class SubtaskHistory

java.lang.Object
  extended by org.eclipse.birt.core.ui.frameworks.taskwizard.internal.SubtaskHistory

public class SubtaskHistory
extends java.lang.Object

History for navigating subtasks.

Since:
2.2

Constructor Summary
SubtaskHistory(TreeCompoundTask parentTask)
          Creates a new history for the given dialog.
 
Method Summary
 void addHistoryEntry(java.lang.String entry)
          Adds the subtask path to the history.
 void clearHistory()
           
 ToolBar createHistoryControls(ToolBar historyBar, ToolBarManager manager)
          Creates the history toolbar and initializes historyToolbar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtaskHistory

public SubtaskHistory(TreeCompoundTask parentTask)
Creates a new history for the given dialog.

Parameters:
parentTask - the parent task to create a history for
Method Detail

addHistoryEntry

public void addHistoryEntry(java.lang.String entry)
Adds the subtask path to the history.

Parameters:
entry - the subtask history entry

clearHistory

public void clearHistory()

createHistoryControls

public ToolBar createHistoryControls(ToolBar historyBar,
                                     ToolBarManager manager)
Creates the history toolbar and initializes historyToolbar.

Parameters:
historyBar -
manager -
Returns:
the control of the history toolbar


Copyright © 2008 Actuate Corp. All rights reserved.