|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.thdl.tib.input.JskadKeyboard
A JskadKeyboard is the high-level view of a Tibetan-input keyboard that Jskad has. Each keyboard is associated with a .ini file (except for the built-in, extended Wylie keyboard), an RTF document for end users, and a short identifying string.
Constructor Summary | |
JskadKeyboard(String identifyingString,
String dotIniResourceName,
String RTFResourceName)
Creates a new JskadKeyboard. |
Method Summary | |
void |
activate(org.thdl.tib.input.DuffPane dp)
Activates this keyboard for the given DuffPane. |
String |
getIdentifyingString()
Returns the short identifying string associated with this keyboard. |
org.thdl.util.RTFPane |
getQuickRefPane()
Returns an RTFPane displaying the contents of the "Quick Reference" .rtf file associated with this keyboard, or null if no such file is associated with this keyboard. |
boolean |
hasQuickRefFile()
Returns true iff there is a "Quick Reference" document associated with this keyboard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JskadKeyboard(String identifyingString, String dotIniResourceName, String RTFResourceName)
identifyingString
- a short string used in the GUI to
identify this keyboarddotIniResourceName
- the name of the .ini file used to
initialize this keyboard, or null for the built-in extended
Wylie keyboardRTFResourceName
- the optional name of the .rtf file that
gives users a quick reference to this keyboard (null if no
such file is available)Method Detail |
public org.thdl.util.RTFPane getQuickRefPane()
public boolean hasQuickRefFile()
public String getIdentifyingString()
public void activate(org.thdl.tib.input.DuffPane dp)
dp
- the DuffPane for which this keyboard will be made
the active keyboard
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |