Called by ErrorTable when a row is selected. Action taken is specific to each Mode, based on the object passed in.
(Object item)
| 2338 | * to each Mode, based on the object passed in. |
| 2339 | */ |
| 2340 | public void errorTableClick(Object item) { |
| 2341 | highlight((Problem) item); |
| 2342 | } |
| 2343 | |
| 2344 | |
| 2345 | public void errorTableDoubleClick(Object item) { } |
no test coverage detected