()
| 61 | } |
| 62 | |
| 63 | public void eventOk(){ |
| 64 | MenuItem me=(MenuItem) getFocusedObject(); |
| 65 | if (me==null) return; |
| 66 | |
| 67 | destroyView(); |
| 68 | |
| 69 | ml.menuAction(getCommand(me.index), (VirtualList)parentView); |
| 70 | } |
| 71 | |
| 72 | public MenuCommand getCommand(int index) { |
| 73 | if (index > commands.size() - 1) |
no test coverage detected