org.solovyev.android.keyboard
Class DragKeyboardController

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
All Implemented Interfaces:
AKeyboardController
Direct Known Subclasses:
CalculatorKeyboardController, LatinDragKeyboardController

public abstract class DragKeyboardController
extends AbstractAndroidKeyboardController<DragAKeyboard>

User: Solovyev_S Date: 02.11.12 Time: 14:42


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
DragKeyboardController()
           
 
Method Summary
protected abstract  DragAKeyboard createKeyboardDef(android.content.Context context)
           
protected  AKeyboardViewWithSuggestions<DragAKeyboard> createKeyboardView0(android.content.Context context)
           
protected  AKeyboardConfiguration onCreate0(android.content.Context context)
           
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.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, handleNextKeyboard, handlePrevKeyboard, 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

DragKeyboardController

public DragKeyboardController()
Method Detail

createKeyboardView0

@Nonnull
protected AKeyboardViewWithSuggestions<DragAKeyboard> createKeyboardView0(@Nonnull
                                                                                  android.content.Context context)
Specified by:
createKeyboardView0 in class AbstractAndroidKeyboardController<DragAKeyboard>

onInitializeInterface0

@Nonnull
protected AKeyboardControllerState<DragAKeyboard> onInitializeInterface0(@Nonnull
                                                                                 android.inputmethodservice.InputMethodService inputMethodService)
Specified by:
onInitializeInterface0 in class AbstractKeyboardController<DragAKeyboard>

createKeyboardDef

protected abstract DragAKeyboard createKeyboardDef(@Nonnull
                                                   android.content.Context context)

onStartInput0

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

onCreate0

@Nonnull
protected AKeyboardConfiguration onCreate0(@Nonnull
                                                   android.content.Context context)
Specified by:
onCreate0 in class AbstractKeyboardController<DragAKeyboard>


Copyright © 2013. All Rights Reserved.