org.solovyev.android.keyboard
Class CalculatorKeyboardController

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.CalculatorKeyboardController
All Implemented Interfaces:
AKeyboardController

public class CalculatorKeyboardController
extends DragKeyboardController

User: serso Date: 11/3/12 Time: 5:57 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
CalculatorKeyboardController()
           
 
Method Summary
protected  DragAKeyboard createKeyboardDef(android.content.Context context)
           
 
Methods inherited from class org.solovyev.android.keyboard.DragKeyboardController
createKeyboardView0, onCreate0, onInitializeInterface0, onStartInput0
 
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

CalculatorKeyboardController

public CalculatorKeyboardController()
Method Detail

createKeyboardDef

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


Copyright © 2013. All Rights Reserved.