Serialized Form


Package org.nlogo.agent

Class org.nlogo.agent.Importer.StringReaderException extends Exception implements Serializable

Class org.nlogo.agent.PatchException extends Exception implements Serializable

Serialized Fields

patch

Patch patch

Class org.nlogo.agent.SliderConstraint.ConstraintCompilerException extends CompilerException implements Serializable

Serialized Fields

constraint

String constraint

exception

CompilerException exception

Class org.nlogo.agent.SliderConstraint.RuntimeConstraintException extends LogoException implements Serializable

Serialized Fields

constraint

String constraint

Package org.nlogo.api

Class org.nlogo.api.AgentException extends Exception implements Serializable

Class org.nlogo.api.CompilerException extends Exception implements Serializable

Serialized Fields

startPos

int startPos

endPos

int endPos

fileName

String fileName

Class org.nlogo.api.ExtensionException extends Exception implements Serializable

Class org.nlogo.api.LogoException extends Exception implements Serializable

Class org.nlogo.api.LogoList extends AbstractSequentialList<Object> implements Serializable

serialVersionUID: 0L

Serialized Fields

head

org.nlogo.api.LogoList.Cell head

tail

org.nlogo.api.LogoList.Cell tail

size

int size

Class org.nlogo.api.PropertyDescription extends Object implements Serializable

Serialized Fields

enabled

boolean enabled

setLive

boolean setLive

getsFirstFocus

boolean getsFirstFocus

gridWidth

int gridWidth

tyype

String tyype

notes

String notes

name

String name

accessString

String accessString

Class org.nlogo.api.TestScalaConversions.Point$2 extends Object implements Serializable

Serialized Fields

y

int y

x

int x

Class org.nlogo.api.TestScalaConversions$Point$3$ extends Object implements Serializable

Class org.nlogo.api.Token extends Object implements Serializable

Serialized Fields

fileName

String fileName

endPos

int endPos

startPos

int startPos

value

Object value

tyype

TokenType tyype

name

String name

Class org.nlogo.api.ValueConstraint.Violation extends AgentException implements Serializable

Class org.nlogo.api.WorldDimensionException extends Exception implements Serializable


Package org.nlogo.app

Class org.nlogo.app.AgentMonitorView extends org.nlogo.window.View implements Serializable

Serialized Fields

perspective

Perspective perspective

agent

Agent agent

radius

double radius

fontSizeRatio

double fontSizeRatio

popupListener

MouseListener popupListener

Class org.nlogo.app.AgentMonitorViewPanel extends JPanel implements Serializable

Serialized Fields

workspace

org.nlogo.window.GUIWorkspace workspace

zoomer

org.nlogo.app.AgentMonitorViewPanel.ZoomSlider zoomer

watchButton

JButton watchButton

view

org.nlogo.app.AgentMonitorView view

Class org.nlogo.app.App.AppFrame extends JFrame implements Serializable

Serialized Fields

linkComponents

List<E> linkComponents

Class org.nlogo.app.CommandLine.HistoryPrompt extends JButton implements Serializable

Serialized Fields

commandLine

org.nlogo.app.CommandLine commandLine

Class org.nlogo.app.FileMenu extends org.nlogo.swing.Menu implements Serializable

Serialized Fields

app

App app

modelSaver

org.nlogo.app.ModelSaver modelSaver

appletSaver

org.nlogo.app.AppletSaver appletSaver

savedVersion

String savedVersion

firstLoad

boolean firstLoad

Class org.nlogo.app.FindDialog extends JDialog implements Serializable

Serialized Fields

target

JTextComponent target

nextButton

JButton nextButton

prevButton

JButton prevButton

nextEnabler

org.nlogo.swing.NonemptyTextFieldButtonEnabler nextEnabler

prevEnabler

org.nlogo.swing.NonemptyTextFieldButtonEnabler prevEnabler

replaceButton

JButton replaceButton

replaceAndFindButton

JButton replaceAndFindButton

replaceAllButton

JButton replaceAllButton

replaceEnabler

org.nlogo.swing.NonemptyTextFieldButtonEnabler replaceEnabler

replaceAndFindEnabler

org.nlogo.swing.NonemptyTextFieldButtonEnabler replaceAndFindEnabler

replaceAllEnabler

org.nlogo.swing.NonemptyTextFieldButtonEnabler replaceAllEnabler

ignoreCaseCheckBox

JCheckBox ignoreCaseCheckBox

wrapAroundCheckBox

JCheckBox wrapAroundCheckBox

findBox

JTextField findBox

replaceBox

JTextField replaceBox

replaceLabel

JLabel replaceLabel

notFoundLabel

JLabel notFoundLabel

owner

Frame owner

Class org.nlogo.app.FindDialog.FindAction extends TextAction implements Serializable

Class org.nlogo.app.FindDialog.FindNextAction extends TextAction implements Serializable

Class org.nlogo.app.HelpMenu extends org.nlogo.swing.Menu implements Serializable

Serialized Fields

org$nlogo$app$HelpMenu$$app

App org$nlogo$app$HelpMenu$$app

Class org.nlogo.app.HelpMenu.$anon$1 extends AbstractAction implements Serializable

Class org.nlogo.app.Tabs extends JTabbedPane implements Serializable

Serialized Fields

workspace

org.nlogo.window.GUIWorkspace workspace

previousTab

Component previousTab

currentTab

Component currentTab

proceduresTab

org.nlogo.app.MainProceduresTab proceduresTab

interfaceTab

org.nlogo.app.InterfaceTab interfaceTab

infoTab

org.nlogo.app.InfoTab infoTab

tabsMenu

