(container, x, y)
| 204 | super.onMouseEntered(container, x, y); |
| 205 | } |
| 206 | onMouseExited(container, x, y) { |
| 207 | container.last.visible = false; |
| 208 | super.onMouseExited(container, x, y); |
| 209 | } |
| 210 | select(container) { |
| 211 | model.selectMachine(this.machine); |
| 212 | } |
nothing calls this directly
no test coverage detected