Interface PamDialogPanel

All Known Subinterfaces:
EchoDialogPanel, SwingSymbolOptionsPanel
All Known Implementing Classes:
ActionDialogPanel, AlarmFilterDialogPanel, AnalogChannelPanel, AnalogDialogPanel, AnnotationsSelectionPanel, AnnotationSymboloptsPanel, BBDialogPanel, BTAmplitudeSelector, ClickLocDialogPanel, ClickSelectPanel, ClickTrainSelectPanel, ClickTrainSelectPanel2, CompoundDialogPanel, ControlDataDialogPanel, CopyFileDialogPanel, CTDataSelectPanel, CTMSettingsPanel, DataBlockSpeciesPanel, DataSelectorDialogPanel, DifarSelectPanel, DLPredictionPanel, DLSelectPanel, DLSymbolOptionPanel, EditControlPanel, EditPropertyPanel, FileStreamDialogPanel, FormDataSelPanel, FormsSelPanel, GridDialogPanel, Group3DDataSelPanel, HeadingDialogPanel, JamieEchoDialogPanal, LatLongEditableDialogStrip, LookupDataDialogPanel, MarkObserversPanel, MarkProvidersPanel, MCCDialogPanel, NIPlaybackSettingsPanel, OfflineFilesDialogPanel, OverlayMarkSwingPanel, OverlaySwingPanel, PeakFreqOptionsPanel, PitchRollDialogPanel, RSDataSelDialog, ScalarDialogPanel, SimpleEchoDialogPanel, StandardSymbolOptionsPanel, SuperDataSelectorPanel, SymbolModifierDialogPanel, SymbolModifierPanel, TethysDocumentTable, TMSettingsPanel, WMDSelectPanel, WslClsDialogPanel

public interface PamDialogPanel
General class for dialog panels which will be incorporated into one or more actual dialogs. Can be quickly opened with GenericSwingDialog
Author:
Doug Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the awt component which will be incorporated into a larger display panel / component.
    boolean
     
    void
    Set the initial parameter values in the panel.
  • Method Details

    • getDialogComponent

      JComponent getDialogComponent()
      Get the awt component which will be incorporated into a larger display panel / component.
      Returns:
      an awt component.
    • setParams

      void setParams()
      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.
    • getParams

      boolean getParams()
      Returns:
      true if parameters all have acceptable values and the dialog can close.