Class DbViewerProvider

    • Constructor Detail

      • DbViewerProvider

        public DbViewerProvider​(Plugin plugin)
    • Method Detail

      • closeDatabase

        protected void closeDatabase()
      • openDatabase

        protected void openDatabase​(java.lang.String databaseName,
                                    DBHandle handle)
        Opens the database for viewing its table data.
        Parameters:
        databaseName - the name of the database.
        handle - the DBHandle for the open database
      • getComponent

        public javax.swing.JComponent getComponent()
        Description copied from class: ComponentProvider
        Returns the component to be displayed
        Specified by:
        getComponent in class ComponentProvider
        Returns:
        the component to be displayed