Packages

object Widget extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Widget
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Change[S <: Sys[S]] extends AnyRef

    A change is either a state change, or a scan or a grapheme change

  2. final case class Code(source: String) extends proc.Code with Product with Serializable
  3. type Graph = lucre.swing.Graph
  4. final case class GraphChange[S <: Sys[S]](change: model.Change[lucre.swing.Graph]) extends Change[S] with Product with Serializable
  5. trait GraphObj[S <: Sys[S]] extends Expr[S, lucre.swing.Graph]
  6. final case class Update[S <: Sys[S]](w: Widget[S], changes: Vec[Change[S]]) extends Product with Serializable

    An update is a sequence of changes

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. val Graph: lucre.swing.Graph.type
  5. def apply[S <: Sys[S]](implicit tx: Widget.apply.S.Tx): Widget[S]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final val attrEditMode: String("edit-mode")

    Boolean indicating whether view should go into edit mode by default.

  8. final val attrSource: String("graph-source")

    Source code of the graph function.

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def init(): Unit
    Definition Classes
    WidgetTypeType
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def read[S <: Sys[S]](in: DataInput, access: Widget.read.S.Acc)(implicit tx: Widget.read.S.Tx): Widget[S]
  21. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Widget.readIdentifiedObj.S.Acc)(implicit tx: Widget.readIdentifiedObj.S.Tx): Obj[S]
    Definition Classes
    WidgetTypeType
  22. final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
    Definition Classes
    TypeType
  23. implicit def serializer[S <: Sys[S]]: Serializer[Widget.serializer.S.Tx, Widget.serializer.S.Acc, Widget[S]]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final val typeId: Int(65550)
    Definition Classes
    WidgetType
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. object Code extends Type with Serializable
  31. object GraphObj extends ExprTypeImpl[lucre.swing.Graph, GraphObj]

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped