Class JDialogVOIStatistics.JPanelStatisticFileFormatOptions

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
gov.nih.mipav.view.dialogs.JDialogVOIStatistics.JPanelStatisticFileFormatOptions
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
JDialogVOIStatistics

public class JDialogVOIStatistics.JPanelStatisticFileFormatOptions extends JPanel
File-format options panel to select output format for the display of the statistics output file. Bordered with "Output format", it permits options for tab-delimited or XML-formatted output file.
See Also:
  • Field Details

    • serialVersionUID

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

      JRadioButton tabDelimited
      Radio button to choose a tab-delimited file.
    • xml

      Radio button to choose a XML file.
  • Constructor Details

    • JPanelStatisticFileFormatOptions

      public JPanelStatisticFileFormatOptions()
      Creates a default layout, of the radio button options laid-out vertically. Currently, "XML" is not selectable.
  • Method Details

    • isTabDelimited

      public boolean isTabDelimited()
      Provides the state of the tab-delimited option.
      Returns:
      the state of the tab-delimited option.