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

Method enterWord

src/org/albite/albite/AlbiteMIDlet.java:1111–1121  ·  view source on GitHub ↗

Performs an action assigned to the enterWord entry-point.

()

Source from the content-addressed store, hash-verified

1109 * Performs an action assigned to the enterWord entry-point.
1110 */
1111 public void enterWord() {//GEN-END:|223-entry|0|224-preAction
1112 // write pre-action user code here
1113 if (entryForLookup == null) {
1114 entryForLookup = "";
1115 }
1116
1117 setTextBoxString(getWordBox(), entryForLookup);
1118
1119 dictionariesFound();//GEN-LINE:|223-entry|1|224-postAction
1120 // write post-action user code here
1121 }//GEN-BEGIN:|223-entry|2|
1122 //</editor-fold>//GEN-END:|223-entry|2|
1123
1124 //<editor-fold defaultstate="collapsed" desc=" Generated Getter: BACK_COMMAND ">//GEN-BEGIN:|205-getter|0|205-preInit

Callers 4

menuActionMethod · 0.95
lookupWordOrNumberMethod · 0.95
processKeysMethod · 0.80

Calls 3

setTextBoxStringMethod · 0.95
getWordBoxMethod · 0.95
dictionariesFoundMethod · 0.95

Tested by

no test coverage detected