A B C D E F G H I J L M N O P Q R S T U V W X Y Z

S

S_ALGORITHM - Static variable in class fdda.utils.Notification
Source 'Algorithm'
S_LOCKED - Static variable in interface fdda.dialog.GraphicsControl
mode: editing not allowed
S_MOD - Static variable in class fdda.utils.Notification
Source 'Modelling'
S_PLUGIN - Static variable in class fdda.utils.Notification
Source 'Plug-in'
S_PROCESSING - Static variable in class fdda.utils.Notification
Source 'Processing'
S_SYSTEM - Static variable in class fdda.utils.Notification
Source 'Operating System'
S_UNLOCKED - Static variable in interface fdda.dialog.GraphicsControl
mode: editing allowed
S_XML - Static variable in class fdda.utils.Notification
Source 'XML-Processing'
saveJPEG() - Method in class fdda.dialog.swing.MainFrame
Saves current modelling window to a jpeg file
saveJPEG() - Method in class fdda.dialog.swing.FrameControlProxy
Exports the graphics into a jpeg image file.
saveProject(boolean) - Method in class fdda.dialog.swing.MainFrame
Saves the current project.
saveProject(Project, boolean) - Method in class fdda.core.impl.ProjectManagerImpl
 
saveProject(Project, boolean) - Method in interface fdda.core.projects.ProjectManager
Saves a project.
searchForAlgorithms(ErrorHandler) - Method in interface fdda.plugins.AlgorithmLoader
Searches in its storage location for algorithms and loads them into the instance of fdda.algorithms.Algorithms.
searchForAlgorithms(ErrorHandler) - Method in class fdda.plugins.xmlreader.AlgorithmReader
 
SEL_ALL - Static variable in interface fdda.graphics.Component
Indicates that this component may be selected together with any other component.
SEL_EQUALS - Static variable in interface fdda.graphics.Component
Indicates that this component may only be selected with components of the same type.
SEL_MOVABLES - Static variable in interface fdda.graphics.Component
Indicates that this component may be selected together with all movable components.
SEL_NOTHING - Static variable in interface fdda.graphics.Component
Indicates that this component may only be selected alone.
select() - Method in interface fdda.graphics.Component
Selects the component.
select() - Method in class fdda.graphics.java2d.Line
Selects only the line segements
select() - Method in class fdda.graphics.java2d.Container
Selects all elements in the container.
select() - Method in class fdda.graphics.java2d.Component
Sets the selected flag.
selectableWith() - Method in interface fdda.graphics.Component
Returns with which class of components this component can be selected.
selectableWith() - Method in class fdda.graphics.java2d.Point
Returns SEL_ALL.
selectableWith() - Method in class fdda.graphics.java2d.Node
Returns SEL_MOVABLES
selectableWith() - Method in class fdda.graphics.java2d.Message
Returns SEL_NOTHING.
selectableWith() - Method in class fdda.graphics.java2d.LineSegment
Returns SEL_EQUALS
selectableWith() - Method in class fdda.graphics.java2d.Line
Returns SEL_EQUALS
selectableWith() - Method in class fdda.graphics.java2d.Container
Returns the minimum of the SEL_XX values of all the components in the container.
selectAll() - Method in class fdda.dialog.swing.MainFrame
Selects all movable components
selectButton(AbstractButton) - Method in class fdda.dialog.swing.utils.ToggleButtonGroup
Selects a button.
selectButton(AbstractButton, boolean) - Method in class fdda.dialog.swing.utils.ToggleButtonGroup
Selects a button.
selectButtonSticky(AbstractButton) - Method in class fdda.dialog.swing.utils.ToggleButtonGroup
Selects a button.
selected - Variable in class fdda.graphics.java2d.Component
whether the component is selected
Selection - interface fdda.graphics.Selection.
The interface of the object which manages selected objects.
selectionChanged(SelectionEvent) - Method in class fdda.dialog.swing.MenuBar
 
