fr.iscpif.scaladget.mapping.ace

Document

Related Docs: object Document | package ace

class Document extends Object

Annotations
@RawJSType() @JSName( "AceAjax.Document" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Document
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Document(text: String = ???)

  2. new Document()

    Attributes
    protected

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. def applyDeltas(deltas: Array[Delta]): Dynamic

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createAnchor(row: Double, column: Double): Dynamic

  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllLines(): Array[String]

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getLength(): Double

  14. def getLine(row: Double): String

  15. def getLines(firstRow: Double, lastRow: Double): Array[String]

  16. def getNewLineCharacter(): String

  17. def getNewLineMode(): String

  18. def getTextRange(range: Range): String

  19. def getValue(): String

  20. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def indexToPosition(index: Double, startRow: Double): Position

  23. def insert(position: Position, text: String): Dynamic

  24. def insertInLine(position: Any, text: String): Dynamic

  25. def insertLines(row: Double, lines: Array[String]): Dynamic

  26. def insertNewLine(position: Position): Dynamic

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isNewLine(text: String): Boolean

  29. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def on(event: String, fn: Function1[Any, Any]): Dynamic

  34. def positionToIndex(pos: Position, startRow: Double): Double

  35. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  36. def remove(range: Range): Dynamic

  37. def removeInLine(row: Double, startColumn: Double, endColumn: Double): Dynamic

  38. def removeLines(firstRow: Double, lastRow: Double): Array[String]

  39. def removeNewLine(row: Double): Dynamic

  40. def replace(range: Range, text: String): Dynamic

  41. def revertDeltas(deltas: Array[Delta]): Dynamic

  42. def setNewLineMode(newLineMode: String): Dynamic

  43. def setValue(text: String): Dynamic

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toLocaleString(): String

    Definition Classes
    Object
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. def valueOf(): Any

    Definition Classes
    Object
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped