Performs an action assigned to the setWord entry-point.
()
| 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 |
no test coverage detected