Class MHTSidePane

java.lang.Object
clickTrainDetector.layout.mht.MHTSidePane
All Implemented Interfaces:
PamSidePaneFX

public class MHTSidePane extends Object implements 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 Details Link icon

  • Method Details Link icon

    • rename Link icon

      public void rename(String newName)
      Description copied from interface: PamSidePaneFX
      Rename the side pane.
      Specified by:
      rename in interface PamSidePaneFX
      Parameters:
      newName - - the new name
    • getNode Link icon

      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 interface PamSidePaneFX
      Returns:
      the side pane node.