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

Method getNO_COMMAND

src/org/albite/albite/AlbiteMIDlet.java:1963–1970  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1961 * @return the initialized component instance
1962 */
1963 public Command getNO_COMMAND() {
1964 if (NO_COMMAND == null) {//GEN-END:|550-getter|0|550-preInit
1965 // write pre-init user code here
1966 NO_COMMAND = new Command("No", Command.BACK, 0);//GEN-LINE:|550-getter|1|550-postInit
1967 // write post-init user code here
1968 }//GEN-BEGIN:|550-getter|2|
1969 return NO_COMMAND;
1970 }
1971 //</editor-fold>//GEN-END:|550-getter|2|
1972
1973 //<editor-fold defaultstate="collapsed" desc=" Generated Getter: schemes ">//GEN-BEGIN:|512-getter|0|512-preInit

Callers 3

getAcceptLicenseMethod · 0.95
getExitBoxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected