Class IshLocHyperbParamsDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class IshLocHyperbParamsDialog extends IshLocParamsDialog implements ActionListener
See Also:
  • Field Details Link icon

  • Method Details Link icon

    • showDialog2 Link icon

      public static IshLocHyperbParams showDialog2(Frame parentFrame, IshLocHyperbParams oldParams, PamDataBlock outputDataBlock)
    • addLocatorSpecificControls Link icon

      protected void addLocatorSpecificControls(JPanel g)
      Description copied from class: IshLocParamsDialog
      Add parameter-setting controls to the dialog box that are specific to the type of detector in your subclass. Some controls are common to all detectors; they are handled in IshDetParamsDialog. But others are specific to one type of detector, and in subclasses, they should be added in addDetectorSpecificControls. See EnergySumParamsDialog for an example.
      Specified by:
      addLocatorSpecificControls in class IshLocParamsDialog
      Parameters:
      g - -- the panel to which you should add controls. Calling add will append them vertically; to use horizontal placement, make a sub-panel.
    • getParams Link icon

      public boolean getParams()
      Description copied from class: IshLocParamsDialog
      Read the values from the dialog box, parse and place into this dialog box's ishLocParams. The subclasses, before or after calling super.getParams(), do likewise for their detector-specific values.
      Overrides:
      getParams in class IshLocParamsDialog
      Returns:
      boolean -- true if parameters are valid, false if not