// Tabs to add to the table nodes.
_treeAPI.addDetailTab(DatabaseObjectType.TABLE, new ShowColumnsTab());
_treeAPI.addDetailTab(DatabaseObjectType.TABLE, new ShowIndexesTab());
// Tabs to add to the user nodes.
_treeAPI.addDetailTab(DatabaseObjectType.USER, new UserGrantsTab());
// Options in popup menu.
_treeAPI.addToPopup(coll.get(CreateDatabaseAction.class));
// _treeAPI.addToPopup(DatabaseObjectType.SESSION, coll.get(CreateTableAction.class));