DefaultTreeMap

Creates a TreeMap component with the its native data model.

Parameters

model

a TreeMapModel


constructor(dataFrame: DataFrame<Row, Column, Any?>)

Creates a TreeMap component with the specified Swing TableModel.

Parameters

dataFrame

a DataFrame


constructor()