C# Class android.inputmethodservice.ExtractEditText

Inheritance: android.widget.EditText
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
ExtractEditText ( android arg0 )
ExtractEditText ( android arg0, android arg1 )
ExtractEditText ( android arg0, android arg1, int arg2 )
finishInternalChanges ( ) : void
hasFocus ( ) : bool
hasVerticalScrollBar ( ) : bool
hasWindowFocus ( ) : bool
isFocused ( ) : bool
isInputMethodTarget ( ) : bool
onTextContextMenuItem ( int arg0 ) : bool
performClick ( ) : bool
setExtractedText ( android arg0 ) : void
startInternalChanges ( ) : void

Méthodes protégées

Méthode Description
ExtractEditText ( global @__env )
onSelectionChanged ( int arg0, int arg1 ) : void

Private Methods

Méthode Description
ExtractEditText ( )

Method Details

ExtractEditText() public méthode

public ExtractEditText ( android arg0 )
arg0 android

ExtractEditText() public méthode

public ExtractEditText ( android arg0, android arg1 )
arg0 android
arg1 android

ExtractEditText() public méthode

public ExtractEditText ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

ExtractEditText() protected méthode

protected ExtractEditText ( global @__env )
@__env global

finishInternalChanges() public méthode

public finishInternalChanges ( ) : void
Résultat void

hasFocus() public méthode

public hasFocus ( ) : bool
Résultat bool

hasVerticalScrollBar() public méthode

public hasVerticalScrollBar ( ) : bool
Résultat bool

hasWindowFocus() public méthode

public hasWindowFocus ( ) : bool
Résultat bool

isFocused() public méthode

public isFocused ( ) : bool
Résultat bool

isInputMethodTarget() public méthode

public isInputMethodTarget ( ) : bool
Résultat bool

onSelectionChanged() protected méthode

protected onSelectionChanged ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onTextContextMenuItem() public méthode

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

performClick() public méthode

public performClick ( ) : bool
Résultat bool

setExtractedText() public méthode

public setExtractedText ( android arg0 ) : void
arg0 android
Résultat void

startInternalChanges() public méthode

public startInternalChanges ( ) : void
Résultat void