Class StepPerformanceSnapShotDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.spoon.trans.StepPerformanceSnapShotDialog

public class StepPerformanceSnapShotDialog extends org.eclipse.swt.widgets.Dialog
  • Constructor Details

    • StepPerformanceSnapShotDialog

      public StepPerformanceSnapShotDialog(org.eclipse.swt.widgets.Shell parent, String title, Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference)
  • Method Details

    • open

      public void open()
    • getShell

      public org.eclipse.swt.widgets.Shell getShell()
      Returns:
      the shell
    • setShell

      public void setShell(org.eclipse.swt.widgets.Shell shell)
      Parameters:
      shell - the shell to set
    • getStepPerformanceSnapShots

      public Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> getStepPerformanceSnapShots()
      Returns:
      the stepPerformanceSnapShots
    • setStepPerformanceSnapShots

      public void setStepPerformanceSnapShots(Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots)
      Parameters:
      stepPerformanceSnapShots - the stepPerformanceSnapShots to set