C# 클래스 android.inputmethodservice.ExtractEditText

상속: android.widget.EditText
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ExtractEditText ( global @__env )
onSelectionChanged ( int arg0, int arg1 ) : void

비공개 메소드들

메소드 설명
ExtractEditText ( )

메소드 상세

ExtractEditText() 공개 메소드

public ExtractEditText ( android arg0 )
arg0 android

ExtractEditText() 공개 메소드

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

ExtractEditText() 공개 메소드

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

ExtractEditText() 보호된 메소드

protected ExtractEditText ( global @__env )
@__env global

finishInternalChanges() 공개 메소드

public finishInternalChanges ( ) : void
리턴 void

hasFocus() 공개 메소드

public hasFocus ( ) : bool
리턴 bool

hasVerticalScrollBar() 공개 메소드

public hasVerticalScrollBar ( ) : bool
리턴 bool

hasWindowFocus() 공개 메소드

public hasWindowFocus ( ) : bool
리턴 bool

isFocused() 공개 메소드

public isFocused ( ) : bool
리턴 bool

isInputMethodTarget() 공개 메소드

public isInputMethodTarget ( ) : bool
리턴 bool

onSelectionChanged() 보호된 메소드

protected onSelectionChanged ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

onTextContextMenuItem() 공개 메소드

public onTextContextMenuItem ( int arg0 ) : bool
arg0 int
리턴 bool

performClick() 공개 메소드

public performClick ( ) : bool
리턴 bool

setExtractedText() 공개 메소드

public setExtractedText ( android arg0 ) : void
arg0 android
리턴 void

startInternalChanges() 공개 메소드

public startInternalChanges ( ) : void
리턴 void