Package clickDetector.localisation
Class ClickLocDialogPanel
java.lang.Object
clickDetector.localisation.ClickLocDialogPanel
- All Implemented Interfaces:
 PamDialogPanel,LocalizationOptionsPanel
- Direct Known Subclasses:
 TMSettingsPanel
Dialog panel for click localisation, and probably some
 other types of localisation too ...
- Author:
 - dg50
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GeneralGroupLocaliserReference to the group localiser. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidGet the awt component which will be incorporated into a larger display panel / component.Get the data filter panel.Get the localisation panel.booleanGet the main tab pane.booleanisBig()Is the panel big enough that it needs opening in a separate dialog, or is it small enough to squish into the export panel ?voidSet the initial parameter values in the panel. 
- 
Field Details
- 
groupLocaliser
Reference to the group localiser. 
 - 
 - 
Constructor Details
- 
ClickLocDialogPanel
 
 - 
 - 
Method Details
- 
getTabPane
Get the main tab pane.- Returns:
 - the tab pane.
 
 - 
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
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
getFilterPanel
Get the data filter panel.- Returns:
 - the data filter panel.
 
 - 
getLocPanel
Get the localisation panel. Contains algorithm choice etc.- Returns:
 - the loc panel
 
 - 
enableControls
protected void enableControls() - 
getGroupLocaliser
 - 
isBig
public boolean isBig()Description copied from interface:LocalizationOptionsPanelIs the panel big enough that it needs opening in a separate dialog, or is it small enough to squish into the export panel ?Caller may chose to ignore this information.
- Specified by:
 isBigin interfaceLocalizationOptionsPanel- Returns:
 - true if it should open in it's own window.
 
 
 -