Interface CTDetectorGraphics

All Known Implementing Classes:
MHTGraphics

public interface CTDetectorGraphics
Handles GUI interactions with each click train detection algorithm. The click train detector can choose between multiple algorithms.
Author:
Jamie Macaulay
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    javafx.scene.layout.Pane
    Pane with settings specific to the click train algorithm
    javafx.scene.layout.Pane
    A side pane to show some basic metrics.
    Get the swing version of the side pane.
    boolean
    Called to save the params from the settings pane.
    void
    notifyUpdate(int flag, Object object)
    Notify update.
  • Method Details Link icon

    • getCTSettingsPane Link icon

      javafx.scene.layout.Pane getCTSettingsPane()
      Pane with settings specific to the click train algorithm
      Returns:
      - the pane for click train algorithm settings.
    • getCTSidePane Link icon

      javafx.scene.layout.Pane getCTSidePane()
      A side pane to show some basic metrics. Can be null
      Returns:
      - the side pane.
    • getParams Link icon

      boolean getParams()
      Called to save the params from the settings pane.
    • notifyUpdate Link icon

      void notifyUpdate(int flag, Object object)
      Notify update.
      Parameters:
      flag - - the update flag.
    • getCTSidePaneSwing Link icon

      Component getCTSidePaneSwing()
      Get the swing version of the side pane.
      Returns:
      the swing side pane.