addDetailTab(objTree, DatabaseObjectType.TABLE, new SnapshotSourceTab());
/* Adds a popup menu for SQL*Loader control files generation */
session.getSessionInternalFrame().getObjectTreeAPI().addToPopup(
DatabaseObjectType.TABLE,
new GenerateControlFileAction(getApplication(), _resources,
session));
// This fixes the issue where the tree is getting constructed prior to
// the Oracle plugin expanders being registered.(USERS, SESSIONS,