Returns an initiliazed instance of NO_COMMAND component. @return the initialized component instance
()
| 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 |
no outgoing calls
no test coverage detected