selectionChanged(SelectionEvent) - Method in class fdda.dialog.swing.ButtonBar
 
selectionChanged(SelectionEvent) - Method in class fdda.dialog.swing.properties.ObjectInspector
 
selectionChanged(SelectionEvent) - Method in interface fdda.graphics.SelectionListener
Informs the listener that the selection has changed.
SelectionEvent - class fdda.graphics.SelectionEvent.
Event for changes of the selection
SelectionEvent(Object) - Constructor for class fdda.graphics.SelectionEvent
Constructor.
SelectionListener - interface fdda.graphics.SelectionListener.
Interface for listeners on the selection.
SelectionModifier - interface fdda.graphics.SelectionModifier.
Tagging interface for classes that want to modify the selection.
selectMovables() - Method in class fdda.dialog.swing.FrameControlProxy
Selects all movable components.
selectMovables() - Method in interface fdda.dialog.GraphicsControl
Selects all movable components.
selectMovables() - Method in class fdda.dialog.java2d.Java2DControl
 
Selector - class fdda.dialog.java2d.Selector.
Selects movable components in a rectangle dragged open by the user.
Selector(GraphicHolder) - Constructor for class fdda.dialog.java2d.Selector
Constructor
send() - Method in class fdda.algorithm.Message
Sends the message on its way to the receiver.
sendMessage(Node) - Method in class fdda.algorithm.Node
Sends a simple message.
sendMessage(Node, Object) - Method in class fdda.algorithm.Node
Sends a message with a payload
sendMessage(Node, Object, String) - Method in class fdda.algorithm.Node
Sends a message with a payload and a label
setActiveProject(Project) - Method in class fdda.core.impl.ProjectManagerImpl
 
setActiveProject(Project) - Method in interface fdda.core.projects.ProjectManager
Sets the currently active project.
setAlgorithm(Algorithm) - Method in class fdda.core.impl.Project
 
setAlgorithm(Algorithm) - Method in interface fdda.core.projects.Project
Assigns an algorithm to the project.
setAlgorithmDescriptions(String[]) - Method in class fdda.dialog.AlgorithmData
Sets the algorithm descriptions
setAlgorithmicNode(Node) - Method in class fdda.model.impl.Node
 
setAlgorithmicNode(Node) - Method in interface fdda.model.Node
Specifies the algorithmic representation of the node.
setAlgorithmReader(String) - Method in class fdda.dialog.Options
Sets the algorithm reader plug-in name
setAllValues(Iterator) - Method in class fdda.dialog.swing.properties.ObjTableModel
Fills the model with the values
setAskAtClosing(boolean) - Method in class fdda.dialog.Options
Sets whether the application shall ask before close
setBGColor(Color) - Method in class fdda.graphics.java2d.Painter
Sets the background color
setBrowserCommand(String) - Method in class fdda.dialog.Options
Sets the browser command
setChanged(boolean) - Method in class fdda.core.impl.Project
 
setChanged(boolean) - Method in interface fdda.graphics.GraphicalSystem
Sets whether the system was changed since the last save operation.
setChanged(boolean) - Method in class fdda.graphics.java2d.GraphicalSystem
 
setChanged(boolean) - Method in interface fdda.core.projects.Project
Sets whether the project was changed since the last save operation.
setClippingShape(Shape) - Method in class fdda.graphics.java2d.Painter
Defines the clipping shape.
setColor(Color) - Method in class fdda.algorithm.Message
Sets the color of the message.
setColor(Color) - Method in interface fdda.graphics.Message
Sets the color of the message
setColor(Color) - Method in interface fdda.graphics.Line
Sets the color of the line.
setColor(Color) - Method in class fdda.graphics.java2d.Message
 
setColor(Color) - Method in class fdda.graphics.java2d.Line
 
setComponent(Component) - Method in class fdda.graphics.java2d.GraphicalSystem.ComponentWrapper
Sets the wrapped component
setConnection(Connection) - Method in interface fdda.graphics.Line
Sets the connection that is symbolized by this line.
setConnection(Connection) - Method in class fdda.graphics.java2d.Line
 
