Called by ErrorTable when a row is selected. Action taken is specific to each Mode, based on the object passed in.
(Object item)
| 2863 | * to each Mode, based on the object passed in. |
| 2864 | */ |
| 2865 | public void errorTableClick(Object item) { |
| 2866 | highlight((Problem) item); |
| 2867 | } |
| 2868 | |
| 2869 | |
| 2870 | public void errorTableDoubleClick(Object item) { } |
no test coverage detected