org.nlogo.swing.TabsMenu tabsMenu

printAction

Action printAction

linkComponents

List<E> linkComponents

Class org.nlogo.app.ToolsMenu extends org.nlogo.swing.Menu implements Serializable

Serialized Fields

app

App app

haltAction

Action haltAction

globalsMonitorAction

Action globalsMonitorAction

turtleMonitorAction

Action turtleMonitorAction

patchMonitorAction

Action patchMonitorAction

linkMonitorAction

Action linkMonitorAction

closeMonitorsAction

Action closeMonitorsAction

colorDialogAction

Action colorDialogAction

behaviorSpaceAction

Action behaviorSpaceAction

linksEditorAction

Action linksEditorAction

shapesEditorAction

Action shapesEditorAction

aggregateOpenEditorAction

Action aggregateOpenEditorAction

threedViewAction

Action threedViewAction

hubnetClientEditorAction

Action hubnetClientEditorAction

Class org.nlogo.app.WidgetPanel extends org.nlogo.window.AbstractWidgetPanel implements Serializable

Serialized Fields

selectionRect

Rectangle selectionRect

startDragPoint

Point startDragPoint

newWidget

org.nlogo.app.WidgetWrapper newWidget

widgetsBeingDragged

List<E> widgetsBeingDragged

workspace

org.nlogo.window.GUIWorkspace workspace

zoomer

org.nlogo.app.Zoomer zoomer

glassPane

JComponent glassPane

hasFocus

boolean hasFocus

widgetCreator

org.nlogo.app.WidgetCreator widgetCreator

sliderEventOnReleaseOnly

boolean sliderEventOnReleaseOnly

view

org.nlogo.window.Widget view

Class org.nlogo.app.WidgetPanel.WidgetCreationMenuItem extends JMenuItem implements Serializable

Class org.nlogo.app.WidgetWrapper extends JLayeredPane implements Serializable

Serialized Fields

verticallyResizable

boolean verticallyResizable

horizontallyResizable

boolean horizontallyResizable

popupListener

MouseListener popupListener

selected

boolean selected

isForeground

boolean isForeground

widget

org.nlogo.window.Widget widget

interfacePanel

org.nlogo.app.WidgetPanel interfacePanel

glass

JComponent glass

topBar

org.nlogo.app.WindowBar topBar

leftBar

org.nlogo.app.WindowBar leftBar

rightBar

org.nlogo.app.WindowBar rightBar

bottomBar

org.nlogo.app.WindowBar bottomBar

mouseMode

org.nlogo.window.Widget.MouseMode mouseMode

startPressX

int startPressX

startPressY

int startPressY

originalBounds

Rectangle originalBounds

constrainToHorizontal

boolean constrainToHorizontal

constrainToVertical

boolean constrainToVertical

Class org.nlogo.app.ZoomMenu extends org.nlogo.swing.Menu implements Serializable

Serialized Fields

org$nlogo$app$ZoomMenu$$app

App org$nlogo$app$ZoomMenu$$app

Class org.nlogo.app.ZoomMenu.$anon$1 extends AbstractAction implements Serializable

Class org.nlogo.app.ZoomMenu.$anon$2 extends AbstractAction implements Serializable

Class org.nlogo.app.ZoomMenu.$anon$3 extends AbstractAction implements Serializable


Package org.nlogo.headless

Class org.nlogo.headless.ChecksumsAndPreviews$Checksums$Entry$ extends Object implements Serializable


Package org.nlogo.lite

Class org.nlogo.lite.Applet extends JApplet implements Serializable

Serialized Fields

panel

AppletPanel panel

Class org.nlogo.lite.AppletPanel extends JPanel implements Serializable

Serialized Fields

iP

org.nlogo.window.InterfacePanelLite iP

workspace

org.nlogo.window.GUIWorkspace workspace

procedures

org.nlogo.window.ProceduresLite procedures

panel

org.nlogo.window.AppletAdPanel panel

aggregateManager

org.nlogo.api.AggregateManagerInterface aggregateManager

listenerManager

org.nlogo.window.NetLogoListenerManager listenerManager
The NetLogoListenerManager stored in this field can be used to add and remove org.nlogo.api.NetLogoListeners, so the embedding environment can receive notifications of events happening within NetLogo. The relevant methods on NetLogoListenerManager are addListener(), removeListener(), and clearListeners(). The first two expect a NetLogoListener as input.


linkComponents

List<E> linkComponents

Class org.nlogo.lite.InterfaceComponent extends AppletPanel implements Serializable

Serialized Fields

logger

org.nlogo.log.Logger logger

Package org.nlogo.nvm

Class org.nlogo.nvm.ArgumentTypeException extends EngineException implements Serializable

Serialized Fields

wantedType

int wantedType

badValue

Object badValue

badArgIndex

int badArgIndex

Class org.nlogo.nvm.EngineException extends LogoException implements Serializable

Serialized Fields

hasBeenResolved

boolean hasBeenResolved

context

Context context

instruction

Instruction instruction

Class org.nlogo.nvm.HaltException extends LogoException implements Serializable

Serialized Fields

haltAll

boolean haltAll

Class org.nlogo.nvm.LabInterface.Settings extends Object implements Serializable

Serialized Fields

threads

int threads

dims

scala.Option<A> dims

spreadsheetWriter

scala.Option<A> spreadsheetWriter

tableWriter

scala.Option<A> tableWriter

experiment

scala.Option<A> experiment

setupFile

scala.Option<A> setupFile

model

String model

Package org.nlogo.workspace

Class org.nlogo.workspace.Library.Node extends DefaultMutableTreeNode implements Serializable

Serialized Fields

name

String name

path

String path