Class SchemaExplorerPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, DbConfigFile.DbConfigFileListener

public class SchemaExplorerPanel extends JPanel implements DbConfigFile.DbConfigFileListener
See Also:
  • Constructor Details

    • SchemaExplorerPanel

      public SchemaExplorerPanel()
  • Method Details

    • refreshSelectedObject

      public void refreshSelectedObject()
    • getSelectedConnectionName

      public String getSelectedConnectionName()
    • getSelectedSQLObject

      public SQLObject getSelectedSQLObject()
    • getAllSelectedSQLObjects

      public List<SQLObject> getAllSelectedSQLObjects()
    • getSelectionPath

      public TreePath getSelectionPath()
    • getAllSelectionPaths

      public TreePath[] getAllSelectionPaths()
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent
    • collapseAll

      public void collapseAll()
    • expandAll

      public void expandAll()
    • configAdded

      public void configAdded(DbConfig config)
      Specified by:
      configAdded in interface DbConfigFile.DbConfigFileListener
    • configRemoved

      public void configRemoved(DbConfig config)
      Specified by:
      configRemoved in interface DbConfigFile.DbConfigFileListener
    • setShowSystemObjects

      public void setShowSystemObjects(boolean showSystemObjects)