Returns an initiliazed instance of GO_COMMAND component. @return the initialized component instance
()
| 1372 | * @return the initialized component instance |
| 1373 | */ |
| 1374 | public Command getGO_COMMAND() { |
| 1375 | if (GO_COMMAND == null) {//GEN-END:|359-getter|0|359-preInit |
| 1376 | // write pre-init user code here |
| 1377 | GO_COMMAND = new Command("Go!", Command.OK, 0);//GEN-LINE:|359-getter|1|359-postInit |
| 1378 | // write post-init user code here |
| 1379 | }//GEN-BEGIN:|359-getter|2| |
| 1380 | return GO_COMMAND; |
| 1381 | } |
| 1382 | //</editor-fold>//GEN-END:|359-getter|2| |
| 1383 | |
| 1384 | //<editor-fold defaultstate="collapsed" desc=" Generated Getter: chapterPositions ">//GEN-BEGIN:|354-getter|0|354-preInit |
no outgoing calls
no test coverage detected