Serialized Form


Package nl.tudelft.simulation.dsol.gui

Class nl.tudelft.simulation.dsol.gui.DSOLApplication extends EventProducer implements Serializable

Serialized Fields

experiment

Experiment experiment
the experiment


properties

Properties properties
the properties


recents

TreeSet<E> recents
the recents


Package nl.tudelft.simulation.dsol.gui.actions

Class nl.tudelft.simulation.dsol.gui.actions.AnimationDelaySlider extends JSlider implements Serializable

Serialized Fields

simulator

AnimatorInterface simulator
the animator


fired

boolean fired
fired

Class nl.tudelft.simulation.dsol.gui.actions.FastForwardAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.PauseAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.ResetAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.SimulatorAction extends AbstractAction implements Serializable

Serialized Fields

simulator

SimulatorInterface simulator
the simulator


application

DSOLApplicationInterface application
the application

Class nl.tudelft.simulation.dsol.gui.actions.StartAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.StepAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.StopAction extends SimulatorAction implements Serializable

Class nl.tudelft.simulation.dsol.gui.actions.TimeStepSliderX extends JSlider implements Serializable

Serialized Fields

simulator

DESSSimulatorInterface simulator
the animator


fired

boolean fired
fired


Package nl.tudelft.simulation.dsol.gui.animation2D

Class nl.tudelft.simulation.dsol.gui.animation2D.AnimationFrame extends JFrame implements Serializable

Class nl.tudelft.simulation.dsol.gui.animation2D.AnimationFrame.ButtonPanel extends JPanel implements Serializable

Class nl.tudelft.simulation.dsol.gui.animation2D.AnimationPanel extends GridPanel implements Serializable

Serialized Fields

elements

SortedSet<E> elements
the elements of this panel


application

DSOLApplicationInterface application
the application


context

EventContext context
the eventContext


showGrid

boolean showGrid
the grid must be drawn after all other elements. Therefore we must override the gridPanel.paintGrid.


dragLine

Point4i dragLine
a line that helps the user to see where he is dragging


dragLineEnabled

boolean dragLineEnabled
enable drag line

Class nl.tudelft.simulation.dsol.gui.animation2D.GridPanel extends JPanel implements Serializable

Serialized Fields

extent

Rectangle2D extent
the extent of this panel


homeExtent

Rectangle2D homeExtent
the extent of this panel


showGrid

boolean showGrid
show the grid


gridSize

double gridSize
the gridSize in world Units


formatter

NumberFormat formatter
the formatter to use


lastDimension

Dimension lastDimension
the last computed Dimension


Package nl.tudelft.simulation.dsol.gui.animation2D.actions

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.HomeAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.IntrospectionAction extends AbstractAction implements Serializable

Serialized Fields

target

Object target
the target to introspect

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.PanDownAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.PanLeftAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.PanRightAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.PanUpAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.ShowGridAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.ZoomInAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel

Class nl.tudelft.simulation.dsol.gui.animation2D.actions.ZoomOutAction extends AbstractAction implements Serializable

Serialized Fields

target

GridPanel target
target of the gridpanel


Package nl.tudelft.simulation.dsol.gui.animation3D

Class nl.tudelft.simulation.dsol.gui.animation3D.Animation3DCanvas extends Canvas3D implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the application


context

EventContext context
the eventContext


viewBranch

ViewBranch viewBranch
View branch


contentBranch

ContentBranch contentBranch
Content branch

Class nl.tudelft.simulation.dsol.gui.animation3D.Animation3DFrame extends JFrame implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
The application


animation3DPanel

Animation3DCanvas animation3DPanel
The animation 3d canvas


homeButton

JButton homeButton
A home button


Package nl.tudelft.simulation.dsol.gui.applets

Class nl.tudelft.simulation.dsol.gui.applets.DSOLApplet extends JApplet implements Serializable


Package nl.tudelft.simulation.dsol.gui.editor2D

Class nl.tudelft.simulation.dsol.gui.editor2D.EditMenu extends JMenu implements Serializable

Serialized Fields

panel

Editor2DPanel panel
the editor2d panel


moveItem

JRadioButtonMenuItem moveItem
move the obejct option


rotateItem

JRadioButtonMenuItem rotateItem
rotate the object option


addPointItem

