Class

de.sciss.mellite.impl.objview.StringObjView

Impl

Related Doc: package StringObjView

Permalink

final class Impl[S <: Sys[S]] extends ObjListView[S] with ObjViewImpl.Impl[S] with SimpleExpr[S, String, StringObj] with StringRenderer

Linear Supertypes
StringRenderer, SimpleExpr[S, String, StringObj], SimpleExpr[S, String, StringObj], ExprLike[S, String, StringObj], ExprLike[S, String, StringObj], ObjViewImpl.Impl[S], ObservableImpl[S, Update[S]], ObjListView[S], ObjView[S], Observable[S.Tx, Update[S]], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. StringRenderer
  3. SimpleExpr
  4. SimpleExpr
  5. ExprLike
  6. ExprLike
  7. Impl
  8. ObservableImpl
  9. ObjListView
  10. ObjView
  11. Observable
  12. Disposable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Impl(objH: Source[S.Tx, StringObj[S]], value: String, isListCellEditable: Boolean, isViewable: Boolean)

    Permalink

Type Members

  1. type Repr = StringObj[S]

    Permalink
    Definition Classes
    Impl → ObjView

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addDisposable(d: Disposable[S.Tx]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var colorOption: Option[Color]

    Permalink
    Definition Classes
    Impl → ObjView
  8. def configureListCellRenderer(label: Label): Component

    Permalink
    Definition Classes
    StringRenderer
  9. def convertEditValue(v: Any): Option[String]

    Permalink
    Definition Classes
    Impl → ExprLike
  10. def createTransferable(): Option[Transferable]

    Permalink
    Definition Classes
    ObjView
  11. final def deferAndRepaint(body: ⇒ Unit)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  12. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    Impl → Disposable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def expr(implicit tx: S.Tx): StringObj[S]

    Permalink
    Definition Classes
    Impl → ExprLike
  16. def exprType: Expr[String, StringObj]

    Permalink
    Definition Classes
    Impl → ExprLike
  17. def exprValue: String

    Permalink
    Attributes
    protected
    Definition Classes
    SimpleExpr → ExprLike
  18. def exprValue_=(x: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SimpleExpr → ExprLike
  19. def factory: Factory

    Permalink
    Definition Classes
    Impl → ObjView
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def fire(update: Update[S])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def humanName: String

    Permalink
    Definition Classes
    Impl → ObjView
  25. def icon: Icon

    Permalink
    Definition Classes
    Impl → ObjView
  26. def init(ex: StringObj[S])(implicit tx: S.Tx): Impl.this.type

    Permalink
    Definition Classes
    SimpleExpr
  27. def initAttrs(obj: Obj[S])(implicit tx: S.Tx): Impl.this.type

    Permalink
    Definition Classes
    Impl
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val isListCellEditable: Boolean

    Permalink
    Definition Classes
    Impl → ObjListView
  30. val isViewable: Boolean

    Permalink
    Definition Classes
    Impl → ObjView
  31. def name: String

    Permalink
    Definition Classes
    ObjView
  32. var nameOption: Option[String]

    Permalink
    Definition Classes
    Impl → ObjView
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def obj(implicit tx: S.Tx): Repr

    Permalink
    Definition Classes
    Impl → ObjView
  37. val objH: Source[S.Tx, StringObj[S]]

    Permalink
    Definition Classes
    Impl → ObjView
  38. def openView(parent: Option[Window[S]])(implicit tx: S.Tx, universe: Universe[S]): Option[Window[S]]

    Permalink
    Definition Classes
    ExprLike → ObjView
  39. final def react(fun: (S.Tx) ⇒ (Update[S]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    Impl → AnyRef → Any
  42. def tryEditListCell(value: Any)(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Permalink
    Definition Classes
    ExprLike → ObjListView
  43. var value: String

    Permalink
    Definition Classes
    Impl → StringRenderer → SimpleExpr → ObjListView
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StringRenderer

Inherited from SimpleExpr[S, String, StringObj]

Inherited from SimpleExpr[S, String, StringObj]

Inherited from ExprLike[S, String, StringObj]

Inherited from ExprLike[S, String, StringObj]

Inherited from ObjViewImpl.Impl[S]

Inherited from ObservableImpl[S, Update[S]]

Inherited from ObjListView[S]

Inherited from ObjView[S]

Inherited from Observable[S.Tx, Update[S]]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped