Packages

c

com.flowtick.graphs.editor

EditorViewJavaFx

class EditorViewJavaFx extends EditorView[scalafx.scene.Node, MouseEvent]

Linear Supertypes
EditorView[scalafx.scene.Node, MouseEvent], EditorComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorViewJavaFx
  2. EditorView
  3. EditorComponent
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EditorViewJavaFx(bus: EditorMessageBus, layout: BorderPane)

Type Members

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

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

Inherited from EditorComponent

Inherited from AnyRef

Inherited from Any

Ungrouped