TupleLike

trait TupleLike[A] extends TreeColumnModel[A]
trait Publisher
trait Reactor
class Object
trait Matchable
class Any
class Tuple1[A, T1]
class Tuple2[A, T1, T2]
class Tuple3[A, T1, T2, T3]
class Tuple4[A, T1, T2, T3, T4]
class Tuple5[A, T1, T2, T3, T4, T5]
class Tuple6[A, T1, T2, T3, T4, T5, T6]

Value members

Abstract methods

protected
def columns: IndexedSeq[Column[A, _]]
def getParent(node: A): Option[A]

Concrete methods

final
def columnCount: Int
final
def getColumnClass(column: Int): Class[_]
final
def getColumnName(column: Int): String
def getValueAt(node: A, column: Int): Any
def isCellEditable(node: A, column: Int): Boolean
def setValueAt(value: Any, node: A, column: Int): Unit

Inherited methods

def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor
def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Inherited from
Publisher

Inherited fields

protected
val listeners: RefSet[Reaction]
Inherited from
Publisher
val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor