public class StepPerformanceSnapShotDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
StepPerformanceSnapShotDialog(org.eclipse.swt.widgets.Shell parent,
String title,
Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots,
long timeDifference) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Shell |
getShell() |
Map<String,List<StepPerformanceSnapShot>> |
getStepPerformanceSnapShots() |
void |
open() |
void |
setShell(org.eclipse.swt.widgets.Shell shell) |
void |
setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots) |
public StepPerformanceSnapShotDialog(org.eclipse.swt.widgets.Shell parent, String title, Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference)
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<StepPerformanceSnapShot>> getStepPerformanceSnapShots()
public void setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
stepPerformanceSnapShots
- the stepPerformanceSnapShots to setCopyright © 2019 Hitachi Vantara. All rights reserved.