| |
|
| java.lang.Object com.sun.midp.chameleon.input.PTDictionaryImpl
PTDictionaryImpl | public class PTDictionaryImpl implements PTDictionary(Code) | | Machine dependent API to predictive text library
This implementation assumes that predictive text library
loaded and handled by platfrom. As a result this class
serves just as a Iteraror factory
|
PTDictionaryImpl | public PTDictionaryImpl(String lang)(Code) | | call ptInitLibrary0() on 1st execution
Parameters: lang - current language |
addWord | public boolean addWord(String word)(Code) | | adding words to the predictive text dictionary is not
supported on the platform. Returns false always
Parameters: word - new word to add false (not supported on the platform) |
isValid | public boolean isValid()(Code) | | check if current handle is valid
true is valid, false otherwise |
iterator | public PTIterator iterator()(Code) | | get a machine dependent predictive text Iterattor
an iterator of the class IteratorImpl |
|
|
|