Package Array

Class InterpolationDialogPanel

java.lang.Object
Array.InterpolationDialogPanel
All Implemented Interfaces:
DialogComponent

public class InterpolationDialogPanel extends Object implements DialogComponent
Dialog component used by both the streamer and the hydrophone dialogs
Author:
Doug Gillespie
  • Constructor Details Link icon

    • InterpolationDialogPanel Link icon

      public InterpolationDialogPanel(PamDialog pamDialog)
  • Method Details Link icon

    • getComponent Link icon

      public JComponent getComponent(Window owner)
      Description copied from interface: DialogComponent
      the swing component to show
      Specified by:
      getComponent in interface DialogComponent
      Parameters:
      owner - Owner window (needed for any dialogs to fire off the component).
      Returns:
      the swing component to display
    • setSelection Link icon

      public void setSelection(int option)
    • getSelection Link icon

      public int getSelection()
    • getAllowedValues Link icon

      protected int getAllowedValues()
      Returns:
      the allowedValues
    • setAllowedValues Link icon

      protected void setAllowedValues(int allowedValues)
      Parameters:
      allowedValues - the allowedValues to set
    • setParams Link icon

      public void setParams()
      Description copied from interface: DialogComponent
      Set the parameters in the controls of that component
      Specified by:
      setParams in interface DialogComponent
    • getParams Link icon

      public boolean getParams()
      Description copied from interface: DialogComponent
      Get parameters out of the controls in that component - the concrete class will have to work out what to do with them !
      Specified by:
      getParams in interface DialogComponent
      Returns:
      true if the parameters were OK, false otherwise.