org.solovyev.android.keyboard
Interface AKeyboardControllerState<K extends AKeyboard>
- All Known Implementing Classes:
- AKeyboardControllerStateImpl
public interface AKeyboardControllerState<K extends AKeyboard>
User: serso
Date: 11/1/12
Time: 9:30 PM
isShifted
boolean isShifted()
isCapsLock
boolean isCapsLock()
isCompletion
boolean isCompletion()
isPrediction
boolean isPrediction()
getKeyboard
@Nonnull
K getKeyboard()
copyForNewKeyboard
@Nonnull
AKeyboardControllerState<K> copyForNewKeyboard(@Nonnull
K keyboard)
copyForNewCapsLock
@Nonnull
AKeyboardControllerState<K> copyForNewCapsLock(boolean capsLock)
copyForNewShift
@Nonnull
AKeyboardControllerState<K> copyForNewShift(boolean newState)
Copyright © 2013. All Rights Reserved.