| |
|
| example.mia.demo.MicroLexicon
MicroLexicon | public class MicroLexicon extends MIDlet implements CommandListener(Code) | | MicroLexicon midlet is an example for JSR238 (Mobile Internationalization API)
See Also: http://www.jcp.org/en/jsr/detail?id=238 See Also: Example uses device resources of the emulator as well as application See Also: resources bundled with the application.
See Also: To see content of device resource files use manager See Also: WTK_HOME/bin/i18ntool.. To see content of application resource See Also: files use i18n Resource Manager from ktoolbar, look into menu project. See Also: Application resources are placed under example's /res directory. See Also: You will see how easy is to add your own language to the lexicon ;-) version: 1.4 |
Inner Class :static class Languages | |
backCommand | Command backCommand(Code) | | |
currentDisplay | Displayable currentDisplay(Code) | | currently visible screen
|
devManager | static ResourceManager devManager(Code) | | device resources manager
|
exitCommand | Command exitCommand(Code) | | commands definitions
|
flag | Image flag(Code) | | flag selected
|
frmLangChooser | Form frmLangChooser(Code) | | screens lazy initialize
|
frmTranslate | Form frmTranslate(Code) | | |
languages | Languages languages(Code) | | languages available
|
lstPhraseChooser | List lstPhraseChooser(Code) | | |
nextCommand | Command nextCommand(Code) | | |
phrases | final static String[] phrases(Code) | | Phrases are read from resources
but the array is initialized with defaults (english)
|
phrasesManager | static ResourceManager phrasesManager(Code) | | resources manager for accessing phrases
|
targetPhrasesManager | static ResourceManager targetPhrasesManager(Code) | | Resource Manager of target language
|
uiManager | static ResourceManager uiManager(Code) | | resources manager for accessing ui resources
|
commandAction | public void commandAction(Command command, Displayable displayable)(Code) | | |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | |
pauseApp | public void pauseApp()(Code) | | |
startApp | public void startApp()(Code) | | Start application.
By default initialized with form for choosing languages
|
|
|
|