C# Class android.view.inputmethod.BaseInputConnection

Inheritance: android.view.inputmethod.InputConnection
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BaseInputConnection ( global @__env )

Private Methods

Méthode Description
BaseInputConnection ( )

Method Details

BaseInputConnection() public méthode

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

BaseInputConnection() protected méthode

protected BaseInputConnection ( global @__env )
@__env global

beginBatchEdit() public méthode

public beginBatchEdit ( ) : bool
Résultat bool

clearMetaKeyStates() public méthode

public clearMetaKeyStates ( int arg0 ) : bool
arg0 int
Résultat bool

commitCompletion() public méthode

public commitCompletion ( android arg0 ) : bool
arg0 android
Résultat bool

commitText() public méthode

public commitText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
Résultat bool

commitText() public méthode

public commitText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
Résultat bool

deleteSurroundingText() public méthode

public deleteSurroundingText ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Résultat bool

endBatchEdit() public méthode

public endBatchEdit ( ) : bool
Résultat bool

finishComposingText() public méthode

public finishComposingText ( ) : bool
Résultat bool

getComposingSpanEnd() public static méthode

public static getComposingSpanEnd ( android arg0 ) : int
arg0 android
Résultat int

getComposingSpanStart() public static méthode

public static getComposingSpanStart ( android arg0 ) : int
arg0 android
Résultat int

getCursorCapsMode() public méthode

public getCursorCapsMode ( int arg0 ) : int
arg0 int
Résultat int

getEditable() public méthode

public getEditable ( ) : global::android.text.Editable
Résultat global::android.text.Editable

getExtractedText() public méthode

public getExtractedText ( android arg0, int arg1 ) : global::android.view.inputmethod.ExtractedText
arg0 android
arg1 int
Résultat global::android.view.inputmethod.ExtractedText

getTextAfterCursor() public méthode

public getTextAfterCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
Résultat global::java.lang.CharSequence

getTextBeforeCursor() public méthode

public getTextBeforeCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
Résultat global::java.lang.CharSequence

performContextMenuAction() public méthode

public performContextMenuAction ( int arg0 ) : bool
arg0 int
Résultat bool

performEditorAction() public méthode

public performEditorAction ( int arg0 ) : bool
arg0 int
Résultat bool

performPrivateCommand() public méthode

public performPrivateCommand ( java arg0, android arg1 ) : bool
arg0 java
arg1 android
Résultat bool

removeComposingSpans() public static méthode

public static removeComposingSpans ( android arg0 ) : void
arg0 android
Résultat void

reportFullscreenMode() public méthode

public reportFullscreenMode ( bool arg0 ) : bool
arg0 bool
Résultat bool

sendKeyEvent() public méthode

public sendKeyEvent ( android arg0 ) : bool
arg0 android
Résultat bool

setComposingSpans() public static méthode

public static setComposingSpans ( android arg0 ) : void
arg0 android
Résultat void

setComposingText() public méthode

public setComposingText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
Résultat bool

setComposingText() public méthode

public setComposingText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
Résultat bool

setSelection() public méthode

public setSelection ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Résultat bool