EditorAreaWrapper

org.nlogo.app.codetab.EditorAreaWrapper
class EditorAreaWrapper(text: JTextComponent) extends EditorAreaInterface

Attributes

Source
EditorAreaWrapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def beginCompoundEdit(): Unit

Attributes

Definition Classes
Source
EditorAreaWrapper.scala
override def endCompoundEdit(): Unit

Attributes

Definition Classes
Source
EditorAreaWrapper.scala
def getLineOfText(lineNum: Int): String

Attributes

Source
EditorAreaWrapper.scala
def getText(start: Int, len: Int): String

Attributes

Source
EditorAreaWrapper.scala
def insertString(pos: Int, spaces: String): Unit

Attributes

Source
EditorAreaWrapper.scala
def lineToEndOffset(line: Int): Int

Attributes

Source
EditorAreaWrapper.scala
def lineToStartOffset(line: Int): Int

Attributes

Source
EditorAreaWrapper.scala
def offsetToLine(offset: Int): Int

Attributes

Source
EditorAreaWrapper.scala
def remove(start: Int, len: Int): Unit

Attributes

Source
EditorAreaWrapper.scala
def replace(start: Int, len: Int, str: String): Unit

Attributes

Source
EditorAreaWrapper.scala

Attributes

Source
EditorAreaWrapper.scala
def setSelectionEnd(pos: Int): Unit

Attributes

Source
EditorAreaWrapper.scala

Attributes

Source
EditorAreaWrapper.scala