c

de.sciss.lucre.swing.impl

OptionalNumberSpinnerViewImpl

abstract class OptionalNumberSpinnerViewImpl[S <: Sys[S], A] extends NumberSpinnerViewImpl[S, Option[A]]

Linear Supertypes
NumberSpinnerViewImpl[S, Option[A]], CellViewEditor[S, Option[A], Spinner], CellViewFactory.View[Option[A]], ComponentHolder[Spinner], View[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionalNumberSpinnerViewImpl
  2. NumberSpinnerViewImpl
  3. CellViewEditor
  4. View
  5. ComponentHolder
  6. View
  7. Disposable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OptionalNumberSpinnerViewImpl(maxWidth: Int)(implicit cursor: Cursor[S], undoManager: UndoManager)
  2. new OptionalNumberSpinnerViewImpl(maxWidth: Int, isInteger: Boolean)(implicit cursor: Cursor[S], undoManager: UndoManager)

Type Members

  1. type C = Spinner
    Definition Classes
    CellViewEditorView

Abstract Value Members

  1. abstract def committer: Option[Committer[S, Option[A]]]
    Attributes
    protected
    Definition Classes
    NumberSpinnerViewImpl
  2. abstract def default: Option[A]
    Attributes
    protected
  3. abstract def model: NumericOptionSpinnerModel[A]
    Attributes
    protected
    Definition Classes
    OptionalNumberSpinnerViewImplNumberSpinnerViewImpl
  4. abstract def observer: Disposable[S.Tx]
    Attributes
    protected
    Definition Classes
    NumberSpinnerViewImplCellViewEditor
  5. abstract def parseModelValue(v: Any): Option[Option[A]]
    Attributes
    protected
    Definition Classes
    NumberSpinnerViewImpl
  6. abstract val value: Option[A]
    Attributes
    protected
    Definition Classes
    NumberSpinnerViewImplCellViewEditor
  7. abstract def valueToComponent(): Unit
    Attributes
    protected
    Definition Classes
    CellViewEditor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearDirty(): Unit
    Attributes
    protected
    Definition Classes
    CellViewEditor
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def component: Spinner
    Definition Classes
    ComponentHolder
  8. final def component_=(c: Spinner): Unit
    Attributes
    protected
    Definition Classes
    ComponentHolder
  9. final def createComponent(): Spinner
    Attributes
    protected
    Definition Classes
    NumberSpinnerViewImplCellViewEditor
  10. implicit val cursor: Cursor[S]
    Attributes
    protected
    Definition Classes
    OptionalNumberSpinnerViewImplNumberSpinnerViewImpl
  11. final val dirty: Option[DirtyBorder]
    Attributes
    protected
    Definition Classes
    CellViewEditor
  12. def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    CellViewEditor → Disposable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def guiInit(): Unit
    Definition Classes
    CellViewEditor
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val maxWidth: Int
    Attributes
    protected
    Definition Classes
    OptionalNumberSpinnerViewImplNumberSpinnerViewImpl
  21. def mkSpinner: Spinner
    Attributes
    protected
    Definition Classes
    OptionalNumberSpinnerViewImplNumberSpinnerViewImpl
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def observeDirty(text: TextComponent): Unit
    Attributes
    protected
    Definition Classes
    CellViewEditor
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit val undoManager: UndoManager
    Attributes
    protected
    Definition Classes
    OptionalNumberSpinnerViewImplNumberSpinnerViewImpl
  29. final def update(newValue: Option[A]): Unit
    Definition Classes
    CellViewEditorView
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from NumberSpinnerViewImpl[S, Option[A]]

Inherited from CellViewEditor[S, Option[A], Spinner]

Inherited from CellViewFactory.View[Option[A]]

Inherited from ComponentHolder[Spinner]

Inherited from View[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped