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

Method tocAction

src/org/albite/albite/AlbiteMIDlet.java:1295–1299  ·  view source on GitHub ↗

Performs an action assigned to the selected list element in the toc component.

()

Source from the content-addressed store, hash-verified

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

Callers 1

commandActionMethod · 0.95

Calls 1

getTocMethod · 0.95

Tested by

no test coverage detected