Class DLSidePanelSwing

java.lang.Object
rawDeepLearningClassifier.layoutFX.DLSidePanelSwing
All Implemented Interfaces:
PamSidePanel

public class DLSidePanelSwing extends Object implements PamSidePanel
The DL side panel for the Swing GUI. Shows information on the current DL algorithm being used. This side panel is simply a holder for the model specific side panel. The model specific side panel is defined in the DLClassifierModelUI class for the DLClassifierModel.
Author:
Jamie Macaulay
  • Constructor Details

    • DLSidePanelSwing

      public DLSidePanelSwing(DLControl dlControl)
  • Method Details

    • setupPanel

      public void setupPanel()
      Setup the side panel so it shows the model specific side panel.
    • 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