MCPcopy Index your code
hub / github.com/processing/processing / errorTableClick

Method errorTableClick

app/src/processing/app/ui/Editor.java:2865–2867  ·  view source on GitHub ↗

Called by ErrorTable when a row is selected. Action taken is specific to each Mode, based on the object passed in.

(Object item)

Source from the content-addressed store, hash-verified

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) { }

Callers 2

mouseClickedMethod · 0.80
errorTableDoubleClickMethod · 0.80

Calls 1

highlightMethod · 0.95

Tested by

no test coverage detected