TreeMapFilterCoordinator

class TreeMapFilterCoordinator<Row, N>(filter: MutableFilter<Row>, model: TreeMapModel<N, Row, *>, val getRow: (N) -> Row) : AbstractFilterCoordinator<Row, N>

Constructors

Link copied to clipboard
constructor(filter: MutableFilter<Row>, model: TreeMapModel<N, Row, *>, getRow: (N) -> Row)

Properties

Link copied to clipboard
val a2bListener: FilterListener<Row>
Link copied to clipboard
val b2aListener: FilterListener<N>
Link copied to clipboard
val getRow: (N) -> Row

Functions

Link copied to clipboard
open override fun a2b(row: Row): N
Link copied to clipboard
open override fun b2a(n: N): Row