Package org.pentaho.di.ui.spoon.trans
Class TransHistoryDelegate
java.lang.Object
org.pentaho.di.ui.spoon.delegates.SpoonDelegate
org.pentaho.di.ui.spoon.trans.TransHistoryDelegate
- All Implemented Interfaces:
org.pentaho.ui.xul.impl.XulEventHandler
public class TransHistoryDelegate
extends SpoonDelegate
implements org.pentaho.ui.xul.impl.XulEventHandler
-
Field Summary
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Public for XUL.void
fetchAll()
XUL event: loads all load records for current log table.void
XUL event: fetches next x records for current log table.getData()
getName()
org.eclipse.swt.custom.CTabItem
org.pentaho.ui.xul.XulDomContainer
void
Public for XUL.void
Public for XUL.void
void
void
setXulDomContainer
(org.pentaho.ui.xul.XulDomContainer xulDomContainer) Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
Constructor Details
-
TransHistoryDelegate
- Parameters:
spoon
- Spoon instancetransGraph
- TransGraph instance
-
-
Method Details
-
addTransHistory
public void addTransHistory() -
clearLogTable
public void clearLogTable()Public for XUL. -
replayHistory
public void replayHistory()Public for XUL. -
refreshHistory
public void refreshHistory()Public for XUL. -
getTransHistoryTab
public org.eclipse.swt.custom.CTabItem getTransHistoryTab()- Returns:
- the transHistoryTab
-
getData
- Specified by:
getData
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
getName
- Specified by:
getName
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
getXulDomContainer
public org.pentaho.ui.xul.XulDomContainer getXulDomContainer()- Specified by:
getXulDomContainer
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setData
- Specified by:
setData
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setName
- Specified by:
setName
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setXulDomContainer
public void setXulDomContainer(org.pentaho.ui.xul.XulDomContainer xulDomContainer) - Specified by:
setXulDomContainer
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
fetchNextBatch
public void fetchNextBatch()XUL event: fetches next x records for current log table. -
fetchAll
public void fetchAll()XUL event: loads all load records for current log table.
-