Performs an action assigned to the selected list element in the toc component.
()
| 1293 | * Performs an action assigned to the selected list element in the toc component. |
| 1294 | */ |
| 1295 | public void tocAction() {//GEN-END:|325-action|0|325-preAction |
| 1296 | // enter pre-action user code here |
| 1297 | String __selectedString = getToc().getString(getToc().getSelectedIndex());//GEN-LINE:|325-action|1|325-postAction |
| 1298 | // enter post-action user code here |
| 1299 | }//GEN-BEGIN:|325-action|2| |
| 1300 | //</editor-fold>//GEN-END:|325-action|2| |
| 1301 | |
| 1302 | //<editor-fold defaultstate="collapsed" desc=" Generated Method: showToc ">//GEN-BEGIN:|332-entry|0|333-preAction |