Class SpectrumExportDialog

    • Field Detail

      • m_CheckBoxCombine

        protected adams.gui.core.BaseCheckBox m_CheckBoxCombine
        whether the timeseries should be saved in the same file, if possible.
    • Constructor Detail

      • SpectrumExportDialog

        public SpectrumExportDialog​(Dialog owner)
        Creates a modeless dialog without a title with the specified Dialog as its owner.
        Parameters:
        owner - the owning dialog
      • SpectrumExportDialog

        public SpectrumExportDialog​(Dialog owner,
                                    Dialog.ModalityType modality)
        Creates a dialog with the specified owner Dialog and modality.
        Parameters:
        owner - the owning dialog
        modality - the type of modality
      • SpectrumExportDialog

        public SpectrumExportDialog​(Frame owner)
        Creates a modeless dialog without a title with the specified Frame as its owner.
        Parameters:
        owner - the owning frame
      • SpectrumExportDialog

        public SpectrumExportDialog​(Frame owner,
                                    boolean modal)
        Creates a dialog with the specified owner Frame, modality and an empty title.
        Parameters:
        owner - the owning frame
        modal - whether the dialog is modal or not
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class adams.gui.dialog.AbstractDirectoryExportDialog<adams.data.io.output.AbstractDataContainerWriter>
      • getDefaultTitle

        protected String getDefaultTitle()
        Returns the default title for the dialog.
        Overrides:
        getDefaultTitle in class adams.gui.dialog.AbstractDirectoryExportDialog<adams.data.io.output.AbstractDataContainerWriter>
      • createGOE

        protected adams.gui.goe.GenericObjectEditorPanel createGOE()
        Creates the GOE panel to use.
        Specified by:
        createGOE in class adams.gui.dialog.AbstractDirectoryExportDialog<adams.data.io.output.AbstractDataContainerWriter>
      • setCombine

        public void setCombine​(boolean value)
        Sets whether the files should get combined if possible.
        Parameters:
        value - true if to combine if possible
      • getCombine

        public boolean getCombine()
        Returns whether files should get combined if possible.
        Returns:
        true if combined