org.solovyev.android.keyboard
Class DragAKeyboard.KeyboardDef

java.lang.Object
  extended by org.solovyev.android.keyboard.DragAKeyboard.KeyboardDef
Enclosing class:
DragAKeyboard

public static final class DragAKeyboard.KeyboardDef
extends Object


Constructor Summary
DragAKeyboard.KeyboardDef()
           
 
Method Summary
 boolean add(DragAKeyboard.RowDef object)
           
 List<DragAKeyboard.RowDef> getRowDefs()
           
 void setImeOptions(android.content.res.Resources resources, int imeOptions)
           
 void setShifted(boolean shifted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragAKeyboard.KeyboardDef

public DragAKeyboard.KeyboardDef()
Method Detail

add

public boolean add(DragAKeyboard.RowDef object)

getRowDefs

@Nonnull
public List<DragAKeyboard.RowDef> getRowDefs()

setImeOptions

public void setImeOptions(@Nonnull
                          android.content.res.Resources resources,
                          int imeOptions)

setShifted

public void setShifted(boolean shifted)


Copyright © 2013. All Rights Reserved.