trait TreeTableView[S <: Sys[S], Node, Branch, Data] extends Disposable[swing.TreeTableView.S.Tx] with Model[Update]
A view for tree like data that is presented as a tree table.
- S
the system in which the tree is represented
- 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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreeTableView
- Model
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
type
NodeView <: TreeTableView.NodeView[S, 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: S.Tx): 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
Noneif 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: S.Tx): (Branch, Int)
- abstract def markInsertion()(implicit tx: S.Tx): Unit
- abstract def nodeView(node: Node)(implicit tx: S.Tx): Option[NodeView]
-
abstract
def
removeListener(pf: Listener[Update]): Unit
- Definition Classes
- Model
- abstract def root: Source[S.Tx, Branch]
- abstract def selection: List[NodeView]
- 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()