IObjectTreeAPI objectTreeApi = session
.getSessionInternalFrame().getObjectTreeAPI();
objectTreeApi.addToPopup(DatabaseObjectType.SESSION,
getFirebirdManagerMenu(getApplication(), session, true));
return new PluginSessionCallback() {
public void sqlInternalFrameOpened(
SQLInternalFrame sqlInternalFrame, ISession sess) {
// plugin supports Session main window only
}