Package clickTrainDetector.layout
Class CTSidePanelSwing
java.lang.Object
clickTrainDetector.layout.CTSidePanelSwing
- All Implemented Interfaces:
PamSidePanel
Swing holder for the CT side panel
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionCTSidePanelSwing
(ClickTrainControl clickTrainControl) Constructor for the swing side pane. -
Method Summary
Modifier and TypeMethodDescriptiongetPanel()
void
void
update
(ClickTrainAlgorithm currentCTAlgorithm) Update flag sent whenever an algorithm is changed, and so side pane needs changed too.
-
Constructor Details
-
CTSidePanelSwing
Constructor for the swing side pane.
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in 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:
rename
in interfacePamSidePanel
-
update
Update flag sent whenever an algorithm is changed, and so side pane needs changed too.- Parameters:
currentCTAlgorithm
-
-