Serialized Form


Package fdda.algorithm

Class fdda.algorithm.IllegalNodeException implements Serializable

Class fdda.algorithm.MessageAlreadySentException implements Serializable

Class fdda.algorithm.WrongStateException implements Serializable


Package fdda.dialog.swing

Class fdda.dialog.swing.AboutDialog implements Serializable

Class fdda.dialog.swing.AlgorithmDialog implements Serializable

Serialized Fields

algorithmList

JList algorithmList

descriptionField

JTextArea descriptionField

okButton

JButton okButton

cancelButton

JButton cancelButton

control

DialogControl control
the dialog control


theData

AlgorithmData theData
the algorithm data

Class fdda.dialog.swing.ButtonBar implements Serializable

Serialized Fields

robNewProject

RollOverButton robNewProject

robOpenProject

RollOverButton robOpenProject

robSaveProject

RollOverButton robSaveProject

rtbPointerTool

RollOverToggleButton rtbPointerTool

rtbNodeTool

RollOverToggleButton rtbNodeTool

rtbLineTool

RollOverToggleButton rtbLineTool

rtbDirLineTool

RollOverToggleButton rtbDirLineTool

rtbDeleteTool

RollOverToggleButton rtbDeleteTool

tbgToolsGroup

ToggleButtonGroup tbgToolsGroup

rtbStart

RollOverToggleButton rtbStart

rtbPause

RollOverToggleButton rtbPause

robStop

RollOverButton robStop

rtbProperties

RollOverToggleButton rtbProperties

robZoomin

RollOverButton robZoomin

robZoomout

RollOverButton robZoomout

robTile

RollOverButton robTile

robCascade

RollOverButton robCascade

robHelp

RollOverButton robHelp

theSelection

Selection theSelection
the selection


currentSelection

Iterator currentSelection
iterator over the selection


frame

MainFrame frame
the main frame

Class fdda.dialog.swing.FrameControlProxy implements Serializable

Serialized Fields

graphicsControl

GraphicsControl graphicsControl
the graphics control

Class fdda.dialog.swing.MainFrame implements Serializable

Serialized Fields

selectedTool

int selectedTool
the currently selected tool


mbrMenuBar

MenuBar mbrMenuBar
the menubar


btrButtonBar

ButtonBar btrButtonBar
the button bar


pnlToolBars

JPanel pnlToolBars
container for the button bar


tbrProperties

SizeableToolbar tbrProperties
toolbar for object inspector


dpeMDI

JDesktopPane dpeMDI
MDI area

Class fdda.dialog.swing.MenuBar implements Serializable

Serialized Fields

frame

MainFrame frame
the main frame


mnuProject

JMenu mnuProject

mnuModify

JMenu mnuModify

mnuView

JMenu mnuView

mnuWindow

JMenu mnuWindow

mnuDemo

JMenu mnuDemo

mnuHelp

JMenu mnuHelp

muiNewProject

JMenuItem muiNewProject

muiOpenProject

JMenuItem muiOpenProject

muiSaveProject

JMenuItem muiSaveProject

muiSaveProjectAs

JMenuItem muiSaveProjectAs

muiCloseProject

JMenuItem muiCloseProject

muiQuit

JMenuItem muiQuit

muiDelete

JMenuItem muiDelete

muiPointer

JMenuItem muiPointer

muiNode

JMenuItem muiNode

muiLine

JMenuItem muiLine

muiDirLine

JMenuItem muiDirLine

muiErazor

JMenuItem muiErazor

toolsMenuGroup

ToggleButtonGroup toolsMenuGroup

muiSelectAll

JMenuItem muiSelectAll

muiPreferences

JMenuItem muiPreferences

muiZoomin

JMenuItem muiZoomin

muiZoomout

JMenuItem muiZoomout

muiProperties

JMenuItem muiProperties

muiGrid

JMenuItem muiGrid

muiAlgorithm

JMenuItem muiAlgorithm

muiStart

JMenuItem muiStart

muiPause

JMenuItem muiPause

muiStop

JMenuItem muiStop

muiStatistics

JMenuItem muiStatistics

muiTile

JMenuItem muiTile

muiCascade

JMenuItem muiCascade

muiJPEG

JMenuItem muiJPEG

muiHelp

JMenuItem muiHelp

muiTips

JMenuItem muiTips

muiAbout

JMenuItem muiAbout

theSelection

Selection theSelection
the selection


currentSelection

Iterator currentSelection
Iterator of the selection

Class fdda.dialog.swing.OptionsDialog implements Serializable

Serialized Fields

options

Options options
the options


control

DialogControl control
the dialog control


systemWriterBox

JComboBox systemWriterBox

systemReaderBox

JComboBox systemReaderBox

algReaderBox

JComboBox algReaderBox

gridWidthBox

JSpinner gridWidthBox

gridWidthModel

SpinnerNumberModel gridWidthModel

askAtEndBox

