Packages

trait EditorView[T, E] extends EditorComponent

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorView
  2. EditorComponent
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Eval = (EditorContext) => IO[EditorContext]
    Definition Classes
    EditorComponent
  2. type Transform = (EditorContext) => EditorContext
    Definition Classes
    EditorComponent

Abstract Value Members

  1. abstract def createPage: IO[Page[T, E]]
  2. abstract def messageBus: EditorMessageBus

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. def appendEdge(editorModel: EditorModel)(edge: Edge[EditorGraphEdge]): IO[Option[GraphElement[T]]]
  5. def appendNode(editorModel: EditorModel)(node: Node[EditorGraphNode]): IO[Option[GraphElement[T]]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def deleteElementRef(elementRef: ElementRef): IO[Unit]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. lazy val eval: Eval
    Definition Classes
    EditorViewEditorComponent
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def handleCreateNode: Eval
  14. def handleDoubleClick: (Any) => IO[Unit]
  15. def handleDrag(drag: Option[DragStart[T]]): IO[Unit]
  16. def handleEvents: Eval
  17. def handleResetTransformation: IO[Unit]
  18. def handleSelect(element: ElementRef): (Boolean) => IO[Unit]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def init(model: EditorModel): IO[Unit]
    Definition Classes
    EditorViewEditorComponent
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def order: Double
    Definition Classes
    EditorViewEditorComponent
  26. lazy val pageRef: Ref[IO, Option[Page[T, E]]]
  27. def renderGraph(editorModel: EditorModel): IO[Unit]
  28. def requirePage: IO[Page[T, E]]
    Attributes
    protected
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateEdge(id: String, ctx: EditorContext): IO[Option[GraphElement[T]]]
  32. def updateElement[EL](value: EL, id: ElementRef, model: EditorModel)(update: (EL) => IO[Option[GraphElement[T]]]): IO[Option[GraphElement[T]]]
  33. def updateNode(id: String, ctx: EditorContext): IO[Option[GraphElement[T]]]
  34. def updateSelections(oldSelections: Set[ElementRef], newSelections: Set[ElementRef]): IO[Unit]
  35. lazy val viewModel: Ref[IO, ViewModel[T]]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from EditorComponent

Inherited from AnyRef

Inherited from Any

Ungrouped