Class AbstractSelectDatabaseFieldDialog<T extends AbstractField>

    • Constructor Detail

      • AbstractSelectDatabaseFieldDialog

        public AbstractSelectDatabaseFieldDialog​(Dialog owner)
        Creates a modal dialog.
        Parameters:
        owner - the owning dialog
      • AbstractSelectDatabaseFieldDialog

        public AbstractSelectDatabaseFieldDialog​(Dialog owner,
                                                 String title)
        Creates a modal dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
      • AbstractSelectDatabaseFieldDialog

        public AbstractSelectDatabaseFieldDialog​(Frame owner)
        Creates a modal dialog.
        Parameters:
        owner - the owning frame
      • AbstractSelectDatabaseFieldDialog

        public AbstractSelectDatabaseFieldDialog​(Frame owner,
                                                 String title)
        Creates a modal dialog.
        Parameters:
        owner - the owning frame
        title - the title of the dialog