setConnectionFailures(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of connection failures
setCoreImplementation(Core) - Static method in class fdda.core.Core
Sets the concrete implementation
setCurrentAlgorithm(String) - Method in class fdda.dialog.AlgorithmData
Sets the currently selected algorithm
setCurrentlyActiveMessages(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of currently active messages
setCurrentlyActiveNodes(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of currently active nodes
setCurrentlyPausedNodes(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of currently paused nodes
setDefaultButton(AbstractButton) - Method in class fdda.dialog.swing.utils.ToggleButtonGroup
Sets the default button.
setDefaultType(String) - Method in class fdda.algorithm.Algorithm
Sets the name of the default node type for this algorithm.
setDemoStateForActiveProject() - Method in class fdda.core.impl.ProjectManagerImpl
 
setDemoStateForActiveProject() - Method in interface fdda.core.projects.ProjectManager
Turns the currently active project into demo state.
setDescription(String) - Method in class fdda.algorithm.Algorithm
Sets the description
setDialogControl(DialogControl) - Method in class fdda.dialog.swing.OptionsDialog
Sets the dialog control
setDialogControl(DialogControl) - Method in class fdda.dialog.swing.AlgorithmDialog
Sets the dialog control
setDirected(boolean) - Method in class fdda.model.impl.Connection
 
setDirected(boolean) - Method in interface fdda.model.Connection
Specifies whether the connection is directed.
setDirected(boolean) - Method in interface fdda.graphics.Line
Sets whether the line is directed.
setDirected(boolean) - Method in class fdda.graphics.java2d.Line
 
setEditingMode(int) - Method in interface fdda.dialog.GraphicsControl
Changes the mode
setEditingMode(int) - Method in class fdda.dialog.java2d.Java2DControl
 
setEndXY(double, double) - Method in interface fdda.graphics.Line
Sets the end point of the line
setEndXY(double, double) - Method in class fdda.graphics.java2d.LineSegment
Resets the end point.
setEndXY(double, double) - Method in class fdda.graphics.java2d.Line
 
setFacet(String, Object) - Method in class fdda.model.impl.Property
 
setFacet(String, Object) - Method in interface fdda.model.Property
Sets the facet of the specified name to the specified value.
setFactory(ComponentFactory) - Static method in class fdda.graphics.ComponentFactory
Sets the factory that shall be used.
setFactory(DialogFactory) - Static method in class fdda.dialog.DialogFactory
Sets the factory and initializes the component
setFrameMode(int) - Method in class fdda.dialog.swing.FrameControlProxy
Sets the frame mode.
setGraphicalRepresentation(Message) - Method in class fdda.algorithm.Message
Sets the graphical representation of the message.
setGraphicalSystem(GraphicalSystem) - Method in class fdda.core.impl.Project
 
setGraphicalSystem(GraphicalSystem) - Method in class fdda.dialog.swing.SystemFrame
Sets the graphical system
setGraphicalSystem(GraphicalSystem) - Method in class fdda.dialog.swing.FrameControlProxy
Sets the graphical system.
setGraphicalSystem(GraphicalSystem) - Method in interface fdda.graphics.Component
Sets the system which includes the component
setGraphicalSystem(GraphicalSystem) - Method in interface fdda.dialog.GraphicsControl
Sets the graphical system that is managed
setGraphicalSystem(GraphicalSystem) - Method in class fdda.dialog.java2d.Java2DControl
 
setGraphicalSystem(GraphicalSystem) - Method in class fdda.graphics.java2d.Container
Sets the graphical system for all elements.
setGraphicalSystem(GraphicalSystem) - Method in class fdda.graphics.java2d.Component
 
setGraphicalSystem(GraphicalSystem) - Method in interface fdda.core.projects.Project
Sets the graphical system of the project.
setGraphicHolder(GraphicHolder) - Method in interface fdda.dialog.java2d.Manipulator
Sets the object holding the graphics
setGraphicHolder(GraphicHolder) - Method in class fdda.dialog.java2d.AbstractManipulator
 
setGraphicHolder(GraphicHolder) - Method in class fdda.graphics.java2d.GraphicalSystem
sets the graphic holder for the system
setGridMEntry(boolean) - Method in class fdda.dialog.swing.MenuBar
Selects the grid entry
setGridWidth(int) - Method in class fdda.dialog.Options
Sets the grid width
sethelpText(String) - Method in class fdda.dialog.swing.properties.PanelRenderer
Sets the short help text
setID(Integer) - Method in class fdda.graphics.java2d.GraphicalSystem.ComponentWrapper
Sets the ID
setInternalSubset(String) - Method in class fdda.plugins.xmlreader.DOCTYPEChangerStream
Use this method to set the internal subset identified by the DOCTYPE declaration.
setKnownAlgorithms(String[]) - Method in class fdda.dialog.AlgorithmData
Sets the known algorithms
setLabel(String) - Method in class fdda.algorithm.Node
Sets the label of the node.
setLabel(String) - Method in class fdda.algorithm.Message
Sets the label of the message.
setLabel(String) - Method in class fdda.model.impl.Node
 
setLabel(String) - Method in interface fdda.model.Node
Sets the label of the node.
setLine(Line) - Method in class fdda.graphics.java2d.Point
Sets the line that contains the point.
setLocale(Locale) - Static method in class fdda.utils.Localization
Sets the locale that is used.
setLocation(String) - Method in class fdda.plugins.xmlwriter.ProjectInformationImpl
Sets the project location
setLocation(String) - Method in class fdda.core.impl.Project
 
setLocation(String) - Method in class fdda.plugins.xmlreader.ProjectInformationImpl
Sets the location
setLocation(String) - Method in interface fdda.core.projects.Project
Sets the location where the project is stored, e.g. a file path.
setMainFrame(MainFrame) - Method in class fdda.dialog.swing.WindowManager
Sets the main frame
setMessageSpeed(String) - Method in class fdda.dialog.Options
Sets the message speed
setMinCycleTime(String) - Method in class fdda.dialog.Options
Sets the minimum cycle time
setModelNode(Node) - Method in class fdda.algorithm.Node
Sets the model node.
setModelNode(Node) - Method in interface fdda.graphics.Node
Sets the model node which is symbolized by this node.
setModelNode(Node) - Method in class fdda.graphics.java2d.Node
 
setModifiable(boolean) - Method in class fdda.model.impl.Property
 
setModifiable(boolean) - Method in interface fdda.model.Property
Specifies whether the property shall be modifiable by the user
setModState() - Method in class fdda.core.impl.ProjectManagerImpl
 
setModState() - Method in interface fdda.core.projects.ProjectManager
Returns to the modelling state.
setName(String) - Method in class fdda.algorithm.Algorithm
Sets the name of the algorithm
setName(String) - Method in class fdda.plugins.xmlwriter.ProjectInformationImpl
Sets the project name
setName(String) - Method in class fdda.core.impl.Project
Sets the name of the project
setName(String) - Method in class fdda.plugins.xmlreader.ProjectInformationImpl
Sets the name
setNodeFailures(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of node failures
setNotification(Notification) - Static method in class fdda.utils.Notification
Initializes the component by specifying the subclass that shows the messages.
setOInspectorButton(boolean) - Method in class fdda.dialog.swing.ButtonBar
Sets the status of the properties button
setOInspectorMEntry(boolean) - Method in class fdda.dialog.swing.MenuBar
Informs the window that the property editor was shown or hidden
setPainter(Painter) - Method in class fdda.dialog.java2d.Java2DControl.ZoomablePanel
Sets the painter used to paint the system
setPayload(Object) - Method in class fdda.algorithm.Message
Sets the payload of the message.
setPossibleAlgorithmReaders(Set) - Method in class fdda.dialog.Options
Sets the possible algorithm reader choices
setPossibleReaders(Set) - Method in class fdda.dialog.Options
Sets the possible system reader choices
setPossibleWriters(Set) - Method in class fdda.dialog.Options
Sets the possible system writer choices
setPresentConnections(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of present connections
setPresentNodes(int) - Method in class fdda.core.impl.StatisticsImpl
Sets the number of present nodes
setPrimaryColor(Color) - Method in class fdda.algorithm.Node
Sets the primary color of the node.
setPrimaryColor(Color) - Method in interface fdda.graphics.Node
Sets the main color of the node.
setPrimaryColor(Color) - Method in class fdda.graphics.java2d.Node
 
setProcessingTime(Date) - Method in class fdda.plugins.xmlwriter.ProjectInformationImpl
Sets the processing time
setProcessingTime(Date) - Method in class fdda.plugins.xmlreader.ProjectInformationImpl
Sets the processing time
setProject(Project) - Method in interface fdda.graphics.GraphicalSystem
Sets the project which includes this graphical system.
setProject(Project) - Method in class fdda.graphics.java2d.GraphicalSystem
 
setPropertyHolder(PropertyHolder) - Method in class fdda.model.impl.Property
 
setPropertyHolder(PropertyHolder) - Method in interface fdda.model.Property
Sets the PropertyHolder that holds the property.
setPublicIdentifier(String) - Method in class fdda.plugins.xmlreader.DOCTYPEChangerStream
Use setPublicIdentifier to set the public identifer identified by the DOCTYPE declaration.
setRealMessage(Message) - Method in interface fdda.graphics.Message
Sets the underlying message of the algorithm
setRealMessage(Message) - Method in class fdda.graphics.java2d.Message
 
setReplace(boolean) - Method in class fdda.plugins.xmlreader.DOCTYPEChangerStream
Use setReplace to indicate whether to replace the DOCTYPE declarations for documents that already have one.
setRootElement(String) - Method in class fdda.plugins.xmlreader.DOCTYPEChangerStream
Use setRootElement to set the root element identified by the DOCTYPE declaration.
setSecondaryColor(Color) - Method in class fdda.algorithm.Node
Sets the secondary color of the node.
setSecondaryColor(Color) - Method in interface fdda.graphics.Node
Sets the secondary color of the node.
setSecondaryColor(Color) - Method in class fdda.graphics.java2d.Node
 
setSelectedAction(int) - Method in class fdda.dialog.swing.FrameControlProxy
Sets the action selected by the user
setSelectedAction(int) - Method in interface fdda.dialog.GraphicsControl
Selects an action for the user
setSelectedAction(int) - Method in class fdda.dialog.java2d.Java2DControl
 
setSide(int) - Method in class fdda.dialog.swing.utils.SizeableToolbar
Sets the side on which the toolbar shall be shown (a constant)
setSourceName(int, String) - Static method in class fdda.utils.Notification
Sets the description / name for a certain source.
setStartAction(int) - Method in class fdda.dialog.Options
Sets the start action
setState(int) - Method in class fdda.core.impl.Project
Sets the current state of the project (MOD or DEMONSTRATION)
setStatisticsDialogControl(StatisticsDialogControl) - Method in class fdda.dialog.swing.StatisticsDialog
 
setSystemFrameButtons(int) - Method in class fdda.dialog.swing.ButtonBar
Informs the button bar about the type of a system frame
setSystemFrameMEntrys(int) - Method in class fdda.dialog.swing.MenuBar
Informs the menu about the type of the window
setSystemIdentifier(String) - Method in class fdda.plugins.xmlreader.DOCTYPEChangerStream
Use setSystemIdentifier to set the public identifer identified by the DOCTYPE declaration.
setSystemLocation(String) - Method in class fdda.plugins.xmlwriter.ProjectWriter
Defines where the project shall be saved (alternative to performUI). If the given location (e.g. a file path) can't be used, false is returned. The location must be a file name or path and end with ".xml".
setSystemLocation(String) - Method in interface fdda.plugins.SystemWriter
Defines where the project shall be saved (alternative to performUI).
setSystemLocation(String) - Method in interface fdda.plugins.SystemReader
Sets the storage location of the project.
setSystemLocation(String) - Method in class fdda.plugins.xmlreader.ProjectReader
 
setSystemReader(String) - Method in class fdda.dialog.Options
Sets the system reader plug-in name
setSystemWriter(String) - Method in class fdda.dialog.Options
Sets the system writer plug-in name
setType(String) - Method in class fdda.algorithm.Node
Sets the type of the node.
setValueAt(int, Object) - Method in class fdda.model.impl.Property
 
setValueAt(int, Object) - Method in interface fdda.model.Property
Changes the specified value to the new value.
setVisible(boolean) - Method in class fdda.model.impl.Property
 
setVisible(boolean) - Method in interface fdda.model.Property
Specifies whether the property shall be visible to the user.
setWindowMenu(JMenu, int) - Method in class fdda.dialog.swing.WindowManager
Tells the WindowManager about the window menu and its current number of entries.
setWorking(boolean) - Method in class fdda.model.impl.WorkingPart
 
setWorking(boolean) - Method in interface fdda.model.WorkingPart
Sets whether the part is currently working.
setWorking(boolean) - Method in interface fdda.graphics.WorkingPart
Sets whether the component is working.
setWorking(boolean) - Method in class fdda.graphics.java2d.Node
 
setWorking(boolean) - Method in class fdda.graphics.java2d.Line
 
setXY(double, double) - Method in interface fdda.graphics.Component
Sets the coordinates of the component (or of its most prominent point).
setXY(double, double) - Method in class fdda.graphics.java2d.LineSegment
 
setXY(double, double) - Method in class fdda.graphics.java2d.Line
 
setXY(double, double) - Method in class fdda.graphics.java2d.Component
 
SF_NONE - Static variable in class fdda.dialog.swing.SystemFrame
constant: no window open
SF_PROJECT - Static variable in class fdda.dialog.swing.SystemFrame
constant: project frame
shallAskAtClosing() - Method in class fdda.dialog.Options
Returns whether the application shall ask before close
shape - Variable in class fdda.graphics.java2d.Component
the shape of the component
shouldSelectCell(EventObject) - Method in class fdda.dialog.swing.properties.PanelEditor
 
SHOW_ALG_READER_CONFIG - Static variable in interface fdda.dialog.OptionsCommands
command: configure the algorithm reader plug-in
SHOW_SYSTEM_READER_CONFIG - Static variable in interface fdda.dialog.OptionsCommands
command: configure the system reader plug-in
SHOW_SYSTEM_WRITER_CONFIG - Static variable in interface fdda.dialog.OptionsCommands
command: configure the system writer plug-in
showAboutDialog() - Method in class fdda.dialog.DialogFactory
Displays the about dialog.
showAboutDialog() - Method in class fdda.dialog.java2d.Java2DFactory
 
showAlgorithmDialog() - Method in class fdda.dialog.DialogFactory
Displays the algorithm selection dialog.
showAlgorithmDialog() - Method in class fdda.dialog.java2d.Java2DFactory
 
showDialog() - Method in class fdda.plugins.xmlwriter.SwingWriterOptions
Shows the dialog.
showDialog() - Method in class fdda.plugins.xmlreader.SwingReaderOptions
Shows the dialog.
showDialog() - Method in class fdda.plugins.xmlreader.SwingAlgReaderOptions
Shows the dialog.
showGrid(boolean) - Method in class fdda.dialog.swing.MainFrame
Sets the visibility of the grid.
showInfo() - Method in class fdda.dialog.swing.MainFrame
Shows the about dialog
showMessage(int, int, String, String, String[]) - Method in class fdda.utils.Notification
Delegate the showing of the message to a subclass.
showMessage(int, int, String, String, String[]) - Method in class fdda.dialog.swing.utils.Notification
 
showObjectInspector(boolean) - Method in class fdda.dialog.swing.MainFrame
Shows or hides the property editor
showOptionsDialog() - Method in class fdda.dialog.swing.MainFrame
Shows the options dialog
showOptionsDialog() - Method in class fdda.dialog.DialogFactory
Displays the options dialog.
showOptionsDialog() - Method in class fdda.dialog.java2d.Java2DFactory
 
showStatistics() - Method in class fdda.dialog.swing.MainFrame
Shows the statistics dialog.
showStatisticsDialog(Statistics) - Method in class fdda.dialog.DialogFactory
Displays an instance of the statistics dialog.
showStatisticsDialog(Statistics) - Method in class fdda.dialog.java2d.Java2DFactory
 
SimpleFileFilter - class fdda.dialog.swing.utils.SimpleFileFilter.
A file filter for JFileChooser.
SimpleFileFilter() - Constructor for class fdda.dialog.swing.utils.SimpleFileFilter
Constructor
SimpleFileFilter(String) - Constructor for class fdda.dialog.swing.utils.SimpleFileFilter
Constructor with allowed extension.
SizeableToolbar - class fdda.dialog.swing.utils.SizeableToolbar.
A special toolbar.
SizeableToolbar() - Constructor for class fdda.dialog.swing.utils.SizeableToolbar
Constructor
sleep() - Method in class fdda.algorithm.Node
Deactivates the node.
sleepTime(long) - Method in class fdda.algorithm.Node
Deactivates the node for a certain time.
SPEED_PROPERTY_NAME - Static variable in interface fdda.model.Connection
the name of the property that determines the speed of the connection
start() - Method in class fdda.algorithm.NodeAdapter
 
start() - Method in class fdda.algorithm.Node
If the node is marked 'active' in the property window, this method is called once at the start of the demonstration.
start() - Method in class fdda.core.impl.DemonstratorImpl
Starts the demonstration thread.
start(Component) - Method in class fdda.dialog.java2d.Selector
Calculates the starting point from the component.
start(Component) - Method in class fdda.dialog.java2d.PointCreator
 
start(Component) - Method in class fdda.dialog.java2d.NodeCreator
 
start(Component) - Method in class fdda.dialog.java2d.Mover
 
start(Component) - Method in interface fdda.dialog.java2d.Manipulator
Starts the action, using the specified component
start(Component) - Method in class fdda.dialog.java2d.LineCreator
 
start(Component) - Method in class fdda.dialog.java2d.Deleter
 
start(double, double) - Method in class fdda.dialog.java2d.Selector
 
start(double, double) - Method in class fdda.dialog.java2d.PointCreator
 
start(double, double) - Method in class fdda.dialog.java2d.NodeCreator
 
start(double, double) - Method in class fdda.dialog.java2d.Mover
The current selection is used as the component to move.
start(double, double) - Method in interface fdda.dialog.java2d.Manipulator
Starts the action.
start(double, double) - Method in class fdda.dialog.java2d.LineCreator
 
start(double, double) - Method in class fdda.dialog.java2d.Deleter
 
start(Project, GraphicsControl) - Method in interface fdda.core.demonstration.Demonstration
Starts the demonstration of a project.
start(Project, GraphicsControl) - Method in class fdda.core.impl.DemonstrationImpl
 
startCycle() - Method in interface fdda.dialog.MessageControl
Indicates that a new cycle of the demo has begun.
startCycle() - Method in class fdda.dialog.java2d.Java2DMessageControl
 
startDemonstration() - Method in class fdda.dialog.swing.MainFrame
Starts the demonstration.
STATE_DEMONSTRATION - Static variable in interface fdda.core.projects.Project
demonstration state
STATE_MOD - Static variable in interface fdda.core.projects.Project
modelling state
Statistics - interface fdda.core.demonstration.Statistics.
Contains statistics about a demonstration - either currently running or already run and stopped.
StatisticsDialog - class fdda.dialog.swing.StatisticsDialog.
Non-modal dialog that shows statistics about the last demonstration of a project.
StatisticsDialog(Frame) - Constructor for class fdda.dialog.swing.StatisticsDialog
Constructor
StatisticsDialogControl - class fdda.dialog.StatisticsDialogControl.
Controls the statistics dialog.
StatisticsDialogControl(Dialog, Statistics) - Constructor for class fdda.dialog.StatisticsDialogControl
Constructor
StatisticsImpl - class fdda.core.impl.StatisticsImpl.
Implementation of statistics interface.
StatisticsImpl() - Constructor for class fdda.core.impl.StatisticsImpl
Constructor
stop() - Method in class fdda.core.impl.DemonstratorImpl
Stops the demonstration.
stop(Project) - Method in interface fdda.core.demonstration.Demonstration
Stops the demonstration of a project.
stop(Project) - Method in class fdda.core.impl.DemonstrationImpl
 
stopCellEditing() - Method in class fdda.dialog.swing.properties.PanelEditor
 
stopDemonstration() - Method in class fdda.dialog.swing.MainFrame
Stops the demonstration.
StringEditor - class fdda.propertyTypes.implementations.StringEditor.
Editor for strings - uses a textfield.
StringEditor(Property, Object, StringGenerator) - Constructor for class fdda.propertyTypes.implementations.StringEditor
Default constructor.
StringGenerator - class fdda.propertyTypes.implementations.StringGenerator.
Generator for string values.
StringGenerator() - Constructor for class fdda.propertyTypes.implementations.StringGenerator
Default constructor.
stringHeight() - Method in class fdda.dialog.java2d.Java2DControl
 
stringHeight() - Method in interface fdda.dialog.java2d.GraphicHolder
Returns the height of a (any) string in the current graphics context.
StringType - class fdda.propertyTypes.StringType.
Type 'String' for properties.
StringType() - Constructor for class fdda.propertyTypes.StringType
 
stringWidth(String) - Method in class fdda.dialog.java2d.Java2DControl
 
stringWidth(String) - Method in interface fdda.dialog.java2d.GraphicHolder
Returns the width of a string in the current graphics context.
SwingAlgReaderOptions - class fdda.plugins.xmlreader.SwingAlgReaderOptions.
A dialog where the user can select the default path.
SwingAlgReaderOptions() - Constructor for class fdda.plugins.xmlreader.SwingAlgReaderOptions
Constructor
SwingGraphicsControl - interface fdda.dialog.swing.SwingGraphicsControl.
Small addition to the GraphicsControl interface.
SwingReaderOptions - class fdda.plugins.xmlreader.SwingReaderOptions.
A dialog where the user can select the default path.
SwingReaderOptions() - Constructor for class fdda.plugins.xmlreader.SwingReaderOptions
Constructor
SwingWriterOptions - class fdda.plugins.xmlwriter.SwingWriterOptions.
A dialog where the user can select the default path.
SwingWriterOptions() - Constructor for class fdda.plugins.xmlwriter.SwingWriterOptions
Constructor
SYSTEM_READER - Static variable in interface fdda.plugins.Plugin
Plug-in type: loads projects
SYSTEM_WRITER - Static variable in interface fdda.plugins.Plugin
Plug-in type: saves projects
SystemFrame - class fdda.dialog.swing.SystemFrame.
An internal frame that contains a graphical system.
SystemFrame(String) - Constructor for class fdda.dialog.swing.SystemFrame
Constructor
systemIdentifier - Variable in class fdda.plugins.xmlreader.DOCTYPEChangerStream
 
SystemReader - interface fdda.plugins.SystemReader.
Interface for plug-ins that load projects.
SystemWriter - interface fdda.plugins.SystemWriter.
Interface for plug-ins that store projects.

A B C D E F G H I J L M N O P Q R S T U V W X Y Z
API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.