object Widget extends Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Widget
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Change[S <: Sys[S]] extends AnyRef
A change is either a state change, or a scan or a grapheme change
- final case class Code(source: String) extends proc.Code with Product with Serializable
- type Graph = lucre.swing.Graph
- final case class GraphChange[S <: Sys[S]](change: model.Change[lucre.swing.Graph]) extends Change[S] with Product with Serializable
- trait GraphObj[S <: Sys[S]] extends Expr[S, lucre.swing.Graph]
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Graph: lucre.swing.Graph.type
- def apply[S <: Sys[S]](implicit tx: Widget.apply.S.Tx): Widget[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
val
attrEditMode: String("edit-mode")
Boolean indicating whether view should go into edit mode by default.
-
final
val
attrSource: String("graph-source")
Source code of the graph function.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read[S <: Sys[S]](in: DataInput, access: Widget.read.S.Acc)(implicit tx: Widget.read.S.Tx): Widget[S]
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Widget.readIdentifiedObj.S.Acc)(implicit tx: Widget.readIdentifiedObj.S.Tx): Obj[S]
- 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]
- implicit def serializer[S <: Sys[S]]: Serializer[Widget.serializer.S.Tx, Widget.serializer.S.Acc, Widget[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(65550)
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Code extends Type with Serializable
- object GraphObj extends ExprTypeImpl[lucre.swing.Graph, GraphObj]