Class CTDataSelectPanel
java.lang.Object
clickTrainDetector.layout.dataselector.CTDataSelectPanel
- All Implemented Interfaces:
 PamDialogPanel
Specific data selector parameters panel for the click train detector.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.booleangetParams(CTSelectParams dataSelectParams) Get the parameters from controls.voidSet the initial parameter values in the panel.voidsetParams(CTSelectParams dataSelectParams)  
- 
Constructor Details
- 
CTDataSelectPanel
 
 - 
 - 
Method Details
- 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getParams
Get the parameters from controls.- Parameters:
 dataSelectParams- - the params to set fields from controls.- Returns:
 - the input params with changed fields (not cloned)
 
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
setParams
 
 -