BasicMutableTreeRowGenerator

class BasicMutableTreeRowGenerator<T>(    focusManager: FocusManager?,     selectionColor: Color? = Green.lighter(),     selectionBlurredColor: Color? = Lightgray,     iconFactory: () -> TreeRowIcon = { SimpleTreeRowIcon() }) : BasicTreeRowGenerator<T> (source)

Constructors

Link copied to clipboard
constructor(    focusManager: FocusManager?,     selectionColor: Color? = Green.lighter(),     selectionBlurredColor: Color? = Lightgray,     iconFactory: () -> TreeRowIcon = { SimpleTreeRowIcon() })

Functions

Link copied to clipboard
open operator override fun invoke(tree: Tree<T, *>, node: T, path: Path<Int>, index: Int, current: View?): View