package editor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- editor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Canvas extends ObservableEvents[CanvasEvent]
An interface representing the visual bounds of the editor.
- sealed trait CanvasEvent extends AnyRef
- case class CaretVisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable
- type Color = java.awt.Color
- trait Editor extends Observable
- case class FocusChanged(b: Boolean) extends CanvasEvent with Product with Serializable
- trait Grid extends Observable
Grid for the mono-spaced characters of a text.
Grid for the mono-spaced characters of a text. Can translate between cursor positions and visual pixel positions.
- case class VisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable
- case class VisibleRectangleChanged(r: Rectangle) extends CanvasEvent with Product with Serializable
Value Members
- object ChooserFactory
- object DialogFactory
- object EditorFactory