trait TreeTableView[T <: Txn[T], Node, Branch, Data] extends Disposable[T] with Model[Update]
A view for tree like data that is presented as a tree table.
- Node
the opaque node type of the tree, encompassing both branches and leaves
- Data
the opaque data type which is a non-transactional view structure used for rendering the nodes.
- Alphabetic
- By Inheritance
- TreeTableView
- Model
- Disposable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type NodeView <: TreeTableView.NodeView[T, Node, Branch, Data]
Opaque view type corresponding with a node in the model.
Abstract Value Members
- abstract def addListener(pf: Listener[Update]): pf.type
- Definition Classes
- Model
- abstract def component: Component
- abstract def dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract def dropLocation: Option[DropLocation[NodeView]]
The drop location in a drag-and-drop operation.
The drop location in a drag-and-drop operation. This returns
None
if no drop action is currently being performed. Please note that the root element is removed. It is thus possible that the path is empty! - abstract def insertionPoint(implicit tx: T): (Branch, Int)
Must be called on the EDT
- abstract def insertionPointOf(selection: List[NodeView])(implicit tx: T): (Branch, Int)
Need not be called on the EDT
- abstract def markInsertion()(implicit tx: T): Unit
- abstract def nodeViews(node: Node)(implicit tx: T): List[NodeView]
Returns all current views of a node.
Returns all current views of a node. Note that the same leaf element is allowed to appear more than once in the tree, in which case the list has more than one view. If the element is not found, the empty list is returned.
- abstract def removeListener(pf: Listener[Update]): Unit
- Definition Classes
- Model
- abstract def root: Source[T, Branch]
- abstract def selection: List[NodeView]
- abstract def selection_=(views: List[NodeView]): Unit
- abstract def treeTable: TreeTable[_, _]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated