Class DLSidePanelSwing
java.lang.Object
rawDeepLearningClassifier.layoutFX.DLSidePanelSwing
- All Implemented Interfaces:
 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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetPanel()voidvoidSetup the side panel so it shows the model specific side panel. 
- 
Constructor Details
- 
DLSidePanelSwing
 
 - 
 - 
Method Details
- 
setupPanel
public void setupPanel()Setup the side panel so it shows the model specific side panel. - 
getPanel
- Specified by:
 getPanelin interfacePamSidePanel- 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
- Specified by:
 renamein interfacePamSidePanel
 
 -