org.solovyev.android.keyboard
Interface AKeyboardInput

All Known Implementing Classes:
DefaultKeyboardInput

public interface AKeyboardInput

User: Solovyev_S Date: 02.11.12 Time: 12:17


Method Summary
 void append(char primaryCode)
           
 void clearMetaKeyStates(int flags)
           
 void clearTypedText()
           
 void commitCompletion(android.view.inputmethod.CompletionInfo completionInfo)
           
 void commitText(String text, int i)
           
 void commitTyped()
           
 void finishComposingText()
           
 android.view.inputmethod.EditorInfo getCurrentInputEditorInfo()
           
 int getCursorCapsMode(int inputType)
           
 CharSequence getTypedText()
           
 boolean handleBackspace()
           
 void handleClear()
           
 void handleCopy()
           
 void handleCursorLeft()
           
 void handleCursorRight()
           
 void handlePaste()
           
 boolean isInputConnected()
           
 void keyDownUp(int keyEventCode)
           
 void onText(CharSequence text)
           
 void redo()
           
 void sendKeyEvent(android.view.KeyEvent keyEvent)
           
 int translateKeyDown(int unicodeChar)
           
 void undo()
           
 

Method Detail

commitTyped

void commitTyped()

onText

void onText(@Nullable
            CharSequence text)

getCurrentInputEditorInfo

@Nonnull
android.view.inputmethod.EditorInfo getCurrentInputEditorInfo()

getTypedText

@Nullable
CharSequence getTypedText()

handleBackspace

boolean handleBackspace()

sendKeyEvent

void sendKeyEvent(@Nonnull
                  android.view.KeyEvent keyEvent)

translateKeyDown

int translateKeyDown(int unicodeChar)

commitCompletion

void commitCompletion(@Nonnull
                      android.view.inputmethod.CompletionInfo completionInfo)

append

void append(char primaryCode)

commitText

void commitText(@Nullable
                String text,
                int i)

handleCursorRight

void handleCursorRight()

handleCursorLeft

void handleCursorLeft()

handleClear

void handleClear()

handlePaste

void handlePaste()

handleCopy

void handleCopy()

clearMetaKeyStates

void clearMetaKeyStates(int flags)

keyDownUp

void keyDownUp(int keyEventCode)

finishComposingText

void finishComposingText()

isInputConnected

boolean isInputConnected()

getCursorCapsMode

int getCursorCapsMode(int inputType)

clearTypedText

void clearTypedText()

undo

void undo()

redo

void redo()


Copyright © 2013. All Rights Reserved.