Package

dotterweide

editor

Permalink

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. All

Type Members

  1. trait Canvas extends ObservableEvents[CanvasEvent]

    Permalink

    An interface representing the visual bounds of the editor.

  2. sealed trait CanvasEvent extends AnyRef

    Permalink
  3. case class CaretVisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable

    Permalink
  4. type Color = java.awt.Color

    Permalink
  5. trait Editor extends Observable

    Permalink
  6. case class FocusChanged(b: Boolean) extends CanvasEvent with Product with Serializable

    Permalink
  7. trait Grid extends Observable

    Permalink

    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. class GridImpl extends Grid

    Permalink

    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.

  9. case class VisibilityChanged(b: Boolean) extends CanvasEvent with Product with Serializable

    Permalink
  10. case class VisibleRectangleChanged(r: Rectangle) extends CanvasEvent with Product with Serializable

    Permalink

Value Members

  1. object ChooserFactory

    Permalink
  2. object DialogFactory

    Permalink
  3. object EditorFactory

    Permalink
  4. package controller

    Permalink
  5. package painter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped