TreeItem

open class TreeItem<T>(initialValue: T) : TreeItemBase

Constructors

Link copied to clipboard
constructor(initialValue: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var value: T
Link copied to clipboard

Functions

Link copied to clipboard
fun dumpItems()
Link copied to clipboard

Expands this item, and all descendants.

Link copied to clipboard

Expands this item, and all ancestors

Link copied to clipboard

Return true iff this TreeItem is a descendantOf other, or they are the same TreeItem.

Link copied to clipboard
open override fun toString(): String