// i18n[firebird.showProcedureSource=Show procedure source]
_treeAPI.addDetailTab(DatabaseObjectType.PROCEDURE,
new ProcedureSourceTab(s_stringMgr.getString("firebird.showProcedureSource")));
// i18n[firebird.showView=Show view source]
_treeAPI.addDetailTab(DatabaseObjectType.VIEW,
new ViewSourceTab(s_stringMgr.getString("firebird.showView")));
final ActionCollection coll = getApplication().getActionCollection();
_treeAPI.addToPopup(DatabaseObjectType.INDEX, coll.get(ActivateIndexAction.class));
_treeAPI.addToPopup(DatabaseObjectType.INDEX, coll.get(DeactivateIndexAction.class));