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

Method getRowCount

app/src/processing/app/contrib/ListPanel.java:758–761  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756
757
758 public int getRowCount() {
759 // This will count section headers, but it is only used to check if any rows are shown
760 return sorter.getViewRowCount();
761 }
762}

Callers 2

hasUpdatesMethod · 0.45
mouseClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected