MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / flush

Method flush

ij/src/main/java/ij/text/TextPanel.java:1256–1260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1254 }
1255
1256 void flush() {
1257 if (vData!=null)
1258 vData.removeAllElements();
1259 vData = null;
1260 }
1261
1262 private void sort() {
1263 ResultsTable rt2 = getOrCreateResultsTable();

Callers 2

setColumnHeadingsMethod · 0.95
renameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected