treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap
/
TreeMapProbingCoordinator
Tree
Map
Probing
Coordinator
class
TreeMapProbingCoordinator
<
Row
,
N
>
(
probing
:
MutableSingleSelection
<
Row
>
,
model
:
TreeMapModel
<
N
,
Row
,
*
>
,
val
getRow
:
(
N
)
->
Row
)
:
AbstractSingleSelectionCoordinator
<
Row
,
N
?
>
Members
Constructors
Tree
Map
Probing
Coordinator
Link copied to clipboard
constructor
(
probing
:
MutableSingleSelection
<
Row
>
,
model
:
TreeMapModel
<
N
,
Row
,
*
>
,
getRow
:
(
N
)
->
Row
)
Properties
a2b
Listener
Link copied to clipboard
val
a2bListener
:
SingleSelectionListener
<
Row
>
b2a
Listener
Link copied to clipboard
val
b2aListener
:
SingleSelectionListener
<
N
?
>
get
Row
Link copied to clipboard
val
getRow
:
(
N
)
->
Row
Functions
a2b
Link copied to clipboard
open
override
fun
a2b
(
row
:
Row
?
)
:
N
b2a
Link copied to clipboard
open
override
fun
b2a
(
n
:
N
?
)
:
Row