Class SpectrumDatasetExportDialog

    • Field Detail

      • m_PanelGOEGenerator

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelGOEGenerator
        the panel for the instance generator scheme to use.
    • Constructor Detail

      • SpectrumDatasetExportDialog

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

        public SpectrumDatasetExportDialog​(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
      • SpectrumDatasetExportDialog

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

        public SpectrumDatasetExportDialog​(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.AbstractFileExportDialog<weka.core.converters.AbstractFileSaver>
      • getDefaultTitle

        protected String getDefaultTitle()
        Returns the default title for the dialog.
        Overrides:
        getDefaultTitle in class adams.gui.dialog.AbstractFileExportDialog<weka.core.converters.AbstractFileSaver>
      • createGOE

        protected adams.gui.goe.GenericObjectEditorPanel createGOE()
        Creates the GOE panel to use.
        Specified by:
        createGOE in class adams.gui.dialog.AbstractFileExportDialog<weka.core.converters.AbstractFileSaver>
      • setGenerator

        public void setGenerator​(adams.data.instances.AbstractInstanceGenerator value)
        Sets the generator to use.
        Parameters:
        value - the generator
      • getGenerator

        public adams.data.instances.AbstractInstanceGenerator getGenerator()
        Returns the generator to use.
        Returns:
        the generator