{
ISQLPanelAPI panelAPI = getSqlPanelApi(entryPanelIdentifier);
if(null != panelAPI)
{
pep = new ParserEventsProcessor(panelAPI, this);
}
else
{
// If there is no sqlPanelAPI (e.g. the Object tree find editor) we assume no parser is necessary and thus provide a dummy impl.
pep = new ParserEventsProcessorDummy();