class EditorImpl extends Editor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EditorImpl
- Editor
- Observable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- def actions: EditorActions
- Definition Classes
- EditorImpl → Editor
- def addAction(a: Action): Unit
Registers a custom action.
Registers a custom action.
- Definition Classes
- EditorImpl → Editor
- 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
- EditorImpl → Editor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val async: Async
- Definition Classes
- EditorImpl → Editor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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
- EditorImpl → Editor
- val data: Data
- Definition Classes
- EditorImpl → Editor
- def dispose(): Unit
Disposes all resources associated with the editor.
Disposes all resources associated with the editor.
- Definition Classes
- EditorImpl → Editor
- val document: Document
- Definition Classes
- EditorImpl → Editor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val errorHolder: ErrorHolder
- Definition Classes
- EditorImpl → Editor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def message: Option[String]
- Definition Classes
- EditorImpl → Editor
- def message_=(m: Option[String]): Unit
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def notifyObservers(): Unit
- Definition Classes
- Observable
- def onChange(action: => Unit): Unit
- Definition Classes
- Observable
- val painterContext: PainterContext
- Definition Classes
- EditorImpl → Editor
- 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
- EditorImpl → Editor
- implicit val platform: Platform
- Definition Classes
- EditorImpl → Editor
- def removeAction(a: Action): Unit
Unregisters a custom action.
Unregisters a custom action.
- Definition Classes
- EditorImpl → Editor
- def removePainter(p: Painter): Unit
Removes a custom painter.
Removes a custom painter.
- Definition Classes
- EditorImpl → Editor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminal: Terminal
- Definition Classes
- EditorImpl → Editor
- def text: String
- Definition Classes
- EditorImpl → Editor
- def text_=(s: String): Unit
- Definition Classes
- EditorImpl → Editor
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated