Serialized Form


Package org.nlogo.agent

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

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

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

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


Package org.nlogo.api

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

Serialized Fields

startPos

int startPos

endPos

int endPos

fileName

String fileName

offset

int offset

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 implements Serializable

Serialized Fields

head

org.nlogo.api.LogoList.Cell head

tail

org.nlogo.api.LogoList.Cell tail

size

int size

Package org.nlogo.app

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

Serialized Fields

workspace

org.nlogo.window.GUIWorkspace workspace

tabs

org.nlogo.app.Tabs tabs

dirtyMonitor

org.nlogo.app.DirtyMonitor dirtyMonitor

helpMenu

org.nlogo.app.HelpMenu helpMenu

fileMenu

org.nlogo.app.FileMenu fileMenu

monitorManager

org.nlogo.app.agentmon.MonitorManager monitorManager

modelCruncher

org.nlogo.app.ModelCruncher modelCruncher

zoomSteps

int zoomSteps

colorDialog

org.nlogo.window.ColorDialog colorDialog

wasAtPreferredSizeBeforeLoadBegan

boolean wasAtPreferredSizeBeforeLoadBegan

preferredSizeAtLoadEndTime

Dimension preferredSizeAtLoadEndTime

turtleShapesManager

org.nlogo.shapes.editor.ManagerDialog turtleShapesManager

linkShapesManager

org.nlogo.shapes.editor.ManagerDialog linkShapesManager

linkComponents

List<E> linkComponents

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

Class org.nlogo.app.IncludesMenu extends org.nlogo.swing.ToolBarMenu implements Serializable

Serialized Fields

target

org.nlogo.app.ProceduresTab target

isEmpty

boolean isEmpty

includesTable

Map<K,V> includesTable

Class org.nlogo.app.InterfacePanel extends org.nlogo.app.WidgetPanel implements Serializable

Serialized Fields

viewWidget

org.nlogo.window.ViewWidgetInterface viewWidget

commandCenter

org.nlogo.app.cc.CommandCenter commandCenter

Class org.nlogo.app.InterfaceToolBar extends org.nlogo.swing.ToolBar implements Serializable

Serialized Fields

wPanel

org.nlogo.app.WidgetPanel wPanel

workspace

org.nlogo.window.GUIWorkspace workspace

selectedObjects

Set<E> selectedObjects

editAction

Action editAction

editButton

JButton editButton

addAction

Action addAction

addButton

JToggleButton addButton

group

ButtonGroup group

noneButton

JToggleButton noneButton

deleteAction

Action deleteAction

deleteButton

JButton deleteButton

frame

Frame frame

widgetMenu

org.nlogo.app.InterfaceToolBar.WidgetMenu widgetMenu

buttonSpecs

String[] buttonSpecs

editTarget

org.nlogo.window.Editable editTarget

deleteableObjects

Set<E> deleteableObjects

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

Serialized Fields

tree

JTree tree

modelPreviewPanel

org.nlogo.app.LibraryDialog.ModelPreviewPanel modelPreviewPanel

selected

Library.Node selected

source

String source

path

String path

openAction

Action openAction

toggleOrOpenAction

Action toggleOrOpenAction

cancelAction

Action cancelAction

communityAction

Action communityAction

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

Serialized Fields

tree

JTree tree

modelPreviewPanel

org.nlogo.app.LibraryDialogSearchable.ModelPreviewPanel modelPreviewPanel

selected

org.nlogo.app.LibraryDialogSearchable.Node selected

source

String source

path

String path

searchText

String searchText

savedExpandedPaths

List<E> savedExpandedPaths

openAction

Action openAction

toggleOrOpenAction

Action toggleOrOpenAction

cancelAction

Action cancelAction

communityAction

Action communityAction

Class org.nlogo.app.LibraryDialogSearchable.Node extends DefaultMutableTreeNode implements Serializable

Serialized Fields

name

String name

path

String path

info

String info

Class org.nlogo.app.MainProceduresTab extends org.nlogo.app.ProceduresTab implements Serializable

Serialized Fields

tabbing

JCheckBox tabbing

smartTabAction

Action smartTabAction

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

Serialized Fields

text

org.nlogo.editor.EditorArea text

toolBar

org.nlogo.swing.ToolBar toolBar

workspace

AbstractWorkspace workspace

compileAction

Action compileAction

errorLabel

org.nlogo.properties.ErrorLabel errorLabel

needsCompile

boolean needsCompile

originalFontSize

int originalFontSize

zoomFactor

double zoomFactor

Class org.nlogo.app.SwitchedTabsEvent extends org.nlogo.event.Event implements Serializable

Serialized Fields

oldTab

Component oldTab

newTab

Component newTab

Class org.nlogo.app.TemporaryProceduresTab extends org.nlogo.app.ProceduresTab implements Serializable

Serialized Fields

filename

String filename

tabs

org.nlogo.app.Tabs tabs

includesMenu

org.nlogo.app.IncludesMenu includesMenu

dirtyBit

boolean dirtyBit

Class org.nlogo.app.WidgetPanel extends org.nlogo.swing.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.WidgetSelectedEvent extends org.nlogo.event.Event implements Serializable

Serialized Fields

selected

boolean selected

widget

org.nlogo.window.Widget widget

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

int mouseMode

startPressX

int startPressX

startPressY

int startPressY

originalBounds

Rectangle originalBounds

constrainToHorizontal

boolean constrainToHorizontal

constrainToVertical

boolean constrainToVertical

Package org.nlogo.command

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

Serialized Fields

wantedType

int wantedType

badValue

Object badValue

Package org.nlogo.headless

Class org.nlogo.headless.StrictFPChecker.MethodNotStrictFPException extends Exception implements Serializable


Package org.nlogo.nvm

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

Package org.nlogo.workspace

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

Serialized Fields

name

String name

path

String path