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

Method getBookInfo

src/org/albite/albite/AlbiteMIDlet.java:2429–2439  ·  view source on GitHub ↗

Returns an initiliazed instance of bookInfo component. @return the initialized component instance

()

Source from the content-addressed store, hash-verified

2427 * @return the initialized component instance
2428 */
2429 public Form getBookInfo() {
2430 if (bookInfo == null) {//GEN-END:|724-getter|0|724-preInit
2431 // write pre-init user code here
2432 bookInfo = new Form("Book details");//GEN-BEGIN:|724-getter|1|724-postInit
2433 bookInfo.addCommand(getDISMISS_COMMAND());
2434 bookInfo.setCommandListener(this);//GEN-END:|724-getter|1|724-postInit
2435 // write post-init user code here
2436 bookCanvas.fillBookInfo(bookInfo);
2437 }//GEN-BEGIN:|724-getter|2|
2438 return bookInfo;
2439 }
2440 //</editor-fold>//GEN-END:|724-getter|2|
2441
2442 //<editor-fold defaultstate="collapsed" desc=" Generated Method: dictionariesFound ">//GEN-BEGIN:|747-if|0|747-preIf

Callers 1

showBookInfoMethod · 0.95

Calls 3

getDISMISS_COMMANDMethod · 0.95
setCommandListenerMethod · 0.45
fillBookInfoMethod · 0.45

Tested by

no test coverage detected