JMenuItem addPointItem
add point option


actions

EditMenuActions actions
actions

Class nl.tudelft.simulation.dsol.gui.editor2D.Editor2DFrame extends JMultiToolbarFrame implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
The application


navigationToolbar

NavigationToolbar navigationToolbar
Navigation toolbar


editorToolbar

EditorToolbar editorToolbar
Editor toolbar


editor2DPanel

Editor2DPanel editor2DPanel
The editable animation editor2DPanel

Class nl.tudelft.simulation.dsol.gui.editor2D.Editor2DPanel extends AnimationPanel implements Serializable

Serialized Fields

editMenu

EditMenu editMenu
Edit menu


selectedMode

int selectedMode
The selected mode


selectedEditMode

int selectedEditMode
The selected edit mode


selectedEditableRenderable

EditableRenderable2DInterface selectedEditableRenderable
The selected editable


selectedRenderableClass

Class<T> selectedRenderableClass
Selected renderable class


selectedPoint

CartesianPoint selectedPoint
Selected control point

Class nl.tudelft.simulation.dsol.gui.editor2D.EditorToolbar extends JToolBar implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
The application


selectObject

JToggleButton selectObject
Select button


newObject

JToggleButton newObject
New button


editObject

JToggleButton editObject
Edit button


deleteObject

JToggleButton deleteObject
Delete button


items

JPopupMenu items
Popup menu with items that can be created by pressing the new-button.


actions

EditorToolbarActions actions
Actions

Class nl.tudelft.simulation.dsol.gui.editor2D.MenuBar extends JMenuBar implements Serializable

Serialized Fields

source

Editor2DFrame source
Parent frame


application

DSOLApplicationInterface application
The application


saveEditablesItem

JMenuItem saveEditablesItem
save editables


exitItem

JMenuItem exitItem
Exit this frame


navigationItem

JCheckBoxMenuItem navigationItem
Navigation toolbar menu item


editorItem

JCheckBoxMenuItem editorItem
Editor toolbar menu item


actions

MenuBarActions actions
Actions

Class nl.tudelft.simulation.dsol.gui.editor2D.NavigationToolbar extends JToolBar implements Serializable

Serialized Fields

panLeft

JButton panLeft
Pan left button


panRight

JButton panRight
Pan right button


panUp

JButton panUp
Pan uo button


panDown

JButton panDown
Pan down button


zoomIn

JButton zoomIn
Zoom in button


zoomOut

JButton zoomOut
Zoom out button


home

JButton home
Home button


troggleGrid

JButton troggleGrid
Troggle grid button


actions

NavigationToolbarActions actions
Action listener


Package nl.tudelft.simulation.dsol.gui.menu

Class nl.tudelft.simulation.dsol.gui.menu.HelpMenu extends JMenu implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application


Package nl.tudelft.simulation.dsol.gui.menu.actions

Class nl.tudelft.simulation.dsol.gui.menu.actions.CloseExperimentAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the parent

Class nl.tudelft.simulation.dsol.gui.menu.actions.ExitAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the parent

Class nl.tudelft.simulation.dsol.gui.menu.actions.OpenFileAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the parent

Class nl.tudelft.simulation.dsol.gui.menu.actions.OpenRecentAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the parent


url

String url
the url

Class nl.tudelft.simulation.dsol.gui.menu.actions.OpenURLAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the parent

Class nl.tudelft.simulation.dsol.gui.menu.actions.RecentAction extends JMenu implements Serializable

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewAnimation3dAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewAnimationPanelAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewContextAction extends AbstractAction implements Serializable

Serialized Fields

context

EventContext context
the context


application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewEditor2DPanelAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewEventlistAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewLoggerAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application the application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewMemoryAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application

Class nl.tudelft.simulation.dsol.gui.menu.actions.ViewStatisticsAction extends AbstractAction implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
application


Package nl.tudelft.simulation.dsol.gui.panels

Class nl.tudelft.simulation.dsol.gui.panels.ControlPanel extends JPanel implements Serializable

Serialized Fields

animationDelaySlider

AnimationDelaySlider animationDelaySlider
the animationDelaySlider


animationDelayTextField

JTextField animationDelayTextField
the animationDelayTextField


timeStepTextField

JTextField timeStepTextField
the timeSteptextField


