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

Method openLibrary

src/org/albite/albite/AlbiteMIDlet.java:1177–1181  ·  view source on GitHub ↗

Performs an action assigned to the openLibrary entry-point.

()

Source from the content-addressed store, hash-verified

1175 * Performs an action assigned to the openLibrary entry-point.
1176 */
1177 public void openLibrary() {//GEN-END:|242-entry|0|243-preAction
1178 // write pre-action user code here
1179 switchDisplayable(null, getBookBrowser());//GEN-LINE:|242-entry|1|243-postAction
1180 // write post-action user code here
1181 }//GEN-BEGIN:|242-entry|2|
1182 //</editor-fold>//GEN-END:|242-entry|2|
1183
1184 //<editor-fold defaultstate="collapsed" desc=" Generated Method: enterNumber ">//GEN-BEGIN:|252-entry|0|253-preAction

Callers 3

menuActionMethod · 0.95
processKeysMethod · 0.80

Calls 2

switchDisplayableMethod · 0.95
getBookBrowserMethod · 0.95

Tested by

no test coverage detected