OutputAreaModel

ij_plugins.scala.console.outputarea.OutputAreaModel
See theOutputAreaModel companion object
class OutputAreaModel extends ModelFX

Attributes

Companion:
object
Graph
Supertypes
trait ModelFX
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def appendErrStream(text: String): Unit
def appendInterpreterOut(text: String): Unit
def appendOutStream(text: String): Unit
def clear(): Unit
def list(code: String): Unit

Inherited methods

def parentWindow: Option[Window]

Window of the parent node. Can be null.

Window of the parent node. Can be null.

Attributes

Inherited from:
ModelFX
def shutDown(): Unit

Attributes

Inherited from:
ModelFX
def startUp(): Unit

Attributes

Inherited from:
ModelFX

Concrete fields

val codeArea: InlineCssTextArea

Inherited fields

val parent: ObjectProperty[Node]

Parent node of the view. Can be null.

Parent node of the view. Can be null.

Attributes

Inherited from:
ModelFX