TreeEditor

interface TreeEditor<T>(source)

Created by Nicholas Eddy on 12/13/18.

Functions

Link copied to clipboard
abstract fun edit(tree: MutableTree<T, *>, node: T, path: Path<Int>, contentBounds: Rectangle, current: View): EditOperation<T>