de.sciss.lucre.swing

Type members

Classlikes

Companion
class
trait BooleanCheckBoxView[T <: Txn[T]] extends View[T]
Companion
object
Companion
class
trait DoubleSpinnerView[T <: Txn[T]] extends View[T]
Companion
object
object Graph
Companion
class
final case class Graph(widget: Widget, controls: IndexedSeq[Configured]) extends Graph
Companion
object
Companion
class
trait IntRangeSliderView[T <: Txn[T]] extends View[T]
Companion
object
Companion
class
trait IntSpinnerView[T <: Txn[T]] extends View[T]
Companion
object
object ListView
Companion
class
trait ListView[T <: Txn[T], Elem, U] extends Disposable[T] with Model[Update]
Companion
object
object Observation
Companion
class
class Observation[T <: Txn[T], A](val value: Source[T, A], val observer: Disposable[T]) extends Disposable[T]
Companion
object
Companion
class
trait StringFieldView[T <: Txn[T]] extends View[T]
Companion
object
object TargetIcon

A "target" icon useful for drag and drop targets.

A "target" icon useful for drag and drop targets.

Companion
class
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.

A view for tree like data that is presented as a tree table.

Type Params
Data

the opaque data type which is a non-transactional view structure used for rendering the nodes.

Node

the opaque node type of the tree, encompassing both branches and leaves

Companion
object
object View
Companion
class
trait View[T <: Txn[T]] extends Disposable[T]
Companion
object
object Window
Companion
class
trait Window[T <: Txn[T]] extends Disposable[T]
Companion
object