Class DbViewerProvider

All Implemented Interfaces:
ActionContextProvider, HelpDescriptor

public class DbViewerProvider extends ComponentProviderAdapter
  • Constructor Details

    • DbViewerProvider

      public DbViewerProvider(Plugin plugin)
  • Method Details

    • closeDatabase

      protected void closeDatabase()
    • openDatabase

      protected void openDatabase(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 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