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

Method getColumnCount

core/src/processing/data/TableRow.java:189–189  ·  view source on GitHub ↗

Returns the number of columns in a TableRow . @webref tablerow:method @webBrief Get the column count @return count of all columns

()

Source from the content-addressed store, hash-verified

187 * @return count of all columns
188 */
189 public int getColumnCount();
190
191 /**
192 * @webBrief Get the column type

Callers 6

StringDictMethod · 0.65
TableMethod · 0.65
setColumnTypesMethod · 0.65
setRowMethod · 0.65
getColumnCountMethod · 0.65
ListPanelMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected