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

Method getDisplay

src/org/albite/albite/AlbiteMIDlet.java:4061–4063  ·  view source on GitHub ↗

Returns a display instance. @return the display instance.

()

Source from the content-addressed store, hash-verified

4059 * @return the display instance.
4060 */
4061 public final Display getDisplay () {
4062 return Display.getDisplay(this);
4063 }
4064
4065 /**
4066 * Called when MIDlet is started.

Callers 8

switchDisplayableMethod · 0.95
getBookBrowserMethod · 0.95
getLoadBookMethod · 0.95
getSplashScreenMethod · 0.95
getLookupMethod · 0.95
getFolderBrowserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected