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

Method returnToMenu

src/org/albite/albite/AlbiteMIDlet.java:1850–1862  ·  view source on GitHub ↗

Performs an action assigned to the returnToMenu if-point.

()

Source from the content-addressed store, hash-verified

1848 * Performs an action assigned to the returnToMenu if-point.
1849 */
1850 public void returnToMenu() {//GEN-END:|462-if|0|462-preIf
1851 // enter pre-if user code here
1852 if (!calledOutside) {//GEN-LINE:|462-if|1|463-preAction
1853 // write pre-action user code here
1854 switchDisplayable(null, getMenu());//GEN-LINE:|462-if|2|463-postAction
1855 // write post-action user code here
1856 } else {//GEN-LINE:|462-if|3|464-preAction
1857 // write pre-action user code here
1858 switchDisplayable(null, bookCanvas);//GEN-LINE:|462-if|4|464-postAction
1859 // write post-action user code here
1860 }//GEN-LINE:|462-if|5|462-postIf
1861 // enter post-if user code here
1862 }//GEN-BEGIN:|462-if|6|
1863 //</editor-fold>//GEN-END:|462-if|6|
1864
1865 //<editor-fold defaultstate="collapsed" desc=" Generated Method: showColorPicker ">//GEN-BEGIN:|501-if|0|501-preIf

Callers 3

commandActionMethod · 0.95
displayBookCanvasMethod · 0.95
unloadInfoMethod · 0.95

Calls 2

switchDisplayableMethod · 0.95
getMenuMethod · 0.95

Tested by

no test coverage detected