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();
}
_parserEventsProcessorsByEntryPanelIdentifier.put(entryPanelIdentifier, pep);
}
return pep;