(MenuCommand c, VirtualList d)
| 111 | } |
| 112 | |
| 113 | public void menuAction(MenuCommand c, VirtualList d) { |
| 114 | if (c == cmdDef) { |
| 115 | cf.def_profile = defp = cursor; |
| 116 | cf.saveToStorage(); |
| 117 | redraw(); |
| 118 | } |
| 119 | } |
| 120 | |
| 121 | public void eventOk() { |
| 122 | cf.profile = cursor; |
nothing calls this directly
no test coverage detected