public void clear() { editor.setText(null); }
@Override public void setContent(String content) { editor.setText(content); }