Class

dotterweide.document

DocumentImpl

Related Doc: package document

Permalink

class DocumentImpl extends Document

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

Instance Constructors

  1. new DocumentImpl(text0: String = "")

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def charAt(offset: Int): Char

    Permalink
    Definition Classes
    Document
  6. def charAtOrElse(offset: Int, default: Char): Char

    Permalink
    Definition Classes
    Document
  7. def charOptionAt(offset: Int): Option[Char]

    Permalink
    Definition Classes
    Document
  8. def characters: CharSequence

    Permalink
    Definition Classes
    DocumentImplDocument
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createAnchorAt(offset: Int, bias: Bias): Anchor

    Permalink
    Definition Classes
    DocumentImplDocument
  11. def disconnect(action: (DocumentEvent) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  12. def endOffsetOf(line: Int): Int

    Permalink
    Definition Classes
    LinesHolder
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insert(offset: Int, chars: String): Unit

    Permalink
    Definition Classes
    DocumentImplDocument
  19. def intervalOf(line: Int): Interval

    Permalink

    Interval of a given line, not including newline.

    Interval of a given line, not including newline.

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

    Permalink

    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
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def length: Int

    Permalink
    Definition Classes
    DocumentImplLinesHolder
  23. def lineNumberOf(offset: Int): Int

    Permalink
    Definition Classes
    LinesHolder
  24. def linesCount: Int

    Permalink
    Definition Classes
    LinesHolder
  25. def maximumIndent: Int

    Permalink
    Definition Classes
    LinesHolder
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def notifyObservers(event: DocumentEvent): Unit

    Permalink
    Definition Classes
    ObservableEvents
  30. def onChange(action: (DocumentEvent) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  31. def remove(begin: Int, end: Int): Unit

    Permalink
    Definition Classes
    DocumentImplDocument
  32. def remove(interval: Interval): Unit

    Permalink
    Definition Classes
    Document
  33. def replace(begin: Int, end: Int, chars: String): Unit

    Permalink
    Definition Classes
    DocumentImplDocument
  34. def replace(interval: Interval, s: String): Unit

    Permalink
    Definition Classes
    Document
  35. def startOffsetOf(line: Int): Int

    Permalink
    Definition Classes
    LinesHolder
  36. def startOffsetOfClip(line: Int): Int

    Permalink

    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
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def text: String

    Permalink
    Definition Classes
    DocumentImplDocument
  39. def text(interval: Interval): String

    Permalink
    Definition Classes
    Document
  40. def text(begin: Int, end: Int): String

    Permalink
    Definition Classes
    Document
  41. def text_=(s: String): Unit

    Permalink
    Definition Classes
    DocumentImplDocument
  42. def toLocation(offset: Int): Location

    Permalink
    Definition Classes
    LinesHolder
  43. def toNearestOffset(location: Location): Int

    Permalink
    Definition Classes
    LinesHolder
  44. def toOffset(location: Location): Option[Int]

    Permalink
    Definition Classes
    LinesHolder
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def wraps: Seq[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    DocumentImplLinesHolder

Inherited from Document

Inherited from LinesHolder

Inherited from AnyRef

Inherited from Any

Ungrouped