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