registerKeyboardAction(hba, _resources.getKeyStroke(hba));
}
private void initToolsPopUp()
{
_toolsPopupController = new ToolsPopupController(getSession(), getEntryPanel());
HQLToolsPopUpAction htp = new HQLToolsPopUpAction(_resources, _toolsPopupController, getSession().getApplication());
JMenuItem item = addToSQLEntryAreaMenu(htp, null);
_resources.configureMenuItem(htp, item);
registerKeyboardAction(htp, _resources.getKeyStroke(htp));
}