}
private ISyntaxHighlightTokenMatcherFactory createSyntaxHighlightTokenMatcherFactory()
{
return new ISyntaxHighlightTokenMatcherFactory()
{
public ISyntaxHighlightTokenMatcher getSyntaxHighlightTokenMatcher(ISession sess, JTextComponent editorPane)
{
_hqlSyntaxHighlightTokenMatcherProxy.setEditorPane(editorPane);
return _hqlSyntaxHighlightTokenMatcherProxy;