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
ConstructorsConstructorDescriptionCTSidePanelSwing(ClickTrainControl clickTrainControl) Constructor for the swing side pane. - 
Method Summary
Modifier and TypeMethodDescriptiongetPanel()voidvoidupdate(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:
 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
 - 
update
Update flag sent whenever an algorithm is changed, and so side pane needs changed too.- Parameters:
 currentCTAlgorithm-
 
 -