de.sciss.lucre.swing.impl

Type members

Classlikes

object BooleanCheckBoxViewImpl extends CellViewFactory[Boolean]
trait CellViewEditor[T <: Txn[T], A, Comp <: Component] extends View[T] with ComponentHolder[Comp] with View[A]
Companion
class
trait CellViewFactory[A]
Companion
object
trait ComponentHolder[C]
abstract class DefinedNumberSpinnerViewImpl[T <: Txn[T], A](val maxWidth: Int)(val cursor: Cursor[T], val undoManager: UndoManager) extends NumberSpinnerViewImpl[T, A]
object DirtyBorder
Companion
class
trait DirtyBorder extends Border
Companion
object
object IntSpinnerViewImpl extends CellViewFactory[Int]
object ListViewImpl
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)(num: Numeric[A]) extends AbstractSpinnerModel with Serializable
abstract class OptionalNumberSpinnerViewImpl[T <: Txn[T], A](val maxWidth: Int, isInteger: Boolean)(val cursor: Cursor[T], val undoManager: UndoManager) extends NumberSpinnerViewImpl[T, Option[A]]
object StringFieldViewImpl extends CellViewFactory[String]