Class MCMCParamsDialog

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

public class MCMCParamsDialog extends PamDialog
See Also:
  • Constructor Details Link icon

    • MCMCParamsDialog Link icon

      public MCMCParamsDialog(Window parentFrame)
  • Method Details Link icon

    • kMeanSelected Link icon

      public void kMeanSelected(boolean selected)
    • showDialog Link icon

      public static MCMCParams showDialog(Frame frame, MCMCParams mcmcParams)
    • showDialog Link icon

      public static MCMCParams2 showDialog(Frame frame, MCMCParams2 mcmcParams)
      Show dialog for new MCMCParams (MCMCParams2).
      Parameters:
      frame - - the parent frame.
      mcmcParams - - parameters class.
      Returns:
    • getParams Link icon

      public boolean getParams()
      Description copied from class: PamDialog
      called when the Ok button is pressed. This must return true in order that the dialog may close. It should also copy all parameters into an object that will be returned by showDialog.
      Specified by:
      getParams in class PamDialog
    • getParams2 Link icon

      public boolean getParams2()
    • getParams1 Link icon

      public boolean getParams1()
    • cancelButtonPressed Link icon

      public void cancelButtonPressed()
      Description copied from class: PamDialog
      called when the cancel button is pressed before the dialog closes. Generally you should set the parameters returned by the dialog to null or some default value, or in some other way indicate that Cancel was pressed.
      Specified by:
      cancelButtonPressed in class PamDialog
    • restoreDefaultSettings Link icon

      public void restoreDefaultSettings()
      Description copied from class: PamDialog
      standard function which should us used to copy default parameters into the dialog controls.
      Specified by:
      restoreDefaultSettings in class PamDialog
    • getSingleInstance Link icon

      public static MCMCParamsDialog getSingleInstance()
    • setSingleInstance Link icon

      public static void setSingleInstance(MCMCParamsDialog singleInstance)