(IButton button)
| 111 | } |
| 112 | |
| 113 | public void addButton(IButton button) { |
| 114 | buttons.add(button); |
| 115 | buttonIdLookup.put(button.getId(), button); |
| 116 | } |
| 117 | |
| 118 | public void removeButton(IButton button) { |
| 119 | buttons.remove(button); |
no test coverage detected