class VirtualRenderer extends Object

Annotations
@JSType() @JSGlobal() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualRenderer
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VirtualRenderer()
    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 addGutterDecoration(): Dynamic
  5. def adjustWrapLimit(): Dynamic
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var characterWidth: Double
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def destroy(): Dynamic
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAnimatedScroll(): Boolean
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getFirstFullyVisibleRow(): Double
  15. def getFirstVisibleRow(): Double
  16. def getHScrollBarAlwaysVisible(): Boolean
  17. def getLastFullyVisibleRow(): Double
  18. def getLastVisibleRow(): Double
  19. def getPrintMarginColumn(): Boolean
  20. def getScrollBottomRow(): Double
  21. def getScrollLeft(): Double
  22. def getScrollTop(): Double
  23. def getScrollTopRow(): Double
  24. def getShowGutter(): Boolean
  25. def getShowInvisibles(): Boolean
  26. def getShowPrintMargin(): Boolean
  27. def getTheme(): String
  28. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def hideComposition(): Dynamic
  31. def hideCursor(): Dynamic
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  34. def isScrollableBy(deltaX: Double, deltaY: Double): Boolean
  35. var lineHeight: Double
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def onResize(force: Boolean, gutterWidth: Double, width: Double, height: Double): Dynamic
  40. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  41. def removeGutterDecoration(): Dynamic
  42. def screenToTextCoordinates(left: Double, top: Double): Dynamic
  43. def scrollBy(deltaX: Double, deltaY: Double): Dynamic
  44. def scrollCursorIntoView(): Dynamic
  45. def scrollToLine(line: Double, center: Boolean, animate: Boolean, callback: Function): Dynamic
  46. def scrollToRow(row: Double): Dynamic
  47. def scrollToX(scrollLeft: Double): Double
  48. def scrollToY(scrollTop: Double): Double
  49. var scroller: Any
  50. def setAnimatedScroll(shouldAnimate: Boolean): Dynamic
  51. def setAnnotations(annotations: Array[Any]): Dynamic
  52. def setCompositionText(text: String): Dynamic
  53. def setHScrollBarAlwaysVisible(alwaysVisible: Boolean): Dynamic
  54. def setPadding(padding: Double): Dynamic
  55. def setPrintMarginColumn(showPrintMargin: Boolean): Dynamic
  56. def setSession(session: IEditSession): Dynamic
  57. def setShowGutter(show: Boolean): Dynamic
  58. def setShowInvisibles(showInvisibles: Boolean): Dynamic
  59. def setShowPrintMargin(showPrintMargin: Boolean): Dynamic
  60. def setStyle(style: String): Dynamic
  61. def setTheme(theme: String): Dynamic
  62. def showComposition(position: Double): Dynamic
  63. def showCursor(): Dynamic
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. def textToScreenCoordinates(row: Double, column: Double): Dynamic
  66. def toLocaleString(): String
    Definition Classes
    Object
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. def unsetStyle(style: String): Dynamic
  69. def updateBackMarkers(): Dynamic
  70. def updateBreakpoints(): Dynamic
  71. def updateCursor(): Dynamic
  72. def updateFontSize(): Dynamic
  73. def updateFrontMarkers(): Dynamic
  74. def updateFull(force: Boolean): Dynamic
  75. def updateLines(firstRow: Double, lastRow: Double): Dynamic
  76. def updateText(): Dynamic
  77. def valueOf(): Any
    Definition Classes
    Object
  78. def visualizeBlur(): Dynamic
  79. def visualizeFocus(): Dynamic
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped