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

Method wordFound

src/org/albite/albite/AlbiteMIDlet.java:2597–2609  ·  view source on GitHub ↗

Performs an action assigned to the wordFound if-point.

()

Source from the content-addressed store, hash-verified

2595 * Performs an action assigned to the wordFound if-point.
2596 */
2597 public void wordFound() {//GEN-END:|777-if|0|777-preIf
2598 // enter pre-if user code here
2599 if (searchResult.length == 1) {//GEN-LINE:|777-if|1|778-preAction
2600 // write pre-action user code here
2601 setDefinition();//GEN-LINE:|777-if|2|778-postAction
2602 // write post-action user code here
2603 } else {//GEN-LINE:|777-if|3|779-preAction
2604 // write pre-action user code here
2605 fillSuggestions();//GEN-LINE:|777-if|4|779-postAction
2606 // write post-action user code here
2607 }//GEN-LINE:|777-if|5|777-postIf
2608 // enter post-if user code here
2609 }//GEN-BEGIN:|777-if|6|
2610 //</editor-fold>//GEN-END:|777-if|6|
2611
2612 //<editor-fold defaultstate="collapsed" desc=" Generated Method: setDefinition ">//GEN-BEGIN:|782-entry|0|783-preAction

Callers 1

commandActionMethod · 0.95

Calls 2

setDefinitionMethod · 0.95
fillSuggestionsMethod · 0.95

Tested by

no test coverage detected