toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.tree
/
TreeEditor
Tree
Editor
interface
TreeEditor
<
T
>
(
source
)
Created by Nicholas Eddy on 12/13/18.
Members
Functions
edit
Link copied to clipboard
abstract
fun
edit
(
tree
:
MutableTree
<
T
,
*
>
,
node
:
T
,
path
:
Path
<
Int
>
,
contentBounds
:
Rectangle
,
current
:
View
)
:
EditOperation
<
T
>