Packages

package document

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Anchor extends AnyRef

    A position pointer into the document that may dynamically move along as the text is edited.

  2. class AnchoredInterval extends AnyRef

    A pair of anchors tracking the movement of an interval (span) in a text.

  3. sealed trait Bias extends AnyRef
  4. trait Document extends LinesHolder with ObservableEvents[DocumentEvent]
  5. sealed trait DocumentEvent extends UndoableEdit
  6. class DocumentImpl extends Document
  7. case class Insertion(document: Document, offset: Int, chars: CharSequence) extends DocumentEvent with Product with Serializable
  8. class LinedString extends CharSequence with LinesHolder
  9. trait LinesHolder extends AnyRef
  10. case class Location(line: Int, indent: Int) extends Product with Serializable
  11. case class Removal(document: Document, start: Int, stop: Int, before: CharSequence) extends DocumentEvent with Product with Serializable
  12. case class Replacement(document: Document, start: Int, stop: Int, before: CharSequence, now: CharSequence) extends DocumentEvent with Product with Serializable

Value Members

  1. object Bias

Ungrouped