/**@class android.widget.Editor @extends java.lang.Object Helper class used by TextView to handle editable text views. @hide */ var Editor = { /***/ HANDLE_TYPE_SELECTION_START : "0", /***/ HANDLE_TYPE_SELECTION_END : "1", /** */ setError : function( ) {}, /** */ getWordIterator : function( ) {}, /** */ performLongClick : function( ) {}, /** */ beginBatchEdit : function( ) {}, /** */ endBatchEdit : function( ) {}, /** */ getCursorDrawable : function( ) {}, /**Called by the framework in response to a text auto-correction (such as fixing a typo using a a dictionary) from the current input method, provided by it calling {@link InputConnection#commitCorrection} InputConnection.commitCorrection()}. The default implementation flashes the background of the corrected word to provide feedback to the user. @param {Object {CorrectionInfo}} info The auto correct info about the text that was corrected. */ onCommitCorrection : function( ) {}, /** */ addSpanWatchers : function( ) {}, };