HasPropertyChangeSupport

org.nlogo.swing.HasPropertyChangeSupport

Attributes

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

Members list

Value members

Concrete methods

def addPropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

Attributes

Source
HasPropertyChangeSupport.scala
def addPropertyChangeListener(listener: PropertyChangeListener): Unit

Attributes

Source
HasPropertyChangeSupport.scala
def removePropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

Attributes

Source
HasPropertyChangeSupport.scala
def removePropertyChangeListener(listener: PropertyChangeListener): Unit

Attributes

Source
HasPropertyChangeSupport.scala

Concrete fields

val propertyChangeSupport: SwingPropertyChangeSupport

Attributes

Source
HasPropertyChangeSupport.scala