org.solovyev.android.keyboard
Class LatinDragKeyboardController

java.lang.Object
  extended by org.solovyev.android.keyboard.AbstractKeyboardController<K>
      extended by org.solovyev.android.keyboard.AbstractAndroidKeyboardController<DragAKeyboard>
          extended by org.solovyev.android.keyboard.DragKeyboardController
              extended by org.solovyev.android.keyboard.LatinDragKeyboardController
All Implemented Interfaces:
AKeyboardController

public class LatinDragKeyboardController
extends DragKeyboardController

User: serso Date: 11/3/12 Time: 11:58 PM


Field Summary
 
Fields inherited from class org.solovyev.android.keyboard.AbstractKeyboardController
KEYCODE_CLEAR, KEYCODE_COPY, KEYCODE_CURSOR_LEFT, KEYCODE_CURSOR_RIGHT, KEYCODE_ENTER, KEYCODE_NEXT_KEYBOARD, KEYCODE_PASTE, KEYCODE_PREV_KEYBOARD, KEYCODE_REDO, KEYCODE_UNDO
 
Constructor Summary
LatinDragKeyboardController()
           
 
Method Summary
protected  DragAKeyboard createKeyboardDef(android.content.Context context)
           
protected  void handleNextKeyboard()
           
protected  void handlePrevKeyboard()
           
protected  AKeyboardControllerState<DragAKeyboard> onInitializeInterface0(android.inputmethodservice.InputMethodService inputMethodService)
           
 AKeyboardControllerState<DragAKeyboard> onStartInput0(android.view.inputmethod.EditorInfo attribute, boolean restarting)
           
 
Methods inherited from class org.solovyev.android.keyboard.DragKeyboardController
createKeyboardView0, onCreate0
 
Methods inherited from class org.solovyev.android.keyboard.AbstractAndroidKeyboardController
getKeyboardView, handleBackspace, handleClose, onCreateCandidatesView, onDisplayCompletions, onFinishInput, onStartInput, pickSuggestionManually, setSuggestions, updateCandidates
 
Methods inherited from class org.solovyev.android.keyboard.AbstractKeyboardController
createKeyboardInput0, createKeyboardView, getCurrentKeyboard, getInputMethodService, getKeyboardInput, getState, handleCharacter, handleModeChange, handleSpecialKey, isWordSeparator, keyDownUp, onCreate, onCurrentInputMethodSubtypeChanged, onInitializeInterface, onKey, onKeyDown, onKeyUp, onStartInputView, onText, onUpdateSelection, pickDefaultCandidate, sendKey, setCurrentKeyboard, setShifted, setShifted0, setState, updateShiftKeyState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatinDragKeyboardController

public LatinDragKeyboardController()
Method Detail

onInitializeInterface0

@Nonnull
protected AKeyboardControllerState<DragAKeyboard> onInitializeInterface0(@Nonnull
                                                                                 android.inputmethodservice.InputMethodService inputMethodService)
Overrides:
onInitializeInterface0 in class DragKeyboardController

createKeyboardDef

protected DragAKeyboard createKeyboardDef(@Nonnull
                                          android.content.Context context)
Specified by:
createKeyboardDef in class DragKeyboardController

handlePrevKeyboard

protected void handlePrevKeyboard()
Overrides:
handlePrevKeyboard in class AbstractKeyboardController<DragAKeyboard>

handleNextKeyboard

protected void handleNextKeyboard()
Overrides:
handleNextKeyboard in class AbstractKeyboardController<DragAKeyboard>

onStartInput0

@Nonnull
public AKeyboardControllerState<DragAKeyboard> onStartInput0(@Nonnull
                                                                     android.view.inputmethod.EditorInfo attribute,
                                                                     boolean restarting)
Overrides:
onStartInput0 in class DragKeyboardController


Copyright © 2013. All Rights Reserved.