intellij-randomness / com.fwdekker.randomness.ui / JEditableList / getColumnClass

getColumnClass

fun getColumnClass(column: Int): Class<out Any>

Returns the class of the data in the column with index column.

Parameters

column - the index of the column to return the class of

Return
the class of the data in the column with index column