trait Document extends LinesHolder with ObservableEvents[DocumentEvent]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. ObservableEvents
  3. LinesHolder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def characters: CharSequence
  2. abstract def createAnchorAt(offset: Int, bias: Bias): Anchor
  3. abstract def insert(offset: Int, s: String): Unit
  4. abstract def length: Int
    Definition Classes
    LinesHolder
  5. abstract def remove(begin: Int, end: Int): Unit
  6. abstract def replace(begin: Int, end: Int, s: String): Unit
  7. abstract val text: String
  8. abstract def wraps: Seq[Int]
    Attributes
    protected
    Definition Classes
    LinesHolder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def charAt(offset: Int): Char
  6. def charAtOrElse(offset: Int, default: Char): Char
  7. def charOptionAt(offset: Int): Option[Char]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def disconnect(action: (DocumentEvent) => Unit): Unit
    Definition Classes
    ObservableEvents
  10. def endOffsetOf(line: Int): Int
    Definition Classes
    LinesHolder
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def intervalOf(line: Int): Interval

    Interval of a given line, not including newline.

    Interval of a given line, not including newline.

    Definition Classes
    LinesHolder
  17. def intervalOfNl(line: Int): Interval

    Line intervalOf but including newline if the line is not the last line.

    Line intervalOf but including newline if the line is not the last line.

    Definition Classes
    LinesHolder
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lineNumberOf(offset: Int): Int
    Definition Classes
    LinesHolder
  20. def linesCount: Int
    Definition Classes
    LinesHolder
  21. def maximumIndent: Int
    Definition Classes
    LinesHolder
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def notifyObservers(event: DocumentEvent): Unit
    Definition Classes
    ObservableEvents
  26. def onChange(action: (DocumentEvent) => Unit): Unit
    Definition Classes
    ObservableEvents
  27. def remove(interval: Interval): Unit
  28. def replace(interval: Interval, s: String): Unit
  29. def startOffsetOf(line: Int): Int
    Definition Classes
    LinesHolder
  30. def startOffsetOfClip(line: Int): Int

    Like startOffsetOf, but if line is too small, clips to zero, if line is too large, returns length.

    Like startOffsetOf, but if line is too small, clips to zero, if line is too large, returns length.

    Definition Classes
    LinesHolder
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def text(interval: Interval): String
  33. def text(begin: Int, end: Int): String
  34. def toLocation(offset: Int): Location
    Definition Classes
    LinesHolder
  35. def toNearestOffset(location: Location): Int
    Definition Classes
    LinesHolder
  36. def toOffset(location: Location): Option[Int]
    Definition Classes
    LinesHolder
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LinesHolder

Inherited from AnyRef

Inherited from Any

Ungrouped