Class ClickLocDialogPanel

java.lang.Object
clickDetector.localisation.ClickLocDialogPanel
All Implemented Interfaces:
PamDialogPanel, LocalizationOptionsPanel
Direct Known Subclasses:
TMSettingsPanel

public class ClickLocDialogPanel extends Object implements LocalizationOptionsPanel
Dialog panel for click localisation, and probably some other types of localisation too ...
Author:
dg50
  • Field Details

  • Constructor Details

  • Method Details

    • getTabPane

      public JTabbedPane getTabPane()
      Get the main tab pane.
      Returns:
      the tab pane.
    • getDialogComponent

      public JComponent getDialogComponent()
      Description copied from interface: PamDialogPanel
      Get the awt component which will be incorporated into a larger display panel / component.
      Specified by:
      getDialogComponent in interface PamDialogPanel
      Returns:
      an awt component.
    • setParams

      public void setParams()
      Description copied from interface: PamDialogPanel
      Set 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:
      setParams in interface PamDialogPanel
    • getParams

      public boolean getParams()
      Specified by:
      getParams in interface PamDialogPanel
      Returns:
      true if parameters all have acceptable values and the dialog can close.
    • getFilterPanel

      public JPanel getFilterPanel()
      Get the data filter panel.
      Returns:
      the data filter panel.
    • getLocPanel

      public JPanel getLocPanel()
      Get the localisation panel. Contains algorithm choice etc.
      Returns:
      the loc panel
    • enableControls

      protected void enableControls()
    • getGroupLocaliser

      public GeneralGroupLocaliser getGroupLocaliser()
    • isBig

      public boolean isBig()
      Description copied from interface: LocalizationOptionsPanel
      Is 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:
      isBig in interface LocalizationOptionsPanel
      Returns:
      true if it should open in it's own window.