private final KongaTextPane textArea;
private final StatusPanel statusPanel;
public FilterExpressionArea(LdapStructureEntryNode entryNode) {
textArea = new KongaTextPane("").disableTabs();
// Cannot set the default expression when we create the textArea above, because it
// will be overwritten when we set the new document:
installSyntaxHighlighting(entryNode);
defaultFilter = SearchParamUtils.getDefaultFilter(entryNode);
textArea.setText(defaultFilter);