Packages

package editor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. editor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package controller
  2. package impl
  3. package painter

Type Members

  1. trait Canvas extends ObservableEvents[CanvasEvent]

    An interface representing the visual bounds of the editor.

  2. sealed trait CanvasEvent extends AnyRef
  3. case class CaretVisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable
  4. type Color = java.awt.Color
  5. trait Editor extends Observable
  6. case class FocusChanged(b: Boolean) extends CanvasEvent with Product with Serializable
  7. 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.

  8. case class VisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable
  9. case class VisibleRectangleChanged(r: Rectangle) extends CanvasEvent with Product with Serializable

Value Members

  1. object ChooserFactory
  2. object DialogFactory
  3. object EditorFactory

Inherited from AnyRef

Inherited from Any

Ungrouped