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
-
Method Summary
-
Constructor Details
-
MHTSidePane
-
-
Method Details
-
rename
Description copied from interface:PamSidePaneFX
Rename the side pane.- Specified by:
rename
in interfacePamSidePaneFX
- Parameters:
newName
- - the new name
-
getNode
public javafx.scene.Node getNode()Description copied from interface:PamSidePaneFX
Get the side pane node. Note that side panes should be as small as possible- Specified by:
getNode
in interfacePamSidePaneFX
- Returns:
- the side pane node.
-