(MenuCommand command, VirtualList displayable)
| 78 | } |
| 79 | |
| 80 | public void menuAction(MenuCommand command, VirtualList displayable) { |
| 81 | if (command == cmdCancel) { |
| 82 | cmdCancel(); |
| 83 | } |
| 84 | if (command == cmdOk) { |
| 85 | cmdOk(); |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | public final void loadItemsFrom(Vector items) { |
| 90 | synchronized (itemsList) { |
no test coverage detected