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
Constructors Constructor Description StepPerformanceSnapShotDialog(org.eclipse.swt.widgets.Shell parent, String title, Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.widgets.Shell
getShell()
Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>>
getStepPerformanceSnapShots()
void
open()
void
setShell(org.eclipse.swt.widgets.Shell shell)
void
setStepPerformanceSnapShots(Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots)
-
-
-
Method Detail
-
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
-
-