Class JDialogNIFTIChoice

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogNIFTIChoice extends JDialogBase
Confirmation Dialog giving user the choice to choose what type of NIFTI file to write.
Version:
1.0
Author:
not attributable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • okayPressed

      private boolean okayPressed
      DOCUMENT ME!
    • oneFile

      private JRadioButton oneFile
      DOCUMENT ME!
    • twoFiles

      private JRadioButton twoFiles
      DOCUMENT ME!
    • writeGroup

      private ButtonGroup writeGroup
      DOCUMENT ME!
  • Constructor Details

    • JDialogNIFTIChoice

      public JDialogNIFTIChoice(Frame theParentFrame)
      Creates new dialog.
      Parameters:
      theParentFrame - Parent frame of dialog.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Checks to see if the OK or Cancel buttons were pressed.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogBase
      Parameters:
      event - Event that triggered this function.
    • getOneFile

      public boolean getOneFile()
      DOCUMENT ME!
      Returns:
      DOCUMENT ME!
    • okayPressed

      public boolean okayPressed()
      Was the okay button pressed.
      Returns:
      boolean was okay pressed
    • init

      private void init()
      Creates and displays dialog.