de.sciss.lucre.swing.impl

Type members

Classlikes

trait CellViewEditor[T <: Txn[T], A, Comp <: Component] extends View[T] with ComponentHolder[Comp] with View[A]
Companion
class
Companion
object
abstract
class DefinedNumberSpinnerViewImpl[T <: Txn[T], A](val maxWidth: Int)(implicit val cursor: Cursor[T], val undoManager: UndoManager[T]) extends NumberSpinnerViewImpl[T, A]
Companion
class
trait DirtyBorder extends Border
Companion
object
trait NumberSpinnerViewImpl[T <: Txn[T], A] extends CellViewEditor[T, A, Spinner]
class NumericOptionSpinnerModel[A](value0: Option[A], minimum0: Option[A], maximum0: Option[A], stepSize0: A)(implicit num: Numeric[A]) extends AbstractSpinnerModel with Serializable
abstract
class OptionalNumberSpinnerViewImpl[T <: Txn[T], A](val maxWidth: Int, isInteger: Boolean)(implicit val cursor: Cursor[T], val undoManager: UndoManager[T]) extends NumberSpinnerViewImpl[T, Option[A]]
object StringFieldViewImpl extends CellViewFactory[String]