Packages

class EditorImpl extends Editor

Linear Supertypes
Editor, Observable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorImpl
  2. Editor
  3. Observable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EditorImpl(document: Document, data: Data, errorHolder: ErrorHolder, lexer: Lexer, styling: Styling, font: FontSettings, matcher: BraceMatcher, format: Format, adviser: Adviser, listRenderer: ListCellRenderer[AnyRef], lineCommentPrefix: String, history: History, preferredGridSize: Option[(Int, Int)])(implicit async: Async, platform: Platform)

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 actions: EditorActions
    Definition Classes
    EditorImplEditor
  5. def addAction(a: Action): Unit

    Registers a custom action.

    Registers a custom action.

    Definition Classes
    EditorImplEditor
  6. def addPainter(p: Painter): Unit

    Adds a custom painter and inserts it at its layer position.

    Adds a custom painter and inserts it at its layer position.

    Definition Classes
    EditorImplEditor
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit val async: Async
    Definition Classes
    EditorImplEditor
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val component: Component

    The main component enclosing all sub-components represented by the editor.

    The main component enclosing all sub-components represented by the editor.

    Definition Classes
    EditorImplEditor
  11. val data: Data
    Definition Classes
    EditorImplEditor
  12. def dispose(): Unit

    Disposes all resources associated with the editor.

    Disposes all resources associated with the editor.

    Definition Classes
    EditorImplEditor
  13. val document: Document
    Definition Classes
    EditorImplEditor
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val errorHolder: ErrorHolder
    Definition Classes
    EditorImplEditor
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def message: Option[String]
    Definition Classes
    EditorImplEditor
  21. def message_=(m: Option[String]): Unit
    Attributes
    protected
  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 notifyObservers(): Unit
    Definition Classes
    Observable
  26. def onChange(action: => Unit): Unit
    Definition Classes
    Observable
  27. val painterContext: PainterContext
    Definition Classes
    EditorImplEditor
  28. def pane: Component

    The text editor component which should get focus while editing.

    The text editor component which should get focus while editing.

    Definition Classes
    EditorImplEditor
  29. implicit val platform: Platform
    Definition Classes
    EditorImplEditor
  30. def removeAction(a: Action): Unit

    Unregisters a custom action.

    Unregisters a custom action.

    Definition Classes
    EditorImplEditor
  31. def removePainter(p: Painter): Unit

    Removes a custom painter.

    Removes a custom painter.

    Definition Classes
    EditorImplEditor
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def terminal: Terminal
    Definition Classes
    EditorImplEditor
  34. def text: String
    Definition Classes
    EditorImplEditor
  35. def text_=(s: String): Unit
    Definition Classes
    EditorImplEditor
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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 Editor

Inherited from Observable

Inherited from AnyRef

Inherited from Any

Ungrouped