org.solovyev.android.keyboard
Class AbstractAKeyboard

java.lang.Object
  extended by org.solovyev.android.keyboard.AbstractAKeyboard
All Implemented Interfaces:
AKeyboard
Direct Known Subclasses:
AndroidAKeyboard, DragAKeyboard

public abstract class AbstractAKeyboard
extends Object
implements AKeyboard


Constructor Summary
protected AbstractAKeyboard(String keyboardId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getKeyboardId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.solovyev.android.keyboard.AKeyboard
setImeOptions, setShifted
 

Constructor Detail

AbstractAKeyboard

protected AbstractAKeyboard(@Nonnull
                            String keyboardId)
Method Detail

getKeyboardId

@Nonnull
public String getKeyboardId()
Specified by:
getKeyboardId in interface AKeyboard

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.