GUIState

org.nlogo.app.tools.GUIState
class GUIState(model: Model, modelPath: String, workspaceFactory: WorkspaceFactory) extends HasPropertyChangeSupport

Attributes

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

Members list

Value members

Concrete methods

def previewCommands_=(newPreviewCommands: PreviewCommands): Unit

Attributes

Source
GUIState.scala

Inherited methods

def addPropertyChangeListener(listener: PropertyChangeListener): Unit

Attributes

Inherited from:
HasPropertyChangeSupport
Source
HasPropertyChangeSupport.scala
def addPropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
HasPropertyChangeSupport
Source
HasPropertyChangeSupport.scala

Inherited fields

val propertyChangeSupport: SwingPropertyChangeSupport

Attributes

Inherited from:
HasPropertyChangeSupport
Source
HasPropertyChangeSupport.scala