Widget

org.nlogo.core.Widget
trait Widget extends Serializable

Attributes

Source
Widget.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class Button
class Chooser
class InputBox
class Monitor
class Output
class Plot
class Slider
class Switch
class TextBox
trait ViewLike
object DummyView
class View
Show all

Members list

Value members

Abstract methods

def height: Int

Attributes

Source
Widget.scala

Attributes

Source
Widget.scala
def width: Int

Attributes

Source
Widget.scala
def x: Int

Attributes

Source
Widget.scala
def y: Int

Attributes

Source
Widget.scala

Concrete methods

def convertSource(conversion: String => String): Widget

convertSource applies the given conversion to all code found in the widget.

convertSource applies the given conversion to all code found in the widget.

Attributes

Source
Widget.scala