package swing
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BooleanCheckBoxView[T <: Txn[T]] extends View[T]
- trait DoubleSpinnerView[T <: Txn[T]] extends View[T]
- final case class Graph(widget: Widget, controls: IndexedSeq[Configured]) extends expr.Graph with Product with Serializable
- abstract class InputPathFieldPanel[+F] extends PanelWithPathField with Model[Try[F]]
- trait IntRangeSliderView[T <: Txn[T]] extends View[T]
- trait IntSpinnerView[T <: Txn[T]] extends View[T]
- trait ListView[T <: Txn[T], Elem, U] extends Disposable[T] with Model[Update]
- trait LucreSwingPlatform extends AnyRef
- class Observation[T <: Txn[T], A] extends Disposable[T]
- abstract class PanelWithPathField extends Panel
- trait StringFieldView[T <: Txn[T]] extends View[T]
- 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.
- 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.
- trait UndoRedo[T <: Txn[T]] extends Disposable[T]
- trait View[T <: Txn[T]] extends Disposable[T]
- trait Window[T <: Txn[T]] extends Disposable[T]
Value Members
- object BooleanCheckBoxView
- object DoubleSpinnerView
- object FScapeViews
- object Graph extends Serializable
- object IntRangeSliderView
- object IntSpinnerView
- object ListView
- object LucreSwing extends LucreSwingPlatform
- object Observation
- object Shapes
- object StringFieldView
- object TargetIcon
A "target" icon useful for drag and drop targets.
- object TreeTableView
- object UndoRedo
- object View
- object Window