Package org.pentaho.di.ui.spoon.trans
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 Summary
ConstructorDescriptionStepPerformanceSnapShotDialog
(org.eclipse.swt.widgets.Shell parent, String title, Map<String, List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
StepPerformanceSnapShotDialog
-
-
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
-