CommentableError

org.nlogo.window.CommentableError
class CommentableError(val editorArea: AbstractEditorArea)

Attributes

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

Members list

Value members

Concrete methods

def setError(compilerError: Option[Exception], offset: Int): Unit

Attributes

Source
CommentableError.scala
def setText(text: String): Unit

Attributes

Source
CommentableError.scala
def setVisible(isVisible: Boolean): Unit

Attributes

Source
CommentableError.scala
def setWarning(warning: Option[String]): Unit

Attributes

Source
CommentableError.scala
def zoom(zoomFactor: Double): Unit

Attributes

Source
CommentableError.scala

Concrete fields

val component: JPanel

Attributes

Source
CommentableError.scala