MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getWordBox

Method getWordBox

src/org/albite/albite/AlbiteMIDlet.java:1159–1170  ·  view source on GitHub ↗

Returns an initiliazed instance of wordBox component. @return the initialized component instance

()

Source from the content-addressed store, hash-verified

1157 * @return the initialized component instance
1158 */
1159 public TextBox getWordBox() {
1160 if (wordBox == null) {//GEN-END:|216-getter|0|216-preInit
1161 // write pre-init user code here
1162 wordBox = new TextBox("Enter word", "", 50, TextField.ANY);//GEN-BEGIN:|216-getter|1|216-postInit
1163 wordBox.addCommand(getNEXT_COMMAND());
1164 wordBox.addCommand(getBACK_COMMAND());
1165 wordBox.setCommandListener(this);
1166 wordBox.setInitialInputMode("UCB_BASIC_LATIN");//GEN-END:|216-getter|1|216-postInit
1167 // write post-init user code here
1168 }//GEN-BEGIN:|216-getter|2|
1169 return wordBox;
1170 }
1171 //</editor-fold>//GEN-END:|216-getter|2|
1172
1173 //<editor-fold defaultstate="collapsed" desc=" Generated Method: openLibrary ">//GEN-BEGIN:|242-entry|0|243-preAction

Callers 4

commandActionMethod · 0.95
enterWordMethod · 0.95
dictionariesFoundMethod · 0.95
setDictionaryMethod · 0.95

Calls 3

getNEXT_COMMANDMethod · 0.95
getBACK_COMMANDMethod · 0.95
setCommandListenerMethod · 0.45

Tested by

no test coverage detected