Packages

trait EditorMenu extends EditorComponent

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorMenu
  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 bindShortcut(action: Action): IO[Unit]
  2. abstract def handleExported(exported: ExportedGraph): IO[Unit]
  3. abstract def initMenus: IO[Unit]
  4. abstract def messageBus: EditorMessageBus
  5. abstract def triggerFileOpen: (Any) => Unit

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bindShortcuts: IO[Unit]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. lazy val editorMenus: List[EditorMenuSpec]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. lazy val eval: Eval
    Definition Classes
    EditorMenuEditorComponent
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def init(model: EditorModel): IO[Unit]
    Definition Classes
    EditorMenuEditorComponent
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def order: Double
    Definition Classes
    EditorComponent
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def toggleConnect: (Any) => Unit
  22. def toggleEdit: (Any) => Unit
  23. def togglePalette: (Any) => Unit
  24. def triggerAdd: (Any) => Unit
  25. def triggerDelete: (Any) => Unit
  26. def triggerExportJson: (Any) => Unit
  27. def triggerExportXML: (Any) => Unit
  28. def triggerFileNew: (Any) => Unit
  29. def triggerResetView: (Any) => Unit
  30. def triggerSelectAll: (Any) => Unit
  31. def triggerUndo: (Any) => Unit
  32. def triggerUnselect: (Any) => Unit
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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