C# Class android.view.inputmethod.BaseInputConnection

Inheritance: android.view.inputmethod.InputConnection
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
BaseInputConnection ( android arg0, bool arg1 )
beginBatchEdit ( ) : bool
clearMetaKeyStates ( int arg0 ) : bool
commitCompletion ( android arg0 ) : bool
commitText ( java arg0, int arg1 ) : bool
commitText ( string arg0, int arg1 ) : bool
deleteSurroundingText ( int arg0, int arg1 ) : bool
endBatchEdit ( ) : bool
finishComposingText ( ) : bool
getComposingSpanEnd ( android arg0 ) : int
getComposingSpanStart ( android arg0 ) : int
getCursorCapsMode ( int arg0 ) : int
getEditable ( ) : global::android.text.Editable
getExtractedText ( android arg0, int arg1 ) : global::android.view.inputmethod.ExtractedText
getTextAfterCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
getTextBeforeCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
performContextMenuAction ( int arg0 ) : bool
performEditorAction ( int arg0 ) : bool
performPrivateCommand ( java arg0, android arg1 ) : bool
removeComposingSpans ( android arg0 ) : void
reportFullscreenMode ( bool arg0 ) : bool
sendKeyEvent ( android arg0 ) : bool
setComposingSpans ( android arg0 ) : void
setComposingText ( java arg0, int arg1 ) : bool
setComposingText ( string arg0, int arg1 ) : bool
setSelection ( int arg0, int arg1 ) : bool

Protected Methods

Method Description
BaseInputConnection ( global @__env )

Private Methods

Method Description
BaseInputConnection ( )

Method Details

BaseInputConnection() public method

public BaseInputConnection ( android arg0, bool arg1 )
arg0 android
arg1 bool

BaseInputConnection() protected method

protected BaseInputConnection ( global @__env )
@__env global

beginBatchEdit() public method

public beginBatchEdit ( ) : bool
return bool

clearMetaKeyStates() public method

public clearMetaKeyStates ( int arg0 ) : bool
arg0 int
return bool

commitCompletion() public method

public commitCompletion ( android arg0 ) : bool
arg0 android
return bool

commitText() public method

public commitText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
return bool

commitText() public method

public commitText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
return bool

deleteSurroundingText() public method

public deleteSurroundingText ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool

endBatchEdit() public method

public endBatchEdit ( ) : bool
return bool

finishComposingText() public method

public finishComposingText ( ) : bool
return bool

getComposingSpanEnd() public static method

public static getComposingSpanEnd ( android arg0 ) : int
arg0 android
return int

getComposingSpanStart() public static method

public static getComposingSpanStart ( android arg0 ) : int
arg0 android
return int

getCursorCapsMode() public method

public getCursorCapsMode ( int arg0 ) : int
arg0 int
return int

getEditable() public method

public getEditable ( ) : global::android.text.Editable
return global::android.text.Editable

getExtractedText() public method

public getExtractedText ( android arg0, int arg1 ) : global::android.view.inputmethod.ExtractedText
arg0 android
arg1 int
return global::android.view.inputmethod.ExtractedText

getTextAfterCursor() public method

public getTextAfterCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
return global::java.lang.CharSequence

getTextBeforeCursor() public method

public getTextBeforeCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
return global::java.lang.CharSequence

performContextMenuAction() public method

public performContextMenuAction ( int arg0 ) : bool
arg0 int
return bool

performEditorAction() public method

public performEditorAction ( int arg0 ) : bool
arg0 int
return bool

performPrivateCommand() public method

public performPrivateCommand ( java arg0, android arg1 ) : bool
arg0 java
arg1 android
return bool

removeComposingSpans() public static method

public static removeComposingSpans ( android arg0 ) : void
arg0 android
return void

reportFullscreenMode() public method

public reportFullscreenMode ( bool arg0 ) : bool
arg0 bool
return bool

sendKeyEvent() public method

public sendKeyEvent ( android arg0 ) : bool
arg0 android
return bool

setComposingSpans() public static method

public static setComposingSpans ( android arg0 ) : void
arg0 android
return void

setComposingText() public method

public setComposingText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
return bool

setComposingText() public method

public setComposingText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
return bool

setSelection() public method

public setSelection ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool