srecord noeq JSyntaxTextFileEditor > JTextFileEditor { *(File file) { super(file); } RSyntaxTextAreaWithSearch textAreaWithSearch; @Override public RSyntaxTextArea textArea() { ret (RSyntaxTextArea) textArea; } @Override JTextArea makeTextArea() { textAreaWithSearch = rSyntaxTextAreaWithSearch(); textArea = textAreaWithSearch.textArea(); } }