Class StepTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class StepTree extends JTree
Subclass of JTree for displaying available steps.
Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • StepTree

      public StepTree(MainKFPerspective mainPerspective)
      Constructor
      Parameters:
      mainPerspective - the main knowledge flow perspective
  • Method Details

    • getToolTipText

      public String getToolTipText(MouseEvent e)
      Get tool tip text for the step closest to the mouse location in the StepTree.
      Overrides:
      getToolTipText in class JTree
      Parameters:
      e - the MouseEvent containing the pointer location
      Returns:
      the tool tip for the closest step in the tree
    • setShowLeafTipText

      public void setShowLeafTipText(boolean show)
      Turn on or off tool tip text popups for the steps in the tree
      Parameters:
      show - true if tool tip text popups are to be shown