Class TimeseriesExportDialog

    • Field Detail

      • m_CheckBoxCombine

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

      • TimeseriesExportDialog

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

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

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

        public TimeseriesExportDialog​(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