Class OverlayMarkSwingPanel

java.lang.Object
PamView.paneloverlay.OverlaySwingPanel
PamView.paneloverlay.OverlayMarkSwingPanel
All Implemented Interfaces:
PamDialogPanel

public class OverlayMarkSwingPanel extends OverlaySwingPanel
  • Constructor Details

  • Method Details

    • 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
      Overrides:
      setParams in class OverlaySwingPanel
    • getParams

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

      public void enableControls()
      Description copied from class: OverlaySwingPanel
      Enable all the settings buttons based on checkbox state.
      Overrides:
      enableControls in class OverlaySwingPanel