()
| 148 | } |
| 149 | |
| 150 | public void eventLongOk() { |
| 151 | if (getItemCount() == 0) { |
| 152 | return; |
| 153 | } |
| 154 | showMenu(); |
| 155 | } |
| 156 | |
| 157 | public void menuAction(MenuCommand c, VirtualList d) { |
| 158 | if (c == cmdNew) { |
nothing calls this directly
no test coverage detected