MCPcopy Index your code
hub / github.com/benfry/processing4 / errorTableClick

Method errorTableClick

app/src/processing/app/ui/Editor.java:2340–2342  ·  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

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

Callers 2

mouseClickedMethod · 0.80
errorTableDoubleClickMethod · 0.80

Calls 1

highlightMethod · 0.95

Tested by

no test coverage detected