timeStepPanel

JPanel timeStepPanel
timeStepPanel


animationDelayFormatter

NumberFormat animationDelayFormatter
the animationDelayFormatter


application

DSOLApplicationInterface application
the DSOLApplication

Class nl.tudelft.simulation.dsol.gui.panels.ExperimentTree extends DefaultTreeModel implements Serializable

Class nl.tudelft.simulation.dsol.gui.panels.Statusbar extends JPanel implements Serializable

Serialized Fields

timeField

JTextField timeField
the timeField of the statusBar


replicationField

JTextField replicationField
the replicationField of the statusBar


treatmentField

JTextField treatmentField
the replicationField of the statusBar


application

DSOLApplicationInterface application
the parent DSOL Panel


units

String units
the units


simulatorTime

double simulatorTime
the simulatorTime

Class nl.tudelft.simulation.dsol.gui.panels.TabbedPane extends JTabbedPane implements Serializable

Serialized Fields

content

Map<K,V> content
the content of the tabbedPane

Class nl.tudelft.simulation.dsol.gui.panels.TablePanel extends JPanel implements Serializable

Serialized Fields

content

DefaultTableModel content
the content of the tablePanel

Class nl.tudelft.simulation.dsol.gui.panels.WaitingFrame extends JFrame implements Serializable


Package nl.tudelft.simulation.dsol.gui.statistics

Class nl.tudelft.simulation.dsol.gui.statistics.ChartPanel extends JPanel implements Serializable

Serialized Fields

contentPanel

TablePanel contentPanel
the contentPanel of this chartPanel

Class nl.tudelft.simulation.dsol.gui.statistics.StatisticsFrame extends JFrame implements Serializable

Class nl.tudelft.simulation.dsol.gui.statistics.StatisticsTree extends JTree implements Serializable


Package nl.tudelft.simulation.dsol.gui.statistics.actions

Class nl.tudelft.simulation.dsol.gui.statistics.actions.AddColumnAction extends AbstractAction implements Serializable

Serialized Fields

target

ChartPanel target
target of the chartpanel

Class nl.tudelft.simulation.dsol.gui.statistics.actions.AddRowAction extends AbstractAction implements Serializable

Serialized Fields

target

ChartPanel target
target of the chartpanel

Class nl.tudelft.simulation.dsol.gui.statistics.actions.DeleteColumnAction extends AbstractAction implements Serializable

Serialized Fields

target

ChartPanel target
target of the chartpanel

Class nl.tudelft.simulation.dsol.gui.statistics.actions.DeleteRowAction extends AbstractAction implements Serializable

Serialized Fields

target

ChartPanel target
target of the chartpanel


Package nl.tudelft.simulation.dsol.gui.windows

Class nl.tudelft.simulation.dsol.gui.windows.ContextFrame extends JFrame implements Serializable

Serialized Fields

context

EventContext context
the context

Class nl.tudelft.simulation.dsol.gui.windows.DSOLFrame extends JFrame implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the application


tabbedPanel

TabbedPane tabbedPanel
tabbedPanel


experimentTree

JTree experimentTree
the experimentTree


statusbar

Statusbar statusbar
the statusbar


controlPanel

ControlPanel controlPanel
the controlPanel

Class nl.tudelft.simulation.dsol.gui.windows.EventlistFrame extends JFrame implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
the application


simulator

DEVSSimulatorInterface simulator
the currently active simulator


table

nl.tudelft.simulation.dsol.gui.windows.EventlistFrame.SynchronizedJTable table
the table

Class nl.tudelft.simulation.dsol.gui.windows.FileChooserFrame extends JFrame implements Serializable

Serialized Fields

application

DSOLApplicationInterface application
source owns the fileChooser

Class nl.tudelft.simulation.dsol.gui.windows.MemoryFrame extends JFrame implements Serializable

Serialized Fields

freeMemoryField

JTextField freeMemoryField
freeMem


totalMemoryField

JTextField totalMemoryField
usedMem


usedMemoryField

JTextField usedMemoryField
total Mem

Class nl.tudelft.simulation.dsol.gui.windows.URLChooserFrame extends JFrame implements Serializable

Serialized Fields

addressField

JTextField addressField
The address text field.


application

DSOLApplicationInterface application
the DSOL application



Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.