Package clickTrainDetector.layout.mht
Class MHTSidePane
java.lang.Object
clickTrainDetector.layout.mht.MHTSidePane
- All Implemented Interfaces:
 PamSidePaneFX
Basic side pane which shows the MHT metrics. 
 The MHT Side pane shows 
 
Number of click trains detected in last ten minutes
The currenty state of the MHTKernel Buffer i.e. how full it is
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MHTSidePane
 
 - 
 - 
Method Details
- 
rename
Description copied from interface:PamSidePaneFXRename the side pane.- Specified by:
 renamein interfacePamSidePaneFX- Parameters:
 newName- - the new name
 - 
getNode
public javafx.scene.Node getNode()Description copied from interface:PamSidePaneFXGet the side pane node. Note that side panes should be as small as possible- Specified by:
 getNodein interfacePamSidePaneFX- Returns:
 - the side pane node.
 
 
 -