Class AbstractDirectoryExportDialog<T>

    • Constructor Detail

      • AbstractDirectoryExportDialog

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

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

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

        public AbstractDirectoryExportDialog​(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 ApprovalDialog
      • finishInit

        protected void finishInit()
        Finishes the initialization
        Overrides:
        finishInit in class BaseDialog
      • getDefaultTitle

        protected String getDefaultTitle()
        Returns the default title for the dialog.
      • setExport

        public void setExport​(T value)
        Sets the export format.
        Parameters:
        value - the export format
      • getExport

        public T getExport()
        Returns the export format.
        Returns:
        the export format
      • setDirectory

        public void setDirectory​(File value)
        Sets the directory to save to.
        Parameters:
        value - the dir
      • getDirectory

        public File getDirectory()
        Returns the current directory to save to.
        Returns:
        the dir