Class CTSidePanelSwing

java.lang.Object
clickTrainDetector.layout.CTSidePanelSwing
All Implemented Interfaces:
PamSidePanel

public class CTSidePanelSwing extends Object implements PamSidePanel
Swing holder for the CT side panel
Author:
Jamie Macaulay
  • Constructor Details

    • CTSidePanelSwing

      public CTSidePanelSwing(ClickTrainControl clickTrainControl)
      Constructor for the swing side pane.
  • Method Details

    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamSidePanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
    • rename

      public void rename(String newName)
      Specified by:
      rename in interface PamSidePanel
    • update

      public void update(ClickTrainAlgorithm currentCTAlgorithm)
      Update flag sent whenever an algorithm is changed, and so side pane needs changed too.
      Parameters:
      currentCTAlgorithm -