org.pentaho.di.ui.spoon.trans
Class StepPerformanceSnapShotDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.spoon.trans.StepPerformanceSnapShotDialog

public class StepPerformanceSnapShotDialog
extends Dialog


Constructor Summary
StepPerformanceSnapShotDialog(Shell parent, String title, Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference)
           
 
Method Summary
 Shell getShell()
           
 Map<String,List<StepPerformanceSnapShot>> getStepPerformanceSnapShots()
           
 void open()
           
 void setShell(Shell shell)
           
 void setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepPerformanceSnapShotDialog

public StepPerformanceSnapShotDialog(Shell parent,
                                     String title,
                                     Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots,
                                     long timeDifference)
Method Detail

open

public void open()

getShell

public Shell getShell()
Returns:
the shell

setShell

public void setShell(Shell shell)
Parameters:
shell - the shell to set

getStepPerformanceSnapShots

public Map<String,List<StepPerformanceSnapShot>> getStepPerformanceSnapShots()
Returns:
the stepPerformanceSnapShots

setStepPerformanceSnapShots

public void setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
Parameters:
stepPerformanceSnapShots - the stepPerformanceSnapShots to set