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

Method addRow

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

Source from the content-addressed store, hash-verified

119
120
121 public void addRow(Problem data, String msg, String filename, String line) {
122 DefaultTableModel dtm = (DefaultTableModel) getModel();
123 dtm.addRow(new Object[] { data, msg, filename, line });
124 }
125
126
127 @Override

Callers 1

updateErrorTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected