()
| 189 | } |
| 190 | |
| 191 | public void selectPressed() { |
| 192 | if (cf.swapMenu) { |
| 193 | MenuCommand commandOk = findCommand(MenuCommand.OK); |
| 194 | menuAction(commandOk == null ? cmdOk : commandOk, this); |
| 195 | } else { |
| 196 | cmdCancel(); |
| 197 | } |
| 198 | } |
| 199 | public void touchLeftPressed() { |
| 200 | if (cf.swapMenu) { |
| 201 | selectPressed(); |
no test coverage detected