Class XYSequenceExportDialog

    • Field Detail

      • m_CheckBoxCombine

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

      • XYSequenceExportDialog

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

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

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

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