object FolderView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FolderView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type NodeView[T <: Txn[T]] = lucre.swing.TreeTableView.NodeView[T, Obj[T], Folder[T], ObjListView[T]]
-
type
Selection[T <: Txn[T]] = List[NodeView[T]]
A selection is a sequence of paths, where a path is a prefix of folders and a trailing element.
A selection is a sequence of paths, where a path is a prefix of folders and a trailing element. The prefix is guaranteed to be non-empty.
- final case class SelectionChanged[T <: Txn[T]](view: FolderView[T], selection: Selection[T]) extends Update[T] with Product with Serializable
- final case class SelectionDnDData[T <: Txn[T]](universe: Universe[T], selection: Selection[T]) extends Product with Serializable
- sealed trait Update[T <: Txn[T]] extends AnyRef
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
- val SelectionFlavor: Flavor[SelectionDnDData[_]]
- def apply[T <: Txn[T]](root: Folder[T])(implicit tx: T, universe: Universe[T], undoManager: UndoManager): FolderView[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cleanSelection[T <: Txn[T]](in: Selection[T]): Selection[T]
Removes children from the selection whose parents are already included.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated