Java Reference
In-Depth Information
// Insert pre-init code here
backCommand = new Command("Back", Command.BACK, 1);
//GEN-LINE:MVDGetInit13
// Insert post-init code here
}//GEN-BEGIN:MVDGetEnd13
return backCommand;
}//GEN-END:MVDGetEnd13
/** This method returns instance for spacer1 component and should be
called instead of accessing spacer1 field directly.
//GEN-BEGIN:MVDGetBegin15
* @return Instance for spacer1 component
*/
public Spacer get_spacer1() {
if (spacer1 == null) {//GEN-END:MVDGetBegin15
// Insert pre-init code here
spacer1 = new Spacer(1000, 10);//GEN-LINE:MVDGetInit15
// Insert post-init code here
}//GEN-BEGIN:MVDGetEnd15
return spacer1;
}//GEN-END:MVDGetEnd15
/** This method returns instance for wxItem component and should be called
instead of accessing wxItem field directly.//GEN-BEGIN:MVDGetBegin16
* @return Instance for wxItem component
*/
public StringItem get_wxItem() {
if (wxItem == null) {//GEN-END:MVDGetBegin16
// Insert pre-init code here
wxItem = new StringItem("Forecast", "Sunny.");//GEN-LINE:MVDGetInit16
// Insert post-init code here
}//GEN-BEGIN:MVDGetEnd16
return wxItem;
}//GEN-END:MVDGetEnd16
/** This method returns instance for stringItem1 component and should
be called instead of accessing stringItem1 field directly.
//GEN-BEGIN:MVDGetBegin23
* @return Instance for stringItem1 component
*/
public StringItem get_stringItem1() {
if (stringItem1 == null) {//GEN-END:MVDGetBegin23
 
Search WWH ::




Custom Search