Class MongoDbConnectionDialog

    • Constructor Detail

      • MongoDbConnectionDialog

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

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

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

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

      • initialize

        protected void initialize()
        For initializing members.
        Overrides:
        initialize in class adams.gui.core.BaseDialog
      • newMongoDbConnectionPanel

        protected MongoDbConnectionPanel newMongoDbConnectionPanel()
        Returns the database connection panel.
        Returns:
        the panel
      • initGUI

        protected void initGUI()
        initializes the GUI elements.
        Overrides:
        initGUI in class adams.gui.core.BaseDialog