|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.thdl.tib.input.JskadKeyboardManager
A JskadKeyboardManager maintains a list of JskadKeyboards.
Constructor Summary | |
JskadKeyboardManager()
Creates a manager without any keyboards in it, even the built-in extended Wylie keyboard. |
|
JskadKeyboardManager(org.thdl.tib.input.JskadKeyboard[] keyboards)
Creates a manager with the specified keyboards in it. |
Method Summary | |
void |
addKeyboard(org.thdl.tib.input.JskadKeyboard keybd)
Adds a JskadKeyboard to this manager. |
org.thdl.tib.input.JskadKeyboard |
elementAt(int index)
Returns the JskadKeyboard at the zero-based index. |
String[] |
getIdentifyingStrings()
Returns an array of the identifying strings associated with all managed keyboards. |
int |
size()
Returns the number of JskadKeyboards being managed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JskadKeyboardManager()
public JskadKeyboardManager(org.thdl.tib.input.JskadKeyboard[] keyboards) throws NullPointerException
Method Detail |
public void addKeyboard(org.thdl.tib.input.JskadKeyboard keybd) throws NullPointerException
NullPointerException
public org.thdl.tib.input.JskadKeyboard elementAt(int index) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException
public int size()
public String[] getIdentifyingStrings()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |