TreeTableSelectionChanged

final case
class TreeTableSelectionChanged[A, Col <: TreeColumnModel[A]](source: TreeTable[A, Col], pathsAdded: IndexedSeq[IndexedSeq[A]], pathsRemoved: IndexedSeq[IndexedSeq[A]], newLeadSelectionPath: Option[IndexedSeq[A]], oldLeadSelectionPath: Option[IndexedSeq[A]]) extends Event
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product