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

    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

    • getCTSettingsPane

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

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

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

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

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