Package org.pentaho.di.ui.spoon.trans
Class TransPerfDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.trans.TransPerfDelegate
-
public class TransPerfDelegate extends SpoonDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description TransPerfDelegate(Spoon spoon, TransGraph transGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTransPerf()
org.eclipse.swt.custom.CTabItem
getTransPerfTab()
boolean
isEmptyGraph()
void
layoutPerfComposite()
void
setupContent()
void
showPerfView()
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Constructor Detail
-
TransPerfDelegate
public TransPerfDelegate(Spoon spoon, TransGraph transGraph)
- Parameters:
spoon
-transGraph
-
-
-
Method Detail
-
addTransPerf
public void addTransPerf()
-
setupContent
public void setupContent()
-
showPerfView
public void showPerfView()
-
getTransPerfTab
public org.eclipse.swt.custom.CTabItem getTransPerfTab()
- Returns:
- the transHistoryTab
-
isEmptyGraph
public boolean isEmptyGraph()
- Returns:
- the emptyGraph
-
layoutPerfComposite
public void layoutPerfComposite()
-
-