EditorAreaInterface

org.nlogo.api.EditorAreaInterface

Attributes

Source
EditorAreaInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getLineOfText(lineNum: Int): String

Attributes

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

Attributes

Source
EditorAreaInterface.scala
def insertString(pos: Int, str: String): Unit

Attributes

Source
EditorAreaInterface.scala
def lineToEndOffset(pos: Int): Int

Attributes

Source
EditorAreaInterface.scala

Attributes

Source
EditorAreaInterface.scala
def offsetToLine(pos: Int): Int

Attributes

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

Attributes

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

Attributes

Source
EditorAreaInterface.scala

Attributes

Source
EditorAreaInterface.scala

Attributes

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

Attributes

Source
EditorAreaInterface.scala

Attributes

Source
EditorAreaInterface.scala

Concrete methods