示例#1
0
 /**
  * Gets the current content from the editor. If the editor is not ready an empty text is returned.
  *
  * @return Current content in the editor.
  */
 public String getText() {
   return mEditor.getValue();
 }