141516171819202122
private IEditor iEditor; @Override public IEditor getEditorAt() { if (iEditor == null) { iEditor = new TextAreaEditor(); } return iEditor; }
181920212223242526