Package org.pentaho.di.ui.spoon.trans
Class TransMetricsDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.trans.TransMetricsDelegate
-
public class TransMetricsDelegate extends SpoonDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description TransMetricsDelegate(Spoon spoon, TransGraph transGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTransMetrics()org.eclipse.swt.custom.CTabItemgetTransMetricsTab()booleanisEmptyGraph()voidlayoutMetricsComposite()voidresetLastRefreshTime()voidsetupContent()voidshowMetricsView()voidupdateGraph()-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Constructor Detail
-
TransMetricsDelegate
public TransMetricsDelegate(Spoon spoon, TransGraph transGraph)
- Parameters:
spoon-transGraph-
-
-
Method Detail
-
addTransMetrics
public void addTransMetrics()
-
setupContent
public void setupContent()
-
showMetricsView
public void showMetricsView()
-
updateGraph
public void updateGraph()
-
resetLastRefreshTime
public void resetLastRefreshTime()
-
getTransMetricsTab
public org.eclipse.swt.custom.CTabItem getTransMetricsTab()
- Returns:
- the trans Metrics Tab
-
isEmptyGraph
public boolean isEmptyGraph()
- Returns:
- the emptyGraph
-
layoutMetricsComposite
public void layoutMetricsComposite()
-
-