JCheckBox askAtEndBox

actionGroup

ButtonGroup actionGroup

noActionButton

JRadioButton noActionButton

newActionButton

JRadioButton newActionButton

openActionButton

JRadioButton openActionButton

cycleTimeBox

JTextField cycleTimeBox

messageSpeedBox

JTextField messageSpeedBox

browserField

JTextField browserField

configureWriterButton

JButton configureWriterButton

configureReaderButton

JButton configureReaderButton

configureAlgReaderButton

JButton configureAlgReaderButton

okButton

JButton okButton

cancelButton

JButton cancelButton

Class fdda.dialog.swing.StatisticsDialog implements Serializable

Serialized Fields

stats

Statistics stats
the statistics


control

StatisticsDialogControl control
the dialog control


okButton

JButton okButton

refreshButton

JButton refreshButton

msgSentLabel

JLabel msgSentLabel

msgSentNLabel

JLabel msgSentNLabel

msgReceivedLabel

JLabel msgReceivedLabel

msgReceivedPercentLabel

JLabel msgReceivedPercentLabel

msgSentELabel

JLabel msgSentELabel

activeNodesLabel

JLabel activeNodesLabel

pausedNodesLabel

JLabel pausedNodesLabel

activeMsgLabel

JLabel activeMsgLabel

startedNodesLabel

JLabel startedNodesLabel

activeNodes2Label

JLabel activeNodes2Label

activeNodesPercentLabel

JLabel activeNodesPercentLabel

usedNodesLabel

JLabel usedNodesLabel

usedNodesPercentLabel

JLabel usedNodesPercentLabel

usedMsgLabel

JLabel usedMsgLabel

failedNodesLabel

JLabel failedNodesLabel

failedConnsLabel

JLabel failedConnsLabel

usedMsgPercentLabel

JLabel usedMsgPercentLabel

Class fdda.dialog.swing.SystemFrame implements Serializable

Serialized Fields

graphicalSystem

GraphicalSystem graphicalSystem
the graphical system


Package fdda.propertyTypes

Class fdda.propertyTypes.WrongFacetException implements Serializable


Package fdda.model

Class fdda.model.PropertyEvent implements Serializable

Serialized Fields

property

Property property
the property


Package fdda.dialog.swing.properties

Class fdda.dialog.swing.properties.ObjectInspector implements Serializable

Serialized Fields

propertyHolder

PropertyHolder propertyHolder
the currently selected component


theSelection

Selection theSelection
the selection


myAttributeTable

JTable myAttributeTable
the table


myTableModel

ObjTableModel myTableModel
the table model


shortHelp

JTextArea shortHelp
the short help area

Class fdda.dialog.swing.properties.ObjTableModel implements Serializable

Serialized Fields

data

Vector data
the data

Class fdda.dialog.swing.properties.OiCellEditor implements Serializable

Serialized Fields

myProperty

Property myProperty
the property


value

Object value
the value


generator

TypeGenerator generator
Generator for the type


Package fdda.graphics

Class fdda.graphics.SelectionEvent implements Serializable


Package fdda.dialog

Class fdda.dialog.NoSuchCommandException implements Serializable


Package fdda.plugins

Class fdda.plugins.ComponentNotSupportedException implements Serializable

Class fdda.plugins.MissingOptionsException implements Serializable


Package fdda.dialog.java2d

Class fdda.dialog.java2d.NoSuitableComponentException implements Serializable

Serialized Fields

reason

int reason
the reason


Package fdda.utils

Class fdda.utils.ComponentNotInitializedDisaster implements Serializable


Package fdda.dialog.swing.utils

Class fdda.dialog.swing.utils.RollOverButton implements Serializable

Class fdda.dialog.swing.utils.RollOverToggleButton implements Serializable

Serialized Fields

myBorder

Border myBorder
border of the button


mouseOnButton

boolean mouseOnButton
stores whether the mouse is above the button

Class fdda.dialog.swing.utils.SizeableToolbar implements Serializable

Serialized Fields

oldX

int oldX
x coordinate before change


oldY

int oldY
y coordinate before change


side

int side
Side of the toolbar: left, right or bottom


Package fdda.propertyTypes.implementations

Class fdda.propertyTypes.implementations.BooleanEditor implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox
the checkbox

Class fdda.propertyTypes.implementations.DoubleEditor implements Serializable

Serialized Fields

textField

JTextField textField
the textfield

Class fdda.propertyTypes.implementations.IntegerEditor implements Serializable

Serialized Fields

textField

JTextField textField
the text field

Class fdda.propertyTypes.implementations.NodeTypeEditor implements Serializable

Serialized Fields

theBox

JComboBox theBox
the combo box used for editing

Class fdda.propertyTypes.implementations.StringEditor implements Serializable

Serialized Fields

textField

JTextField textField
the text field


Package fdda.core.projects

Class fdda.core.projects.ProjectEvent implements Serializable



API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.