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

Method setWord

src/org/albite/albite/AlbiteMIDlet.java:2642–2655  ·  view source on GitHub ↗

Performs an action assigned to the setWord entry-point.

()

Source from the content-addressed store, hash-verified

2640 * Performs an action assigned to the setWord entry-point.
2641 */
2642 public void setWord() {//GEN-END:|791-entry|0|792-preAction
2643 // write pre-action user code here
2644 //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
2645 final List sg = getSuggestions();
2646 final String word = sg.getString(sg.getSelectedIndex());
2647
2648 /*
2649 * Setup search word
2650 */
2651 searchWord = word;
2652 //#endif
2653 switchDisplayable(null, getLookup());//GEN-LINE:|791-entry|1|792-postAction
2654 // write post-action user code here
2655 }//GEN-BEGIN:|791-entry|2|
2656 //</editor-fold>//GEN-END:|791-entry|2|
2657
2658 //<editor-fold defaultstate="collapsed" desc=" Generated Method: setDictionary ">//GEN-BEGIN:|805-entry|0|806-preAction

Callers 1

commandActionMethod · 0.95

Calls 3

getSuggestionsMethod · 0.95
switchDisplayableMethod · 0.95
getLookupMethod · 0.95

Tested by

no test coverage detected