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

Method getLoadBook

src/org/albite/albite/AlbiteMIDlet.java:938–953  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

936 * @return the initialized component instance
937 */
938 public WaitScreen getLoadBook() {
939 if (loadBook == null) {//GEN-END:|157-getter|0|157-preInit
940 // write pre-init user code here
941 loadBook = new WaitScreen(getDisplay());//GEN-BEGIN:|157-getter|1|157-postInit
942 loadBook.setTitle(null);
943 loadBook.setCommandListener(this);
944 loadBook.setFullScreenMode(true);
945 loadBook.setImage(getAlbiteLogo());
946 loadBook.setText("Opening book...");
947 loadBook.setTextFont(getLoadingFont());
948 loadBook.setTask(getLoadBookTask());//GEN-END:|157-getter|1|157-postInit
949 // write post-init user code here
950 loadBook.setBookCanvas(bookCanvas);
951 }//GEN-BEGIN:|157-getter|2|
952 return loadBook;
953 }
954 //</editor-fold>//GEN-END:|157-getter|2|
955
956 //<editor-fold defaultstate="collapsed" desc=" Generated Getter: loadBookTask ">//GEN-BEGIN:|160-getter|0|160-preInit

Callers 4

commandActionMethod · 0.95
getBookErrorMethod · 0.95
lastBookAvailableMethod · 0.95
showLoadingScreenMethod · 0.95

Calls 11

getDisplayMethod · 0.95
getAlbiteLogoMethod · 0.95
getLoadingFontMethod · 0.95
getLoadBookTaskMethod · 0.95
setImageMethod · 0.80
setTextFontMethod · 0.80
setTaskMethod · 0.80
setBookCanvasMethod · 0.80
setTitleMethod · 0.45
setCommandListenerMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected