TreeTableView

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Handler[T <: Txn[T], Node, Branch <: Node, Data]
sealed trait ModelUpdate[Node, +Branch]
final case class NodeAdded[Node, Branch](parent: Branch, index: Int, child: Node) extends ModelUpdate[Node, Branch]
final case class NodeChanged[Node](node: Node) extends ModelUpdate[Node, Nothing]
final case class NodeRemoved[Node, Branch](parent: Branch, index: Int, child: Node) extends ModelUpdate[Node, Branch]
trait NodeView[T <: Txn[T], Node, Branch, Data]

The node view encapsulates the rendering data.

The node view encapsulates the rendering data.

case object SelectionChanged extends Update
sealed trait Update