PropertyAccessor

org.nlogo.window.PropertyAccessor
case class PropertyAccessor[T](target: Editable, name: String, getter: () => T, setter: Option[T] => Unit, changed: () => Unit)

Attributes

Source
PropertyAccessor.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product