public class StepPerformanceSnapShotDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
StepPerformanceSnapShotDialog(org.eclipse.swt.widgets.Shell parent,
String title,
Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots,
long timeDifference) |
Modifier and Type | Method and 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) |
public void open()
public org.eclipse.swt.widgets.Shell getShell()
public void setShell(org.eclipse.swt.widgets.Shell shell)
shell
- the shell to setpublic Map<String,List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> getStepPerformanceSnapShots()