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

Method addRow

app/src/processing/app/ui/ErrorTable.java:132–135  ·  view source on GitHub ↗
(Problem data, String msg, String filename, String line)

Source from the content-addressed store, hash-verified

130
131
132 public void addRow(Problem data, String msg, String filename, String line) {
133 DefaultTableModel dtm = (DefaultTableModel) getModel();
134 dtm.addRow(new Object[] { data, msg, filename, line });
135 }
136
137
138 @Override

Callers 1

updateErrorTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected