Serialized Form
-
Package com.jgoodies.forms.debug
-
Class com.jgoodies.forms.debug.FormDebugPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
gridColor
java.awt.Color gridColor
Holds the color used to paint the debug grid. -
paintDiagonals
boolean paintDiagonals
Specifies whether the container's diagonals should be painted. -
paintInBackground
boolean paintInBackground
Specifies whether the grid shall be painted in the background. Is off by default and so the grid is painted in the foreground.
-
-
-
-
Package com.jgoodies.forms.layout
-
Class com.jgoodies.forms.layout.CellConstraints extends java.lang.Object implements Serializable
-
Serialized Fields
-
gridHeight
int gridHeight
Describes the component's vertical grid extent (number of cells). -
gridWidth
int gridWidth
Describes the component's horizontal grid extend (number of cells). -
gridX
int gridX
Describes the component's horizontal grid origin (starts at 1). -
gridY
int gridY
Describes the component's vertical grid origin (starts at 1). -
hAlign
CellConstraints.Alignment hAlign
Describes the component's horizontal alignment. -
insets
java.awt.Insets insets
Describes the component'sInsets
in it's display area. -
vAlign
CellConstraints.Alignment vAlign
Describes the component's vertical alignment.
-
-
-
Class com.jgoodies.forms.layout.CellConstraints.Alignment extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.ColumnSpec extends FormSpec implements Serializable
-
Class com.jgoodies.forms.layout.ConstantSize extends java.lang.Object implements Serializable
-
Serialized Fields
-
unit
ConstantSize.Unit unit
-
value
double value
-
-
-
Class com.jgoodies.forms.layout.ConstantSize.Unit extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.FormLayout extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
In addition to the default serialization mechanism this class invalidates the component size cache. The cache will be populated again after the deserialization. Also, the fieldscolComponents
androwComponents
have been marked as transient to exclude them from the serialization.- Throws:
java.io.IOException
-
-
Serialized Fields
-
colGroupIndices
int[][] colGroupIndices
Holds the column groups as an array of arrays of column indices. -
colSpecs
java.util.List colSpecs
Holds the column specifications. -
componentSizeCache
com.jgoodies.forms.layout.FormLayout.ComponentSizeCache componentSizeCache
Caches component minimum and preferred sizes. All requests for component sizes shall be directed to the cache. -
constraintMap
java.util.Map constraintMap
Maps components to their associatedCellConstraints
. -
minimumHeightMeasure
com.jgoodies.forms.layout.FormLayout.Measure minimumHeightMeasure
-
minimumWidthMeasure
com.jgoodies.forms.layout.FormLayout.Measure minimumWidthMeasure
These functional objects are used to measure component sizes. They abstract from horizontal and vertical orientation and so, allow to implement the layout algorithm for both orientations with a single set of methods. -
preferredHeightMeasure
com.jgoodies.forms.layout.FormLayout.Measure preferredHeightMeasure
-
preferredWidthMeasure
com.jgoodies.forms.layout.FormLayout.Measure preferredWidthMeasure
-
rowGroupIndices
int[][] rowGroupIndices
Holds the row groups as an array of arrays of row indices. -
rowSpecs
java.util.List rowSpecs
Holds the row specifications.
-
-
-
Class com.jgoodies.forms.layout.FormSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultAlignment
FormSpec.DefaultAlignment defaultAlignment
Holds the default alignment that will be used if a cell does not override this default. -
resizeWeight
double resizeWeight
Holds the resize weight; is 0 if not used. -
size
Size size
Holds the size that describes how to size this column or row.
-
-
-
Class com.jgoodies.forms.layout.FormSpec.DefaultAlignment extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.RowSpec extends FormSpec implements Serializable
-
-
Package com.microstar.xml
-
Class com.microstar.xml.XmlException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_cause
java.lang.Throwable _cause
-
_column
int _column
-
_line
int _line
-
_message
java.lang.String _message
-
_systemId
java.lang.String _systemId
-
-
-
-
Package com.microstar.xml.demo
-
Class com.microstar.xml.demo.XmlApplet extends java.applet.Applet implements Serializable
-
Serialized Fields
-
buttonPanel
java.awt.Panel buttonPanel
-
isApplet
boolean isApplet
Flag to show whether we're running as an applet or application. -
parser
XmlParser parser
-
startButton
java.awt.Button startButton
-
textArea
java.awt.TextArea textArea
-
-
-
-
Package diva.canvas
-
Class diva.canvas.JCanvas extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
_canvasPane
CanvasPane _canvasPane
The contained canvas pane. -
_horizontalRangeModel
javax.swing.DefaultBoundedRangeModel _horizontalRangeModel
range model to control the horizontal movement of the model -
_offscreen
java.awt.image.BufferedImage _offscreen
The off-screen image. -
_verticalRangeModel
javax.swing.DefaultBoundedRangeModel _verticalRangeModel
range model to control the vertical movement of the model
-
-
-
-
Package diva.canvas.connector
-
Class diva.canvas.connector.ConnectorEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
_connector
Connector _connector
The connector that is being operated on.- See Also:
ConnectorEvent.getConnector()
-
_end
int _end
The end this event concerns.- See Also:
ConnectorEvent.getEnd()
-
_id
int _id
The event ID.- See Also:
ConnectorEvent.getID()
-
_target
Figure _target
The target figure- See Also:
ConnectorEvent.getTarget()
-
-
-
-
Package diva.canvas.event
-
Class diva.canvas.event.LayerEvent extends java.awt.event.MouseEvent implements Serializable
-
Serialized Fields
-
_backingEvent
java.awt.event.MouseEvent _backingEvent
The event that this event was constructed from. -
_figureSource
Figure _figureSource
The figure source -
_layerSource
CanvasLayer _layerSource
The layer source -
_layerX
double _layerX
The x coordinate. -
_layerY
double _layerY
The y coordinate.
-
-
-
-
Package diva.canvas.interactor
-
Class diva.canvas.interactor.SelectionEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
_added
java.lang.Object[] _added
The objects added to the selection. -
_primary
java.lang.Object _primary
The primary selected object. -
_removed
java.lang.Object[] _removed
The objects removed from the selection.
-
-
-
-
Package diva.graph
-
Class diva.graph.GraphEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
_id
int _id
- See Also:
GraphEvent.getID()
-
_oldValue
java.lang.Object _oldValue
- See Also:
GraphEvent.getOldValue()
-
_target
java.lang.Object _target
The value of the event.
-
-
-
Class diva.graph.GraphException extends java.lang.RuntimeException implements Serializable
-
Class diva.graph.GraphViewEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
_id
int _id
- See Also:
GraphViewEvent.getID()
-
_oldValue
java.lang.Object _oldValue
- See Also:
GraphViewEvent.getOldValue()
-
_target
java.lang.Object _target
The value of the event.
-
-
-
Class diva.graph.JGraph extends JCanvas implements Serializable
-
-
Package diva.graph.basic
-
Class diva.graph.basic.BasicGraphDemoApplet extends AppletContext implements Serializable
-
Class diva.graph.basic.BubbleGraphDemoApplet extends AppletContext implements Serializable
-
-
Package diva.graph.tutorial
-
Class diva.graph.tutorial.EditorTutorial.LayoutWidget extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_applyBtn
javax.swing.JButton _applyBtn
Button to apply the layout. -
_configMap
java.util.HashMap _configMap
Mapping from layout object to configuration widget. -
_graph
java.lang.Object _graph
The graph that will be layed out. -
_layoutList
javax.swing.JComboBox _layoutList
List that user selects from to choose the layout. -
_nameMap
java.util.HashMap _nameMap
Mapping from layout name to layout object.
-
-
-
-
Package diva.gui
-
Class diva.gui.AppletContext extends javax.swing.JApplet implements Serializable
-
Class diva.gui.ApplicationContext extends javax.swing.JFrame implements Serializable
-
Class diva.gui.BasicFrame extends ApplicationContext implements Serializable
-
Class diva.gui.ViewEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
_id
int _id
The event type.
-
-
-
-
Package diva.gui.toolbox
-
Class diva.gui.toolbox.FigureIcon extends javax.swing.ImageIcon implements Serializable
-
Class diva.gui.toolbox.JCanvasPalette extends JCanvas implements Serializable
-
Class diva.gui.toolbox.JCanvasPanner extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_target
JCanvas _target
The target window that is being wrapped.
-
-
-
Class diva.gui.toolbox.JContextMenu extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_target
java.lang.Object _target
-
-
-
Class diva.gui.toolbox.JPalette extends javax.swing.JPanel implements Serializable
-
Class diva.gui.toolbox.JPanner extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_listener
diva.gui.toolbox.JPanner.ScrollListener _listener
The scrolling listener; -
_scaleMouseListener
diva.gui.toolbox.JPanner.ScaleMouseListener _scaleMouseListener
The mouse listener on the panner that is responsible for scaling. -
_target
javax.swing.JViewport _target
The target window that is being wrapped.
-
-
-
Class diva.gui.toolbox.JPseudoFrame extends javax.swing.JComponent implements Serializable
-
Class diva.gui.toolbox.JShadePane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_selectedIndex
int _selectedIndex
The selected index. -
_shades
java.util.ArrayList _shades
The shades in this pane.
-
-
-
Class diva.gui.toolbox.JStatusBar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_message
javax.swing.JLabel _message
The label that displays the status message. -
_messageBorder
javax.swing.border.Border _messageBorder
The border around the message -
_progress
javax.swing.JProgressBar _progress
The progress bar associated with this status bar
-
-
-
Class diva.gui.toolbox.JTreePane extends javax.swing.JSplitPane implements Serializable
-
Serialized Fields
-
_defaultPanel
javax.swing.JPanel _defaultPanel
The panel that is used when the component gets set to null. -
_scrollPane
javax.swing.JScrollPane _scrollPane
The ScrollPane around the tree. -
_scrollPaneSize
java.awt.Dimension _scrollPaneSize
The preferred size of the scrollpane. This is required because the splitpane doesn't remember it's size if we change the component that is in it, unless we give it a preferred size. -
_selectedTitle
java.lang.String _selectedTitle
The selected title. -
_tree
javax.swing.JTree _tree
The Tree.
-
-
-
Class diva.gui.toolbox.ListDataModel extends javax.swing.DefaultComboBoxModel implements Serializable
-
-
Package diva.gui.tutorial
-
Class diva.gui.tutorial.AppletTutorial extends AppletContext implements Serializable
-
-
Package diva.util.jester
-
Class diva.util.jester.TestFailedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
first
java.lang.Object first
One of the objects involved in the failed test. -
second
java.lang.Object second
Another of the objects involved in the failed test.
-
-
-
-
Package org.json
-
Class org.json.JSONException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
Package org.ptolemy.commons
-
Class org.ptolemy.commons.FutureValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
_exception
java.lang.Throwable _exception
The exception to throw from get() -
_result
V _result
The result to return from get() -
_state
int _state
The current state of the future
-
-
-
Class org.ptolemy.commons.ThreeDigitVersionSpecification extends VersionSpecification implements Serializable
- serialVersionUID:
- -383837397410414307L
-
Serialized Fields
-
_major
int _major
-
_micro
int _micro
-
_minor
int _minor
-
_qualifiers
java.lang.String[] _qualifiers
An optional array of arbitrary version qualifiers
-
-
Class org.ptolemy.commons.VersionSpecification extends java.lang.Object implements Serializable
- serialVersionUID:
- 4728405057895700793L
-
Serialized Fields
-
_versionString
java.lang.String _versionString
The version string.
-
-
-
Package org.ptolemy.fmi
-
Class org.ptolemy.fmi.NativeSizeT extends com.sun.jna.IntegerType implements Serializable
-
-
Package ptolemy.actor
-
Class ptolemy.actor.InvariantViolationException extends IllegalActionException implements Serializable
-
Class ptolemy.actor.NoRoomException extends KernelRuntimeException implements Serializable
-
Class ptolemy.actor.NoTokenException extends KernelRuntimeException implements Serializable
-
Class ptolemy.actor.TypeConflictException extends KernelException implements Serializable
-
Serialized Fields
-
_inequalities
java.util.List _inequalities
-
-
-
Class ptolemy.actor.TypedIOPort.RunTimeTypeCheckException extends IllegalActionException implements Serializable
-
Serialized Fields
-
_port
TypedIOPort _port
-
_token
Token _token
-
-
-
-
Package ptolemy.actor.gt
-
Class ptolemy.actor.gt.GraphAnalyzer.IndexedList extends Pair<java.util.List<?>,java.lang.Integer> implements Serializable
-
Class ptolemy.actor.gt.GraphTransformationException extends KernelException implements Serializable
-
Class ptolemy.actor.gt.GTIngredientList extends java.util.LinkedList<GTIngredient> implements Serializable
-
Serialized Fields
-
_owner
GTIngredientsAttribute _owner
The attribute that contain this list of ingredients.
-
-
-
Class ptolemy.actor.gt.IterativeParameter.ConstraintViolationException extends IllegalActionException implements Serializable
-
Class ptolemy.actor.gt.MalformedStringException extends KernelException implements Serializable
-
Class ptolemy.actor.gt.TransformationException extends KernelException implements Serializable
-
Class ptolemy.actor.gt.ValidationException extends KernelException implements Serializable
-
-
Package ptolemy.actor.gt.data
-
Class ptolemy.actor.gt.data.MatchResult extends SequentialTwoWayHashMap<java.lang.Object,java.lang.Object> implements Serializable
-
Serialized Fields
-
_parameterValues
SequentialTwoWayHashMap<ValueIterator,Token> _parameterValues
The assignment of values to the parameters.
-
-
-
Class ptolemy.actor.gt.data.Pair extends Tuple<java.lang.Object> implements Serializable
-
Class ptolemy.actor.gt.data.SequentialTwoWayHashMap extends TwoWayHashMap<K,V> implements Serializable
-
Serialized Fields
-
_keySequence
java.util.List<K> _keySequence
The sequence of the keys, sorted in the order in which they are added to this two-way hash map.
-
-
-
Class ptolemy.actor.gt.data.Tuple extends java.util.LinkedList<E> implements Serializable
-
Class ptolemy.actor.gt.data.TwoWayHashMap extends java.util.HashMap<K,V> implements Serializable
-
-
Package ptolemy.actor.gui
-
Class ptolemy.actor.gui.ArrayOfRecordsPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
table
javax.swing.JTable table
The table representing the matrix.
-
-
-
Class ptolemy.actor.gui.ArrayOfRecordsPane.ArrayAsTable extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
_array
ArrayToken _array
The array for which a Table Model is created. -
_columns
java.util.List<java.lang.String> _columns
The column names found in the array.
-
-
-
Class ptolemy.actor.gui.Configurer extends javax.swing.JPanel implements Serializable
-
Class ptolemy.actor.gui.Console.ConsoleFrame extends TextEditor implements Serializable
-
Class ptolemy.actor.gui.DebugListenerTableau.DebugListenerFrame extends TextEditor implements Serializable
-
Class ptolemy.actor.gui.EditParametersDialog extends ComponentDialog implements Serializable
-
Class ptolemy.actor.gui.ExpressionShellFrame extends TableauFrame implements Serializable
-
Class ptolemy.actor.gui.HTMLViewer extends TableauFrame implements Serializable
-
Serialized Fields
-
_base
java.net.URL _base
The base as specified by setBase(). -
_scroller
javax.swing.JScrollPane _scroller
The main scroll pane. -
pane
javax.swing.JEditorPane pane
The text pane.
-
-
-
Class ptolemy.actor.gui.JVMTableau.JVMFrame extends PtolemyFrame implements Serializable
-
Class ptolemy.actor.gui.MatrixPane extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
table
javax.swing.JTable table
The table representing the matrix. Methods in the class referred to by this field should only be invoked from the Swing event thread. See SwingUtilities.invokeLater().
-
-
-
Class ptolemy.actor.gui.ModelFrame extends PtolemyFrame implements Serializable
-
Serialized Fields
-
_pane
ModelPane _pane
-
_previousState
Manager.State _previousState
The previous state of the manager, to avoid reporting it if it hasn't changed. -
_previousStatusMessage
java.lang.String _previousStatusMessage
The Manager status message from the previous state.
-
-
-
Class ptolemy.actor.gui.ModelPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_buttonPanel
javax.swing.JPanel _buttonPanel
-
_controlPanel
javax.swing.JPanel _controlPanel
-
_directorQuery
Configurer _directorQuery
-
_displays
java.awt.Container _displays
A panel into which to place model displays. -
_goButton
javax.swing.JButton _goButton
-
_layout
int _layout
-
_manager
Manager _manager
-
_model
CompositeActor _model
-
_parameterQuery
Configurer _parameterQuery
-
_pauseButton
javax.swing.JButton _pauseButton
-
_resumeButton
javax.swing.JButton _resumeButton
-
_show
int _show
-
_stopButton
javax.swing.JButton _stopButton
-
-
-
Class ptolemy.actor.gui.MoMLApplet extends PtolemyApplet implements Serializable
-
Serialized Fields
-
_fragment
java.lang.String _fragment
The fragment of the modelURL, if any. This field is set after _readMoMLAppletParameter() is called. -
_modelURL
java.lang.String _modelURL
The modelURL. This field is set after _readMoMLAppletParameter() is called.
-
-
-
Class ptolemy.actor.gui.OpenInstanceDialog extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_columnNames
java.util.ArrayList _columnNames
List of names of columns that will be used for this target. -
_parameters
java.util.List _parameters
The target parameter list. -
_parameterTable
javax.swing.JTable _parameterTable
Table of parameters. -
_parameterTableModel
ptolemy.actor.gui.OpenInstanceDialog.ParametersTableModel _parameterTableModel
The table model.
-
-
-
Class ptolemy.actor.gui.PlotTableauFrame extends TableauFrame implements Serializable
-
Serialized Fields
-
_directory
java.io.File _directory
Directory that contains the input file. -
_editMenu
javax.swing.JMenu _editMenu
Edit menu for this frame. -
_exportGIFAction
javax.swing.Action _exportGIFAction
The export to GIF action. -
_exportPDFAction
javax.swing.Action _exportPDFAction
The export to PDF action. -
_exportPNGAction
javax.swing.Action _exportPNGAction
The export to PNG action. -
_file
java.io.File _file
The input file. -
_specialMenu
javax.swing.JMenu _specialMenu
Special menu for this frame. -
plot
PlotBox plot
The plot object held by this frame.
-
-
-
Class ptolemy.actor.gui.PlotTableauFrame.ExportImageAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_formatName
java.lang.String _formatName
-
-
-
Class ptolemy.actor.gui.PortConfigurer extends Query implements Serializable
-
Serialized Fields
-
_cardinals
java.lang.String[] _cardinals
Deprecated. -
_changed
java.util.Set _changed
Deprecated. -
_object
Entity _object
Deprecated. -
_optionsArray
java.lang.String[] _optionsArray
Deprecated.
-
-
-
Class ptolemy.actor.gui.PortConfigurerDialog extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_addButton
javax.swing.JButton _addButton
The various buttons. -
_applyButton
javax.swing.JButton _applyButton
The various buttons. -
_applyChangeRequestFailed
boolean _applyChangeRequestFailed
True if the change request in _apply() failed -
_columnNames
java.util.ArrayList _columnNames
List of names of columns that will be used for this target. -
_hideAllPorts
boolean _hideAllPorts
When you click on the "Hide" column header, toggle this value.- See Also:
PortConfigurerDialog.PortTableModel.toggleHidePorts()
-
_jth
javax.swing.table.JTableHeader _jth
JTableHeader of _portTable. MouseListener is added to this. -
_portLocationComboBox
javax.swing.JComboBox _portLocationComboBox
The combination box used to select the location of a port. -
_ports
java.util.Vector _ports
-
_portTable
javax.swing.JTable _portTable
-
_portTableModel
ptolemy.actor.gui.PortConfigurerDialog.PortTableModel _portTableModel
-
_removeButton
javax.swing.JButton _removeButton
The various buttons. -
_selectedRow
int _selectedRow
-
_showAllNames
boolean _showAllNames
When you click on the "Show Name" column header, toggle this value.- See Also:
PortConfigurerDialog.PortTableModel.toggleShowAllNames()
-
Button
javax.swing.JButton Button
The various buttons.
-
-
-
Class ptolemy.actor.gui.PortConfigurerDialog.ValidatingComboBoxCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
_comboBox
javax.swing.JComboBox _comboBox
The combo box. -
_oldValue
java.lang.Object _oldValue
Old value of the combo box. -
_userWantsToEdit
boolean _userWantsToEdit
True if the user wants to edit after having an invalid selection. -
_validator
ptolemy.actor.gui.PortConfigurerDialog.CellValidator _validator
Class that validates the cell.
-
-
-
Class ptolemy.actor.gui.PortConfigurerDialog.ValidatingJTextFieldCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
_jFormattedTextField
javax.swing.JFormattedTextField _jFormattedTextField
The JTextField. -
_oldValue
java.lang.Object _oldValue
Old value of the JTextField. -
_userWantsToEdit
boolean _userWantsToEdit
True if the user wants to edit after having an invalid selection. -
_validator
ptolemy.actor.gui.PortConfigurerDialog.CellValidator _validator
Class that validates the cell.
-
-
-
Class ptolemy.actor.gui.PtolemyApplet extends BasicJApplet implements Serializable
-
Serialized Fields
-
_goButton
javax.swing.JButton _goButton
-
_manager
Manager _manager
The manager, created in the init() method. -
_previousState
Manager.State _previousState
-
_setupOK
boolean _setupOK
Set this to false if the setup of the model during the init() method fails. This prevents the model from executing. -
_stopButton
javax.swing.JButton _stopButton
-
_toplevel
NamedObj _toplevel
The top-level composite actor, created in the init() method. -
_workspace
Workspace _workspace
The workspace that the applet is built in. Each applet has it own workspace.
-
-
-
Class ptolemy.actor.gui.PtolemyDialog extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_cancelButton
javax.swing.JButton _cancelButton
The cancel button. -
_configuration
Configuration _configuration
The configuration that corresponds with this dialog. The configuration is used to properly display the help text. -
_contents
javax.swing.JComponent _contents
-
_dialogTableau
DialogTableau _dialogTableau
-
_dirty
boolean _dirty
The following is true if any of the values have been changed but not applied. -
_helpButton
javax.swing.JButton _helpButton
The help button. -
_owner
java.awt.Frame _owner
-
_target
Entity _target
-
-
-
Class ptolemy.actor.gui.PtolemyFrame extends TableauFrame implements Serializable
-
Class ptolemy.actor.gui.PtolemyQuery extends Query implements Serializable
-
Serialized Fields
-
_addingStyledEntryFor
Settable _addingStyledEntryFor
-
_attributes
java.util.Map _attributes
Maps an entry name to the attribute that is attached to it. -
_dialog
ComponentDialog _dialog
-
_handler
NamedObj _handler
-
_ignoreChangeNotifications
boolean _ignoreChangeNotifications
-
_isOpenErrorWindow
boolean _isOpenErrorWindow
-
_query
PtolemyQuery _query
-
_revertValue
java.util.Map<java.lang.String,java.lang.String> _revertValue
-
_savedErrorHandler
ErrorHandler _savedErrorHandler
-
_varToListOfEntries
java.util.Map<Settable,java.util.List<java.lang.String>> _varToListOfEntries
-
-
-
Class ptolemy.actor.gui.PtolemyQuery.ActionableEntry extends javax.swing.Box implements Serializable
-
Serialized Fields
-
_actionable
Actionable _actionable
-
_button
javax.swing.JButton _button
-
_entryBox
javax.swing.JTextField _entryBox
-
_owner
Query _owner
-
-
-
Class ptolemy.actor.gui.PtolemyQuery.HierarchicalConfigurer extends javax.swing.Box implements Serializable
-
Class ptolemy.actor.gui.RenameConfigurer extends Query implements Serializable
-
Serialized Fields
-
_changed
boolean _changed
-
_object
NamedObj _object
-
-
-
Class ptolemy.actor.gui.RenameDialog extends ComponentDialog implements Serializable
-
Class ptolemy.actor.gui.RunTableau.RunFrame extends ModelFrame implements Serializable
-
Serialized Fields
-
_debugMenu
javax.swing.JMenu _debugMenu
Debug menu for this frame.
-
-
-
Class ptolemy.actor.gui.TableauFrame extends Top implements Serializable
-
Serialized Fields
-
_factoryContainer
TableauFactory _factoryContainer
-
_initialSaveAsFileName
java.lang.String _initialSaveAsFileName
The initial filename to use in the SaveAs dialog. -
_newMenuItems
java.util.Vector<javax.swing.AbstractButton> _newMenuItems
A vector to keep track of ActionListeners on menu items. -
_packCalled
boolean _packCalled
Set to true when the pack() method is called. Used by TopPack.pack(). -
_placeable
Placeable _placeable
Associated placeable. -
_portablePlaceable
PortablePlaceable _portablePlaceable
Associated portablePlaceable. -
_tableau
Tableau _tableau
-
_topPack
TopPack _topPack
Set in pack() if an alternate topPack is used. -
_viewMenu
javax.swing.JMenu _viewMenu
The view menu. Note that this is only created if there are multiple views, so if derived classes use it, they must test to see whether it is null. -
aboutFile
java.lang.String aboutFile
The name of the default file to open when About is invoked. This file should be relative to the home installation directory. This file is used if the configuration does not specify an about file. -
helpFile
java.lang.String helpFile
The name of the default file to open when Help is invoked. This file should be relative to the home installation directory. This file is used if the configuration does not specify a help file.
-
-
-
Class ptolemy.actor.gui.TextEditor extends TableauFrame implements Serializable
-
Serialized Fields
-
_editMenu
javax.swing.JMenu _editMenu
The edit menu. -
_exportGIFAction
javax.swing.Action _exportGIFAction
The export to GIF action. -
_exportPNGAction
javax.swing.Action _exportPNGAction
The export to PNG action. -
_findAction
javax.swing.Action _findAction
Action to find and replace. -
_previousReplacement
java.lang.String _previousReplacement
Previous replacement string, if any. -
_previousSearch
java.lang.String _previousSearch
Previous search string, if any. -
_query
Query _query
Find and replace query, or null if there is none. -
_scrollPane
javax.swing.JScrollPane _scrollPane
The scroll pane containing the text area. -
_undo
UndoListener _undo
The undo listener. -
text
javax.swing.JTextArea text
The text area.
-
-
-
Class ptolemy.actor.gui.TextEditor.ExportImageAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_formatName
java.lang.String _formatName
-
-
-
Class ptolemy.actor.gui.WelcomeWindow extends HTMLViewer implements Serializable
-
Serialized Fields
-
_closeButton
javax.swing.JButton _closeButton
-
_closePanel
javax.swing.JPanel _closePanel
The panel at the bottom that contains the "Show this dialog on startup" checkbox and the close button. -
_showWelcomeWindowAtStartup
BooleanToken _showWelcomeWindowAtStartup
True if the welcome window is shown at startup. -
_startupCheck
javax.swing.JCheckBox _startupCheck
-
-
-
-
Package ptolemy.actor.gui.exec
-
Class ptolemy.actor.gui.exec.ExecShellTableau.ExecShellFrame extends TableauFrame implements Serializable
-
Serialized Fields
-
shellTextArea
ShellTextArea shellTextArea
The text area tableau used for input and output.
-
-
-
-
Package ptolemy.actor.gui.ptjacl
-
Class ptolemy.actor.gui.ptjacl.TclShellTableau.TclShellFrame extends TableauFrame implements Serializable
-
Serialized Fields
-
shellTextArea
ShellTextArea shellTextArea
The text area tableau used for input and output.
-
-
-
-
Package ptolemy.actor.gui.python
-
Class ptolemy.actor.gui.python.PythonShellTableau.PythonShellFrame extends TableauFrame implements Serializable
-
-
Package ptolemy.actor.gui.run
-
Class ptolemy.actor.gui.run.CustomizableRunFrame extends TableauFrame implements Serializable
-
Serialized Fields
-
_customizeMenu
javax.swing.JMenu _customizeMenu
Customize menu for this frame. -
_model
CompositeActor _model
The associated model. -
_pane
CustomizableRunPane _pane
The pane inside this frame.
-
-
-
Class ptolemy.actor.gui.run.CustomizableRunPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_layoutConstraintsManager
org.mlc.swing.layout.LayoutConstraintsManager _layoutConstraintsManager
The layout constraint manager. -
_model
CompositeActor _model
The associated model. -
_subpanels
java.util.HashMap<java.lang.String,javax.swing.JPanel> _subpanels
A collection of subpanels.
-
-
-
Class ptolemy.actor.gui.run.PaletteList extends javax.swing.JList implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
editor
PtolemyFormEditor editor
-
fDragSource
java.awt.dnd.DragSource fDragSource
The source of the drag.
-
-
Class ptolemy.actor.gui.run.PtolemyFormEditor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_bottomInsetSpinner
javax.swing.JSpinner _bottomInsetSpinner
The bottom inset control. -
_bottomInsetSpinnerModel
javax.swing.SpinnerNumberModel _bottomInsetSpinnerModel
Model for the bottom inset control. -
_columnDeleteButton
javax.swing.JButton _columnDeleteButton
The button to delete a column. -
_columnInsertAfterButton
javax.swing.JButton _columnInsertAfterButton
The button to insert after the selected column. -
_columnInsertBeforeButton
javax.swing.JButton _columnInsertBeforeButton
The button to insert before the selected column. -
_columnSpanSpinner
javax.swing.JSpinner _columnSpanSpinner
The column span control. -
_columnSpanSpinnerModel
ptolemy.actor.gui.run.PtolemyFormEditor.ColSpanSpinnerModel _columnSpanSpinnerModel
The model for the column span control. -
_container
java.awt.Container _container
The container. -
_containerLayout
org.mlc.swing.layout.ContainerLayout _containerLayout
The layout manager. -
_horizontalAlignmentCombo
javax.swing.JComboBox _horizontalAlignmentCombo
The horizontal alignment control. -
_horizontalAlignmentList
java.lang.String[] _horizontalAlignmentList
The list of horizontal alignment options. -
_layoutFrame
RunLayoutFrame _layoutFrame
The layout frame. -
_leftInsetSpinner
javax.swing.JSpinner _leftInsetSpinner
The left inset control. -
_leftInsetSpinnerModel
javax.swing.SpinnerNumberModel _leftInsetSpinnerModel
Model for the left inset control. -
_packAction
javax.swing.Action _packAction
Action to pack the run control window. -
_removeComponentAction
javax.swing.Action _removeComponentAction
Action to remove a component. -
_removeComponentButton
javax.swing.JButton _removeComponentButton
Button to remove a component. -
_rightInsetSpinner
javax.swing.JSpinner _rightInsetSpinner
The right inset control. -
_rightInsetSpinnerModel
javax.swing.SpinnerNumberModel _rightInsetSpinnerModel
Model for the right inset control. -
_rowDeleteButton
javax.swing.JButton _rowDeleteButton
The button to delete a row. -
_rowInsertAfterButton
javax.swing.JButton _rowInsertAfterButton
The button to insert a row after the selected one. -
_rowInsertBeforeButton
javax.swing.JButton _rowInsertBeforeButton
The button to insert a row before the selected one. -
_rowSpanSpinner
javax.swing.JSpinner _rowSpanSpinner
The row span control. -
_rowSpanSpinnerModel
ptolemy.actor.gui.run.PtolemyFormEditor.RowSpanSpinnerModel _rowSpanSpinnerModel
The model for the row span control. -
_suspendConstraintControlUpdates
boolean _suspendConstraintControlUpdates
Flag to suspend updates. -
_table
ptolemy.actor.gui.run.LayoutTable _table
The layout table, built in the constructor. -
_tableModel
ptolemy.actor.gui.run.PtolemyFormEditor.GridTableModel _tableModel
The data model for the table. -
_topInsetSpinner
javax.swing.JSpinner _topInsetSpinner
The top inset control. -
_topInsetSpinnerModel
javax.swing.SpinnerNumberModel _topInsetSpinnerModel
Model for the top inset control. -
_verticalAlignmentCombo
javax.swing.JComboBox _verticalAlignmentCombo
The vertical alignment control. -
_verticalAlignmentList
java.lang.String[] _verticalAlignmentList
The list of vertical alignment options. -
newComponents
java.util.Set<java.awt.Component> newComponents
The set of new components. -
topComponent
java.awt.Component topComponent
The top level component.
-
-
-
Class ptolemy.actor.gui.run.RunLayoutFrame extends TableauFrame implements Serializable
-
Serialized Fields
-
_constraintsManager
org.mlc.swing.layout.LayoutConstraintsManager _constraintsManager
The constraints manager being edited. -
_editors
java.util.Map<org.mlc.swing.layout.ContainerLayout,PtolemyFormEditor> _editors
Set of editors indexed by layout. -
_model
CompositeActor _model
The associated model. -
_newLayouts
java.util.List<org.mlc.swing.layout.ContainerLayout> _newLayouts
A list of new layouts. -
_pane
CustomizableRunPane _pane
The run pane whose layout is being edited. -
_tabs
javax.swing.JTabbedPane _tabs
Tabbed pane for showing nested layouts.
-
-
-
-
Package ptolemy.actor.gui.style
-
Class ptolemy.actor.gui.style.StyleConfigurer extends Query implements Serializable
-
Serialized Fields
-
_object
NamedObj _object
-
_originalExpertMode
boolean _originalExpertMode
-
_originalValues
java.util.Map _originalValues
-
_parameterStyles
ParameterEditorStyle[] _parameterStyles
-
-
-
-
Package ptolemy.actor.gui.syntax
-
Class ptolemy.actor.gui.syntax.SyntaxTextEditor extends TextEditor implements Serializable
-
Class ptolemy.actor.gui.syntax.SyntaxTextEditorForStringAttributes extends TextEditorForStringAttributes implements Serializable
-
-
Package ptolemy.actor.lib.gem5
-
Class ptolemy.actor.lib.gem5.Gem5Wrapper.SortByCommandTime extends java.lang.Object implements Serializable
-
-
Package ptolemy.actor.lib.gui
-
Class ptolemy.actor.lib.gui.InteractiveDialog.DialogFrame extends TableauFrame implements Serializable
-
Class ptolemy.actor.lib.gui.InteractiveShell.ShellFrame extends ExpressionShellFrame implements Serializable
-
Class ptolemy.actor.lib.gui.SliderSource.SliderFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_slider
javax.swing.JSlider _slider
-
-
-
-
Package ptolemy.actor.lib.image
-
Class ptolemy.actor.lib.image.ImageDisplayJavaSE.ImageWindow extends TableauFrame implements Serializable
-
-
Package ptolemy.actor.lib.javasound.test.pitchshift
-
Class ptolemy.actor.lib.javasound.test.pitchshift.DecimalField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
format
java.text.NumberFormat format
-
-
-
Class ptolemy.actor.lib.javasound.test.pitchshift.FormattedDocument extends javax.swing.text.PlainDocument implements Serializable
-
Serialized Fields
-
format
java.text.Format format
-
-
-
Class ptolemy.actor.lib.javasound.test.pitchshift.PitchSlider extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
frozen
boolean frozen
-
processAudio
ProcessAudio processAudio
-
sliderModel
ConverterRangeModel sliderModel
-
textField
DecimalField textField
-
-
-
-
Package ptolemy.actor.lib.jjs.modules.IMUSensor
-
Class ptolemy.actor.lib.jjs.modules.IMUSensor.CircularFifoQueue extends java.util.AbstractCollection<E> implements Serializable
- serialVersionUID:
- -8423413834657610406L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the queue in using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while writing to the output streamjava.lang.ClassNotFoundException
- if the class of a serialized object can not be found
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the queue out using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while writing to the output stream
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the queue.
-
-
-
Package ptolemy.actor.lib.security
-
Class ptolemy.actor.lib.security.KeyToken.KeyType extends java.lang.Object implements Serializable
-
-
Package ptolemy.actor.process
-
Class ptolemy.actor.process.TerminateProcessException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_message
java.lang.String _message
-
-
-
-
Package ptolemy.actor.ptalon
-
Class ptolemy.actor.ptalon.PtalonAST extends antlr.CommonAST implements Serializable
-
Class ptolemy.actor.ptalon.PtalonRuntimeException extends java.lang.Exception implements Serializable
-
Class ptolemy.actor.ptalon.PtalonScopeException extends java.lang.Exception implements Serializable
-
-
Package ptolemy.actor.sched
-
Class ptolemy.actor.sched.NotSchedulableException extends InvalidStateException implements Serializable
-
-
Package ptolemy.caltrop
-
Class ptolemy.caltrop.CalIOException extends java.lang.RuntimeException implements Serializable
-
Class ptolemy.caltrop.FunctionCallException extends caltrop.interpreter.InterpreterException implements Serializable
-
-
Package ptolemy.caltrop.ddi
-
Class ptolemy.caltrop.ddi.DDIException extends java.lang.RuntimeException implements Serializable
-
-
Package ptolemy.caltrop.ddi.util
-
Class ptolemy.caltrop.ddi.util.DataMapEnvironment.UnboundPortVarException extends caltrop.interpreter.InterpreterException implements Serializable
-
-
Package ptolemy.cg.gui
-
Class ptolemy.cg.gui.CodeGeneratorGUI extends PtolemyFrame implements Serializable
-
-
Package ptolemy.cg.lib.syntactic
-
Class ptolemy.cg.lib.syntactic.SyntacticColumn extends SyntacticTermList implements Serializable
-
Class ptolemy.cg.lib.syntactic.SyntacticSeries extends SyntacticTermList implements Serializable
-
Class ptolemy.cg.lib.syntactic.SyntacticTermList extends java.util.LinkedList<SyntacticTerm> implements Serializable
-
Serialized Fields
-
_inputs
java.util.LinkedList<SyntacticPort> _inputs
List of exposed input ports of constituent terms. -
_outputs
java.util.LinkedList<SyntacticPort> _outputs
List of exposed output ports of constituent terms. -
_rank
SyntacticRank _rank
Rank of list as a term.
-
-
-
-
Package ptolemy.copernicus.gui
-
Class ptolemy.copernicus.gui.GeneratorTableau.GeneratorFrame extends PtolemyFrame implements Serializable
-
-
Package ptolemy.data.expr
-
Class ptolemy.data.expr.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class ptolemy.data.expr.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class ptolemy.data.expr.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
Class ptolemy.data.expr.UndefinedConstantOrIdentifierException extends IllegalActionException implements Serializable
-
Serialized Fields
-
_nodeName
java.lang.String _nodeName
The name of the missing constant or identifier.
-
-
-
Class ptolemy.data.expr.UnknownResultException extends KernelRuntimeException implements Serializable
-
Class ptolemy.data.expr.Variable.CircularDependencyError extends IllegalActionException implements Serializable
-
-
Package ptolemy.data.ontologies
-
Class ptolemy.data.ontologies.OntologyResolutionException extends IllegalActionException implements Serializable
-
Serialized Fields
-
_solver
OntologySolverBase _solver
The OntologySolver with which this exception was constructed. Guaranteed to be non-null.
-
-
-
-
Package ptolemy.domains.csp.demo.BusContention
-
Class ptolemy.domains.csp.demo.BusContention.BusContentionApplet extends PtolemyApplet implements Serializable
-
Serialized Fields
-
_alarmActor
ContentionAlarm _alarmActor
-
_contentionActor
Controller _contentionActor
-
_divaPanel
javax.swing.JPanel _divaPanel
-
_graph
BasicGraphModel _graph
-
_jgraph
JGraph _jgraph
-
_memoryActor
Memory _memoryActor
-
_nodeMap
java.util.HashMap _nodeMap
-
_processActor1
Processor _processActor1
-
_processActor2
Processor _processActor2
-
_processActor3
Processor _processActor3
-
-
-
-
Package ptolemy.domains.csp.demo.DiningPhilosophers
-
Class ptolemy.domains.csp.demo.DiningPhilosophers.DiningApplet extends java.applet.Applet implements Serializable
-
Serialized Fields
-
_currentTimeLabel
java.awt.Label _currentTimeLabel
-
_eatingRateBox
java.awt.TextField _eatingRateBox
-
_goButton
java.awt.Button _goButton
-
_localDirector
CSPDirector _localDirector
-
_manager
Manager _manager
-
_philosophers
Philosopher[] _philosophers
-
_stopButton
java.awt.Button _stopButton
-
_table
ptolemy.domains.csp.demo.DiningPhilosophers.TablePanel _table
-
_thinkingRateBox
java.awt.TextField _thinkingRateBox
-
ctt
java.lang.Thread ctt
-
simulationThread
java.lang.Thread simulationThread
-
univ
TypedCompositeActor univ
-
-
-
-
Package ptolemy.domains.dde.demo.LocalZeno
-
Class ptolemy.domains.dde.demo.LocalZeno.LocalZenoApplet extends PtolemyApplet implements Serializable
-
Serialized Fields
-
_clock
ListenClock _clock
-
_divaPanel
javax.swing.JPanel _divaPanel
-
_fBack1
ListenFeedBackDelay _fBack1
-
_fBack2
ZenoDelay _fBack2
-
_fork1
ListenFork _fork1
-
_fork2
ListenFork _fork2
-
_graph
MutableGraphModel _graph
-
_jgraph
JGraph _jgraph
-
_join1
ListenWire _join1
-
_join2
ListenWire _join2
-
_lowerPlotter
TimedPlotter _lowerPlotter
-
_lowerTime
Const _lowerTime
-
_nodeMap
java.util.HashMap _nodeMap
-
_plotPanel
javax.swing.JPanel _plotPanel
-
_rcvr1
ListenSink _rcvr1
-
_rcvr2
ListenSink _rcvr2
-
_upperPlotter
TimedPlotter _upperPlotter
-
_upperTime
Const _upperTime
-
-
-
-
Package ptolemy.domains.gr.kernel
-
Class ptolemy.domains.gr.kernel.Scene2DToken.Scene2DType extends java.lang.Object implements Serializable
-
Class ptolemy.domains.gr.kernel.SceneGraphToken.SceneGraphType extends java.lang.Object implements Serializable
-
-
Package ptolemy.domains.metroII.gui
-
Class ptolemy.domains.metroII.gui.MappingEditorGUI extends PtolemyFrame implements Serializable
-
Serialized Fields
-
textArea
javax.swing.JTextArea textArea
The text area for mapping constraints.
-
-
-
-
Package ptolemy.domains.metroII.kernel.util.ProtoBuf
-
Class ptolemy.domains.metroII.kernel.util.ProtoBuf.metroIIcomm.Event extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
name_
java.lang.Object name_
-
status_
metroIIcomm.Event.Status status_
-
time_
metroIIcomm.Event.Time time_
-
type_
metroIIcomm.Event.Type type_
-
-
Class ptolemy.domains.metroII.kernel.util.ProtoBuf.metroIIcomm.Event.Time extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
resolution_
double resolution_
-
value_
long value_
-
-
Class ptolemy.domains.metroII.kernel.util.ProtoBuf.metroIIcomm.EventVector extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
event_
java.util.List<metroIIcomm.Event> event_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
-
-
Package ptolemy.domains.modal.kernel
-
Class ptolemy.domains.modal.kernel.MultipleEnabledTransitionsException extends IllegalActionException implements Serializable
-
-
Package ptolemy.domains.sdf.demo.HTVQ
-
Class ptolemy.domains.sdf.demo.HTVQ.HTVQApplet extends MoMLApplet implements Serializable
-
-
Package ptolemy.domains.sdf.demo.Sketch
-
Class ptolemy.domains.sdf.demo.Sketch.SketchApplet extends MoMLApplet implements Serializable
-
Serialized Fields
-
_sketchedSource
SketchedSource _sketchedSource
The SketchedSource actor.
-
-
-
-
Package ptolemy.domains.sdf.optimize
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._ListOfActors extends java.util.LinkedList implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._ListOfChannels extends java.util.LinkedList implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._ListOfPorts extends java.util.LinkedList implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._SetOfStates extends java.util.HashSet implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparator extends java.lang.Object implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparatorLowestValue extends OptimalScheduleFinder._StateComparator implements Serializable
-
Class ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparatorMaximumProgress extends OptimalScheduleFinder._StateComparator implements Serializable
-
Serialized Fields
-
_backupComparator
OptimalScheduleFinder._StateComparator _backupComparator
a secondary comparator to break a tie.
-
-
-
-
Package ptolemy.domains.sequence.gui
-
Class ptolemy.domains.sequence.gui.ActorCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Class ptolemy.domains.sequence.gui.SequentialScheduleEditorPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_downButton
javax.swing.JButton _downButton
-
_list
javax.swing.JList _list
-
_listModel
javax.swing.DefaultListModel _listModel
-
_upButton
javax.swing.JButton _upButton
-
-
-
-
Package ptolemy.graph
-
Class ptolemy.graph.GraphActionException extends IllegalActionException implements Serializable
-
Class ptolemy.graph.GraphConstructionException extends GraphException implements Serializable
-
Class ptolemy.graph.GraphElementException extends GraphException implements Serializable
-
Class ptolemy.graph.GraphException extends java.lang.RuntimeException implements Serializable
-
Class ptolemy.graph.GraphInvalidStateException extends InvalidStateException implements Serializable
-
Class ptolemy.graph.GraphStateException extends GraphException implements Serializable
-
Class ptolemy.graph.GraphTopologyException extends GraphException implements Serializable
-
Class ptolemy.graph.GraphWeightException extends GraphException implements Serializable
-
-
Package ptolemy.graph.analysis
-
Class ptolemy.graph.analysis.AnalysisException extends java.lang.RuntimeException implements Serializable
-
Class ptolemy.graph.analysis.InvalidAnalyzerException extends AnalysisException implements Serializable
-
-
Package ptolemy.gui
-
Class ptolemy.gui.BasicJApplet extends javax.swing.JApplet implements Serializable
-
Serialized Fields
-
_background
java.awt.Color _background
The background color as set by the "background" applet parameter. This is protected so that derived classes can find out what the background color is. Derived classes may wish to know the color so they can match it in some of their components.
-
-
-
Class ptolemy.gui.CancelException extends java.lang.Exception implements Serializable
-
Class ptolemy.gui.ComponentDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_buttonPressed
java.lang.String _buttonPressed
The label of the button pushed to dismiss the dialog. -
_doneHandleClosing
boolean _doneHandleClosing
Indicator that we have notified of window closing. -
_messageArea
javax.swing.JTextArea _messageArea
The container for messages. -
_optionPane
javax.swing.JOptionPane _optionPane
The pane with the buttons. -
_propChangeListener
ptolemy.gui.ComponentDialog.PropChangeListener _propChangeListener
A reference to the PropertyChangeListener. -
_windowClosingAdapter
ptolemy.gui.ComponentDialog.WindowClosingAdapter _windowClosingAdapter
A reference to the WindowClosingAdapter. -
contents
java.awt.Component contents
The component contained by this dialog.
-
-
-
Class ptolemy.gui.JTextAreaExec extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_cancelButton
javax.swing.JButton _cancelButton
The Cancel Button. -
_clearButton
javax.swing.JButton _clearButton
The Clear Button. -
_clearListener
java.awt.event.ActionListener _clearListener
-
_commands
java.util.List _commands
The list of command to be executed. Each entry in the list is a String. It might be better to have each element of the list be an String [] so that the shell can interpret each word in the command. -
_debug
boolean _debug
-
_envp
java.lang.String[] _envp
The environment, which is an array of Strings of the formname=value
. If this variable is null, then the environment of the calling process is used. -
_interruptListener
java.awt.event.ActionListener _interruptListener
-
_jTextArea
javax.swing.JTextArea _jTextArea
JTextArea to write the command and the output of the command. -
_process
java.lang.Process _process
The Process that we are running. -
_progressBar
javax.swing.JProgressBar _progressBar
Progress bar where the length of the bar is the total number of commands being run. -
_startButton
javax.swing.JButton _startButton
The Start Button. -
_startListener
java.awt.event.ActionListener _startListener
-
_statusBar
javax.swing.JLabel _statusBar
Label at the bottom that provides feedback as to what is happening. -
_subprocessReturnCode
int _subprocessReturnCode
The return code of the last Runtime.exec() command. -
_worker
javax.swing.SwingWorker _worker
SwingWorker that actually does the work. -
_workingDirectory
java.io.File _workingDirectory
The working directory of the subprocess. If null, then the subprocess is executed in the working directory of the current process.
-
-
-
Class ptolemy.gui.PtFileChooser extends java.awt.Container implements Serializable
-
Serialized Fields
-
_fileDialog
java.awt.FileDialog _fileDialog
The java.awt.FileDialog that is used if _useFileDialog is true. -
_jFileChooser
javax.swing.JFileChooser _jFileChooser
The javax.swing.JFileChooser that is used if _useFileDialog is false. -
_mode
int _mode
The mode of the dialog. One of JFileChooser.OPEN_DIALOG, JFileChooser.SAVE_DIALOG, JFileChooser.CUSTOM_DIALOG. CUSTOM_DIALOG is not supported with FileDialogs. -
_useFileDialog
boolean _useFileDialog
True if PtGUIUtilities.useFileDialog() returned true.
-
-
-
Class ptolemy.gui.Query extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_background
java.awt.Color _background
The background color as set by setBackground(). This defaults to null, which indicates that the background is the same as the container. -
_columns
int _columns
-
_constraints
java.awt.GridBagConstraints _constraints
Standard constraints for use with _grid. -
_entries
java.util.Map _entries
The hashtable of items in the query. -
_entryPanel
javax.swing.JPanel _entryPanel
-
_entryScrollPane
javax.swing.JScrollPane _entryScrollPane
-
_grid
java.awt.GridBagLayout _grid
Layout control. -
_height
int _height
-
_insets
java.awt.Insets _insets
-
_labels
java.util.Map _labels
-
_leftPadding
java.awt.Insets _leftPadding
-
_listeners
java.util.Vector _listeners
List of registered listeners. -
_messageArea
javax.swing.JTextArea _messageArea
-
_messageScrollPane
javax.swing.JScrollPane _messageScrollPane
-
_messageScrollPaneAdded
boolean _messageScrollPaneAdded
-
_previous
java.util.Map _previous
-
_widgetsHeight
int _widgetsHeight
-
_width
int _width
-
-
-
Class ptolemy.gui.Query.QueryColorChooser extends javax.swing.Box implements Serializable
-
Serialized Fields
-
_button
javax.swing.JButton _button
-
_entryBox
javax.swing.JTextField _entryBox
-
_name
java.lang.String _name
-
_owner
Query _owner
-
-
-
Class ptolemy.gui.Query.QueryFileChooser extends javax.swing.Box implements Serializable
-
Serialized Fields
-
_allowDirectories
boolean _allowDirectories
-
_allowFiles
boolean _allowFiles
-
_base
java.net.URI _base
-
_button
javax.swing.JButton _button
-
_entryBox
javax.swing.JTextField _entryBox
-
_filter
java.io.FilenameFilter _filter
-
_name
java.lang.String _name
-
_owner
Query _owner
-
_save
boolean _save
-
_startingDirectory
java.io.File _startingDirectory
-
-
-
Class ptolemy.gui.QueryChooser extends javax.swing.Box implements Serializable
-
Serialized Fields
-
_background
java.awt.Color _background
The background color. -
_foreground
java.awt.Color _foreground
The foreground color. -
_name
java.lang.String _name
The name of the chooser. -
_owner
Query _owner
The owning query.
-
-
-
Class ptolemy.gui.ShellTextArea extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_commandBuffer
java.lang.StringBuffer _commandBuffer
-
_historyCommands
java.util.Vector _historyCommands
-
_historyCursor
int _historyCursor
-
_initialMessage
java.lang.String _initialMessage
-
_interpreter
ShellInterpreter _interpreter
-
_jTextArea
javax.swing.JTextArea _jTextArea
-
_promptCursor
int _promptCursor
-
contPrompt
java.lang.String contPrompt
Prompt to use on continuation lines. -
historyLength
int historyLength
Size of the history to keep. -
mainPrompt
java.lang.String mainPrompt
Main prompt.
-
-
-
Class ptolemy.gui.StatusBar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_message
javax.swing.JTextField _message
-
_progress
javax.swing.JProgressBar _progress
-
_progressPanel
javax.swing.JPanel _progressPanel
-
-
-
Class ptolemy.gui.Top extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_centering
boolean _centering
-
_debugClosing
boolean _debugClosing
Set to true to print closing sequence information to standard out. -
_disposed
boolean _disposed
True if this frame has been disposed. -
_exitResult
int _exitResult
The return value of the _exit() menu. We use a separate variable here for backward compatibility. The values of this variable are the values returned by _queryForSave. -
_file
java.io.File _file
The input file. -
_fileFilter
javax.swing.filechooser.FileFilter _fileFilter
The FileFilter that determines what files are displayed by the Open dialog and the Save As dialog The initial default is null, which causes no FileFilter to be applied, which results in all files being displayed. -
_fileMenu
javax.swing.JMenu _fileMenu
File menu for this frame. -
_fileMenuItems
javax.swing.JMenuItem[] _fileMenuItems
Items in the file menu. A null element represents a separator. -
_fileMenuListener
ptolemy.gui.Top.FileMenuListener _fileMenuListener
An ActionListener for the menu items in the file menu. -
_filenameFilter
java.io.FilenameFilter _filenameFilter
The FileFilter used by the java.awt.FileDialog that determines what files are displayed by the Open dialog and the Save As dialog The initial default is null, which causes no FileFilter to be applied, which results in all files being displayed.Note that this class can use either java.awt.FileDialog or javax.swing.JFileChooser, so classes should set both _fileFilter and _filenameFilter. Note that it possible to define an inner class that extends javax.swing.filechooser.FileFilter and implements java.io.FilenameFilter and that has two separate accept() methods. This inner class can then be set as the value for both _fileFilter and _filenameFilter:
... MyFileFilter myFileFilter = new MyFileFilter(); _fileFilter = myFileFilter; _filenameFilter = myFileFilter; ... static MyFileFilter extends FileFilter implements FilenameFilter { public boolean accept(File file) { // For FileFilter return true; } public boolean accept(File director, String name) { // For FilenameFilter return true; } public String getDescription() { // For FileFilter return "My filter description."; } }
-
_helpMenu
javax.swing.JMenu _helpMenu
Help menu for this frame. -
_helpMenuItems
javax.swing.JMenuItem[] _helpMenuItems
Help menu items. -
_helpMenuListener
ptolemy.gui.Top.HelpMenuListener _helpMenuListener
An ActionListener for the menu items in the help menu. -
_hideMenuBar
boolean _hideMenuBar
Flag to hide the menu bar. -
_historyDepth
int _historyDepth
History depth. -
_historyMenu
javax.swing.JMenu _historyMenu
A reference to the history menu. -
_historyMenuListener
ptolemy.gui.Top.HistoryMenuListener _historyMenuListener
An ActionListener for the menu items in the history menu. -
_lastStatusMessageClearingTask
java.util.TimerTask _lastStatusMessageClearingTask
Last status message clearing task. -
_lastURL
java.lang.String _lastURL
The most recently entered URL in Open URL. -
_menubar
javax.swing.JMenuBar _menubar
Menubar for this frame. -
_menuPopulated
boolean _menuPopulated
Indicator that the menu has been populated. -
_modified
boolean _modified
Indicator that the data represented in the window has been modified. -
_statusBar
StatusBar _statusBar
The status bar. -
_statusBarBackground
java.awt.Color _statusBarBackground
The background color of the status bar -
_statusMessageTimer
java.util.Timer _statusMessageTimer
Timer used for status messages.
-
-
-
Class ptolemy.gui.UndoListener.RedoAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.gui.UndoListener.UndoAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.gui.UserDialog extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_initialMessage
java.lang.String _initialMessage
-
_interpreter
ShellInterpreter _interpreter
-
_jScrollPane
javax.swing.JScrollPane _jScrollPane
The scroll pane containing the output text. -
_responseTextArea
javax.swing.JTextArea _responseTextArea
-
_userInputTextArea
javax.swing.JTextArea _userInputTextArea
-
-
-
-
Package ptolemy.gui.demo
-
Class ptolemy.gui.demo.FileChooserQuery extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_query
Query _query
-
-
-
-
Package ptolemy.gui.test
-
Class ptolemy.gui.test.GraphicalMessageHandlerApplet extends BasicJApplet implements Serializable
-
Class ptolemy.gui.test.TopTest extends Top implements Serializable
-
-
Package ptolemy.kernel.test
-
Class ptolemy.kernel.test.ExampleSystem extends java.lang.Object implements Serializable
-
Serialized Fields
-
e0
CompositeEntity e0
Composite Entities that make up the Example System. -
e1
ComponentEntity e1
Component Entities that make up the Example System. -
e10
CompositeEntity e10
Composite Entities that make up the Example System. -
e2
ComponentEntity e2
Component Entities that make up the Example System. -
e3
CompositeEntity e3
Composite Entities that make up the Example System. -
e4
CompositeEntity e4
Composite Entities that make up the Example System. -
e5
ComponentEntity e5
Component Entities that make up the Example System. -
e6
ComponentEntity e6
Component Entities that make up the Example System. -
e7
CompositeEntity e7
Composite Entities that make up the Example System. -
e8
ComponentEntity e8
Component Entities that make up the Example System. -
e9
ComponentEntity e9
Component Entities that make up the Example System. -
p0
ComponentPort p0
Component Ports that make up the Example System. -
p1
ComponentPort p1
Component Ports that make up the Example System. -
p10
ComponentPort p10
Component Ports that make up the Example System. -
p11
ComponentPort p11
Component Ports that make up the Example System. -
p12
ComponentPort p12
Component Ports that make up the Example System. -
p13
ComponentPort p13
Component Ports that make up the Example System. -
p14
ComponentPort p14
Component Ports that make up the Example System. -
p2
ComponentPort p2
Component Ports that make up the Example System. -
p3
ComponentPort p3
Component Ports that make up the Example System. -
p4
ComponentPort p4
Component Ports that make up the Example System. -
p5
ComponentPort p5
Component Ports that make up the Example System. -
p6
ComponentPort p6
Component Ports that make up the Example System. -
p7
ComponentPort p7
Component Ports that make up the Example System. -
p8
ComponentPort p8
Component Ports that make up the Example System. -
p9
ComponentPort p9
Component Ports that make up the Example System. -
r1
ComponentRelation r1
Component Relations that make up the Example System. -
r10
ComponentRelation r10
Component Relations that make up the Example System. -
r11
ComponentRelation r11
Component Relations that make up the Example System. -
r12
ComponentRelation r12
Component Relations that make up the Example System. -
r2
ComponentRelation r2
Component Relations that make up the Example System. -
r3
ComponentRelation r3
Component Relations that make up the Example System. -
r4
ComponentRelation r4
Component Relations that make up the Example System. -
r5
ComponentRelation r5
Component Relations that make up the Example System. -
r6
ComponentRelation r6
Component Relations that make up the Example System. -
r7
ComponentRelation r7
Component Relations that make up the Example System. -
r8
ComponentRelation r8
Component Relations that make up the Example System. -
r9
ComponentRelation r9
Component Relations that make up the Example System.
-
-
-
-
Package ptolemy.kernel.util
-
Class ptolemy.kernel.util.IllegalActionException extends KernelException implements Serializable
-
Class ptolemy.kernel.util.InternalErrorException extends KernelRuntimeException implements Serializable
-
Class ptolemy.kernel.util.InvalidStateException extends KernelRuntimeException implements Serializable
-
Class ptolemy.kernel.util.KernelException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_cause
java.lang.Throwable _cause
-
_message
java.lang.String _message
-
-
-
Class ptolemy.kernel.util.KernelRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_cause
java.lang.Throwable _cause
-
_causes
java.util.Collection _causes
-
_message
java.lang.String _message
-
-
-
Class ptolemy.kernel.util.NamedList extends java.lang.Object implements Serializable
-
Serialized Fields
-
_container
Nameable _container
The container (owner) of this list. -
_hashedList
java.util.HashMap<java.lang.String,Nameable> _hashedList
A HashMap linking names to LinkedList entries -
_hashEnabled
boolean _hashEnabled
A boolean indicating that the hashmap was enabled -
_namedList
java.util.LinkedList<Nameable> _namedList
A LinkedList containing the elements.
-
-
-
Class ptolemy.kernel.util.NameDuplicationException extends KernelException implements Serializable
-
Class ptolemy.kernel.util.NoSuchItemException extends KernelException implements Serializable
-
-
Package ptolemy.media
-
Class ptolemy.media.Picture extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_height
int _height
-
_image
java.awt.Image _image
-
_imageSource
java.awt.image.MemoryImageSource _imageSource
-
_pixels
int[] _pixels
-
_width
int _width
-
-
-
-
Package ptolemy.moml
-
Class ptolemy.moml.MissingClassException extends XmlException implements Serializable
-
Serialized Fields
-
_missingClassName
java.lang.String _missingClassName
The name of the missing class.
-
-
-
-
Package ptolemy.moml.unit
-
Class ptolemy.moml.unit.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class ptolemy.moml.unit.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class ptolemy.moml.unit.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package ptolemy.plot
-
Class ptolemy.plot.CmdLineArgException extends java.lang.Exception implements Serializable
-
Class ptolemy.plot.EditablePlot extends Plot implements Serializable
-
Serialized Fields
-
_currentEditX
int _currentEditX
-
_currentEditY
int _currentEditY
-
_dataset
int _dataset
-
_editListeners
java.util.Vector _editListeners
-
_editSpecSet
boolean[] _editSpecSet
-
_editSpecX
int[] _editSpecX
-
_editSpecY
int[] _editSpecY
-
_redoStack
java.util.Stack _redoStack
-
_undoStack
java.util.Stack _undoStack
-
-
-
Class ptolemy.plot.Histogram extends PlotBox implements Serializable
-
Serialized Fields
-
_baroffset
double _baroffset
The offset between bars. -
_barwidth
double _barwidth
The width of a bar. -
_binOffset
double _binOffset
The offset between bins. -
_binWidth
double _binWidth
The width of a bin. -
_currentdataset
int _currentdataset
The current dataset. -
_histogram
java.util.Vector _histogram
A vector of histogram data. -
_needBinRedraw
boolean _needBinRedraw
-
_needPlotRefill
boolean _needPlotRefill
-
_points
java.util.Vector _points
A vector of datasets. -
_random
java.util.Random _random
Random number generator used to create the sample plot. -
_scheduledBinsToAdd
java.util.ArrayList<java.util.HashSet<java.lang.Integer>> _scheduledBinsToAdd
-
_showing
boolean _showing
Set by _drawPlot(), and reset by clear().
-
-
-
Class ptolemy.plot.HistogramApplet extends PlotApplet implements Serializable
-
Class ptolemy.plot.Plot extends PlotBox implements Serializable
-
Serialized Fields
-
_barOffset
double _barOffset
Offset per dataset in x axis units. -
_bars
boolean _bars
True if this is a bar plot. -
_barWidth
double _barWidth
Width of a bar in x axis units. -
_bins
java.util.ArrayList<java.util.ArrayList<ptolemy.plot.Plot.Bin>> _bins
An arraylist of the bins in the plot. A bin is represents a number of points that are all displayed on the same x position. A bin is meant to avoid superfluous drawings of lines. So instead of having to draw a line between each point, you can draw a line between the minimum and maximum and maximum position. -
_connected
boolean _connected
True if the points are connected. -
_currentdataset
int _currentdataset
The current dataset. -
_diameter
int _diameter
Give the diameter of a point for efficiency. -
_firstInSet
boolean _firstInSet
Is this the first datapoint in a set? -
_formats
java.util.ArrayList<ptolemy.plot.Plot.Format> _formats
Format information on a per data set basis. -
_graphics
java.awt.Graphics _graphics
Cached copy of graphics, needed to reset when we are exporting to EPS. -
_impulses
boolean _impulses
True if this is an impulse plot. -
_lastPointWithExtraDot
java.util.HashMap<java.lang.Integer,PlotPoint> _lastPointWithExtraDot
-
_lineStyles
boolean _lineStyles
True if different line styles should be used. -
_markDisconnections
boolean _markDisconnections
True when disconnections should be marked. -
_marks
int _marks
An indicator of the marks style. See _parseLine method for interpretation. -
_maxDataset
int _maxDataset
The highest data set used. -
_needBinRedraw
boolean _needBinRedraw
-
_needPlotRefill
boolean _needPlotRefill
-
_pointInBinOffset
java.util.ArrayList<java.lang.Integer> _pointInBinOffset
Points in bins have an absolute index within the virtual array of all points that once existed in Plot. This is done to avoid having to change all bins when points in the beginning are removed. The offset _pointInBinOffset is a positive number that denotes the difference between the index of the point in the current point arraylist and the virtual one containing all points. -
_points
java.util.ArrayList<java.util.ArrayList<PlotPoint>> _points
A vector of datasets. -
_pointsPersistence
int _pointsPersistence
Number of points to persist for. -
_prevErasedxpos
java.util.ArrayList<java.lang.Long> _prevErasedxpos
Information about the previously erased point. -
_prevErasedypos
java.util.ArrayList<java.lang.Long> _prevErasedypos
Information about the previously erased point. -
_prevxpos
java.util.ArrayList<java.lang.Long> _prevxpos
Information about the previously plotted point. -
_prevypos
java.util.ArrayList<java.lang.Long> _prevypos
Information about the previously plotted point. -
_radius
int _radius
Give the radius of a point for efficiency. -
_reuseDatasets
boolean _reuseDatasets
True if we saw 'reusedatasets: on' in the file. -
_sawFirstDataSet
boolean _sawFirstDataSet
Have we seen a DataSet line in the current data file? -
_scheduledBinsToAdd
java.util.ArrayList<java.lang.Integer> _scheduledBinsToAdd
-
_scheduledBinsToErase
java.util.ArrayList<java.lang.Integer> _scheduledBinsToErase
-
_showing
boolean _showing
Set by _drawPlot(), and reset by clear(). -
_width
float _width
The width of the current stroke. Only effective if the Graphics is a Graphics2D. -
_xPersistence
double _xPersistence
Persistence in units of the horizontal axis. -
_xyInvalid
boolean _xyInvalid
Flag indicating validity of _xBottom, _xTop, _yBottom, and _yTop.
-
-
-
Class ptolemy.plot.PlotApplet extends javax.swing.JApplet implements Serializable
-
Class ptolemy.plot.PlotApplication extends PlotFrame implements Serializable
-
Class ptolemy.plot.PlotBox extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_actionsDeferred
boolean _actionsDeferred
Indicator of whether actions are deferred. -
_automaticRescale
boolean _automaticRescale
-
_background
java.awt.Color _background
Color of the background, settable from HTML. -
_bottomPadding
int _bottomPadding
Bottom padding. Derived classes can increment these to make space around the plot. -
_captionFont
java.awt.Font _captionFont
Caption font information. -
_captionFontMetrics
java.awt.FontMetrics _captionFontMetrics
Caption font metric information. -
_captionStrings
java.util.Vector _captionStrings
Caption information. -
_deferredActions
java.util.LinkedList<java.lang.Runnable> _deferredActions
List of deferred actions. -
_documentBase
java.net.URL _documentBase
The document base we use to find the _filespec. NOTE: Use of this variable is deprecated. But it is made available to derived classes for backward compatibility. FIXME: Sun's appletviewer gives an exception if this is protected. Why?? So we make it temporarily public. -
_filespec
java.lang.String _filespec
The file to be opened. -
_foreground
java.awt.Color _foreground
Color of the foreground, settable from HTML. -
_grid
boolean _grid
Whether to draw a background grid. -
_height
int _height
Width and height of component in pixels. -
_labelFont
java.awt.Font _labelFont
Font information. -
_labelFontMetrics
java.awt.FontMetrics _labelFontMetrics
FontMetric information. -
_leftPadding
int _leftPadding
Left padding. Derived classes can increment these to make space around the plot. -
_legendDatasets
java.util.Vector _legendDatasets
Legend information. -
_legendStrings
java.util.Vector _legendStrings
Legend information. -
_lrx
int _lrx
The x value of the lower right corner of the plot rectangle in pixels. -
_lry
int _lry
The y value of the lower right corner of the plot rectangle in pixels. -
_originalXhigh
double _originalXhigh
-
_originalXlow
double _originalXlow
-
_originalXRangeGiven
boolean _originalXRangeGiven
-
_originalYhigh
double _originalYhigh
-
_originalYlow
double _originalYlow
-
_originalYRangeGiven
boolean _originalYRangeGiven
-
_padding
double _padding
The factor we pad by so that we don't plot points on the axes. -
_preferredHeight
int _preferredHeight
Width and height of component in pixels. -
_preferredWidth
int _preferredWidth
Width and height of component in pixels. -
_rightPadding
int _rightPadding
Right padding. Derived classes can increment these to make space around the plot. -
_specifiedPlotRectangle
java.awt.Rectangle _specifiedPlotRectangle
User specified plot rectangle, null if none specified.- See Also:
PlotBox.setPlotRectangle(Rectangle)
-
_superscriptFont
java.awt.Font _superscriptFont
Font information. -
_superscriptFontMetrics
java.awt.FontMetrics _superscriptFontMetrics
FontMetric information. -
_timedRepaint
boolean _timedRepaint
-
_title
java.lang.String _title
The title and label strings. -
_titleFont
java.awt.Font _titleFont
Font information. -
_titleFontMetrics
java.awt.FontMetrics _titleFontMetrics
FontMetric information. -
_topPadding
int _topPadding
Top padding. Derived classes can increment these to make space around the plot. -
_ulx
int _ulx
The x value of the upper left corner of the plot rectangle in pixels. Given a mouse click at x0, to convert to data coordinates, use: (_xMin + (x0 - _ulx) / _xscale). -
_uly
int _uly
The y value of the upper left corner of the plot rectangle in pixels. Given a mouse click at y0, to convert to data coordinates, use: (_yMax - (y0 - _uly) / _yscale). -
_usecolor
boolean _usecolor
Indicator whether to use _colors. -
_width
int _width
Width and height of component in pixels. -
_wrap
boolean _wrap
Whether to wrap the X axis. -
_wrapHigh
double _wrapHigh
The high range of the X axis for wrapping. -
_wrapLow
double _wrapLow
The low range of the X axis for wrapping. -
_xBottom
double _xBottom
The minimum X value registered so for, for auto ranging. -
_xExp
int _xExp
The power of ten by which the range numbers should be multiplied. -
_xhighgiven
double _xhighgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming). -
_xlabel
java.lang.String _xlabel
The title and label strings. -
_xlog
boolean _xlog
Whether to draw the axes using a logarithmic scale. -
_xlowgiven
double _xlowgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming). -
_xscale
double _xscale
Scaling used for the horizontal axis in plotting points. The units are pixels/unit, where unit is the units of the X axis. -
_xticklabels
java.util.Vector _xticklabels
If XTicks or YTicks are given/ -
_xtickMax
double _xtickMax
The range of the plot as labeled (multiply by 10^exp for actual range. -
_xtickMin
double _xtickMin
The range of the plot as labeled (multiply by 10^exp for actual range. -
_xticks
java.util.Vector _xticks
If XTicks or YTicks are given/ -
_xtickscale
double _xtickscale
Scaling used in making tick marks. -
_xTop
double _xTop
The maximum X value registered so for, for auto ranging. -
_yBottom
double _yBottom
The minimum Y value registered so for, for auto ranging. -
_yExp
int _yExp
The power of ten by which the range numbers should be multiplied. -
_yhighgiven
double _yhighgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming). -
_ylabel
java.lang.String _ylabel
The title and label strings. -
_ylog
boolean _ylog
Whether to draw the axes using a logarithmic scale. -
_ylowgiven
double _ylowgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming). -
_yscale
double _yscale
Scaling used for the vertical axis in plotting points. The units are pixels/unit, where unit is the units of the Y axis. -
_yticklabels
java.util.Vector _yticklabels
If XTicks or YTicks are given/ -
_ytickMax
double _ytickMax
The range of the plot as labeled (multiply by 10^exp for actual range. -
_ytickMin
double _ytickMin
The range of the plot as labeled (multiply by 10^exp for actual range. -
_yticks
java.util.Vector _yticks
If XTicks or YTicks are given/ -
_ytickscale
double _ytickscale
Scaling used in making tick marks. -
_yTop
double _yTop
The maximum Y value registered so for, for auto ranging.
-
-
-
Class ptolemy.plot.PlotFormatter extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_narrowQuery
Query _narrowQuery
-
_originalCaptions
java.util.Vector _originalCaptions
-
_originalColor
boolean _originalColor
-
_originalConnected
boolean[][] _originalConnected
-
_originalGrid
boolean _originalGrid
-
_originalLineStyles
boolean _originalLineStyles
-
_originalMarks
java.lang.String _originalMarks
-
_originalPoints
PlotPoint[][] _originalPoints
-
_originalStems
boolean _originalStems
-
_originalTitle
java.lang.String _originalTitle
-
_originalXLabel
java.lang.String _originalXLabel
-
_originalXRange
double[] _originalXRange
-
_originalXTicks
java.util.Vector[] _originalXTicks
-
_originalXTicksSpec
java.lang.String _originalXTicksSpec
-
_originalYLabel
java.lang.String _originalYLabel
-
_originalYRange
double[] _originalYRange
-
_originalYTicks
java.util.Vector[] _originalYTicks
-
_originalYTicksSpec
java.lang.String _originalYTicksSpec
-
_plot
PlotBox _plot
The plot object controlled by this formatter. -
_wideQuery
Query _wideQuery
-
-
-
Class ptolemy.plot.PlotFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_directory
java.io.File _directory
Directory that contains the input file. -
_editMenu
javax.swing.JMenu _editMenu
Edit menu for this frame. -
_file
java.io.File _file
The input file. -
_fileMenu
javax.swing.JMenu _fileMenu
File menu for this frame. -
_menubar
javax.swing.JMenuBar _menubar
Menubar for this frame. -
_specialMenu
javax.swing.JMenu _specialMenu
Special menu for this frame. -
plot
PlotBox plot
The plot object held by this frame.
-
-
-
Class ptolemy.plot.PlotLive extends Plot implements Serializable
-
Serialized Fields
-
_paused
boolean _paused
True if we are paused. -
_plotLiveThread
java.lang.Thread _plotLiveThread
Thread of this plotter -
_plotting
boolean _plotting
True if we are actually plotting. -
_startButton
javax.swing.JButton _startButton
Start and Stop Buttons. -
_stopButton
javax.swing.JButton _stopButton
Start and Stop Buttons.
-
-
-
Class ptolemy.plot.PlotLiveApplet extends PlotApplet implements Serializable
-
Class ptolemy.plot.PlotPoint extends java.lang.Object implements Serializable
-
Serialized Fields
-
connected
boolean connected
True if this point is connected to the previous point by a line. -
derivatives
double[] derivatives
d^n y/dx^n for n > 0. -
errorBar
boolean errorBar
True if the yLowEB and yHighEB fields are valid. -
originalx
double originalx
Original value of x before wrapping. -
x
double x
X value after wrapping (if any). -
y
double y
Y value. -
yHighEB
double yHighEB
Error bar Y low value. -
yLowEB
double yLowEB
Error bar Y low value.
-
-
-
-
Package ptolemy.plot.compat
-
Class ptolemy.plot.compat.PxgraphApplet extends PlotApplet implements Serializable
-
Serialized Fields
-
_parser
PxgraphParser _parser
-
-
-
Class ptolemy.plot.compat.PxgraphApplication extends PlotApplication implements Serializable
-
Serialized Fields
-
_parser
PxgraphParser _parser
-
-
-
-
Package ptolemy.plot.demo
-
Class ptolemy.plot.demo.HistogramDemo extends HistogramApplet implements Serializable
-
Class ptolemy.plot.demo.PlotDemo extends PlotApplet implements Serializable
-
Class ptolemy.plot.demo.PlotFourierSeries extends PlotApplet implements Serializable
-
Class ptolemy.plot.demo.PlotLiveDemo extends PlotLive implements Serializable
-
Serialized Fields
-
_count
double _count
Value being plotted
-
-
-
Class ptolemy.plot.demo.PlotLiveDemoApplet extends PlotLiveApplet implements Serializable
-
Class ptolemy.plot.demo.TwoPlotExample extends javax.swing.JFrame implements Serializable
-
-
Package ptolemy.plot.plotml
-
Class ptolemy.plot.plotml.EditablePlotMLApplet extends PlotMLApplet implements Serializable
-
Serialized Fields
-
_choice
javax.swing.JComboBox _choice
-
-
-
Class ptolemy.plot.plotml.EditablePlotMLApplication extends PlotMLApplication implements Serializable
-
Class ptolemy.plot.plotml.HistogramMLApplet extends PlotMLApplet implements Serializable
-
Class ptolemy.plot.plotml.HistogramMLApplication extends PlotMLApplication implements Serializable
-
Class ptolemy.plot.plotml.PlotMLApplet extends PlotApplet implements Serializable
-
Class ptolemy.plot.plotml.PlotMLApplication extends PlotApplication implements Serializable
-
Class ptolemy.plot.plotml.PlotMLFrame extends PlotFrame implements Serializable
-
-
Package ptolemy.util
-
Class ptolemy.util.CancelException extends java.lang.Exception implements Serializable
-
-
Package ptolemy.vergil
-
Class ptolemy.vergil.MoMLViewerApplet extends MoMLApplet implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
The configuration that is read from the configuration applet param.
-
-
-
Class ptolemy.vergil.TypeAnimatorApplet extends MoMLViewerApplet implements Serializable
-
Class ptolemy.vergil.VergilApplet extends BasicJApplet implements Serializable
-
-
Package ptolemy.vergil.actor
-
Class ptolemy.vergil.actor.ActorController.ListenToActorAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
-
_controller
BasicGraphController _controller
-
_tableauFrame
TableauFrame _tableauFrame
-
_target
NamedObj _target
-
-
-
Class ptolemy.vergil.actor.ActorEditorGraphController.NewRelationAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.actor.ActorGraphFrame extends ExtendedGraphFrame implements Serializable
-
Serialized Fields
-
_controller
ActorEditorGraphController _controller
The graph controller. This is created in _createGraphPane(). -
_createHierarchyAction
javax.swing.Action _createHierarchyAction
The action for creating a level of hierarchy. -
_debugMenu
javax.swing.JMenu _debugMenu
Debug menu for this frame. -
_debugMenuListener
ActorGraphFrame.DebugMenuListener _debugMenuListener
Listener for debug menu commands. -
_exportDesignPatternAction
javax.swing.Action _exportDesignPatternAction
The action for exporting a design pattern. -
_importDesignPatternAction
javax.swing.Action _importDesignPatternAction
The action for importing a design pattern. -
_importLibraryAction
javax.swing.Action _importLibraryAction
The action for importing a library of components. -
_instantiateAttributeAction
javax.swing.Action _instantiateAttributeAction
The action for instantiating an attribute. -
_instantiateEntityAction
javax.swing.Action _instantiateEntityAction
The action for instantiating an entity. -
_instantiatePortAction
javax.swing.Action _instantiatePortAction
The action for instantiating a port. -
_saveInLibraryAction
javax.swing.Action _saveInLibraryAction
The action for saving the current model in a library.
-
-
-
Class ptolemy.vergil.actor.ActorGraphFrame.InstantiateAttributeAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_graphFrame
ExtendedGraphFrame _graphFrame
The graph frame that contains this action. -
_lastAttributeClassName
java.lang.String _lastAttributeClassName
The most recent class name for instantiating an attribute.
-
-
-
Class ptolemy.vergil.actor.ActorGraphFrame.InstantiateEntityAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_graphFrame
ExtendedGraphFrame _graphFrame
The graph frame that contains this action. -
_lastEntityClassName
java.lang.String _lastEntityClassName
The most recent class name for instantiating an entity. -
_lastLocation
java.lang.String _lastLocation
The most recent location for instantiating a class.
-
-
-
Class ptolemy.vergil.actor.DocBuilderGUI extends PtolemyFrame implements Serializable
-
Serialized Fields
-
_applicationName
java.lang.String _applicationName
The name of the application, usually from the _applicationName StringAttribute in configuration.xml. If null, then use the default documentation in doc/codeDoc.
-
-
-
Class ptolemy.vergil.actor.DocViewer extends HTMLViewer implements Serializable
-
Serialized Fields
-
_applicationName
java.lang.String _applicationName
The name of the application, usually from the _applicationName StringAttribute in configuration.xml. If the value is the empty string, then use the default documentation in doc/codeDoc. -
_configuration
Configuration _configuration
The configuration specified in the constructor. -
_font
java.awt.Font _font
The font to use for No icon available message. -
_graphPane
GraphPane _graphPane
The graph pane. -
_iconContainer
CompositeEntity _iconContainer
The composite entity containing the icon. -
_jgraph
JGraph _jgraph
The jgraph. -
_target
NamedObj _target
The target given in the constructor, if any.
-
-
-
-
Package ptolemy.vergil.basic
-
Class ptolemy.vergil.basic.BasicGraphController.OpenBaseClassAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphController.UnitSolverDialogAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame extends PtolemyFrame implements Serializable
-
Serialized Fields
-
_copyAction
javax.swing.Action _copyAction
The copy action. -
_cutAction
javax.swing.Action _cutAction
The cut action. -
_defaultLibrary
LibraryAttribute _defaultLibrary
The default Library. -
_dropTarget
EditorDropTarget _dropTarget
The instance of EditorDropTarget associated with the JGraph. -
_editMenu
javax.swing.JMenu _editMenu
The edit menu. -
_editPreferencesAction
BasicGraphFrame.EditPreferencesAction _editPreferencesAction
The action to edit preferences. -
_exportGIFAction
javax.swing.Action _exportGIFAction
The export to GIF action. -
_exportHTMLAction
javax.swing.Action _exportHTMLAction
The export HTML action. -
_exportPDFAction
javax.swing.Action _exportPDFAction
The export to PDF action. -
_exportPNGAction
javax.swing.Action _exportPNGAction
The export to PNG action. -
_findAction
javax.swing.Action _findAction
The find action. -
_findInLibraryEntryBox
javax.swing.JTextField _findInLibraryEntryBox
The entry box for find in library. -
_graphMenu
javax.swing.JMenu _graphMenu
The graph menu. -
_graphPanner
JCanvasPanner _graphPanner
The panner. Note that this variable can be null if the configuration does not have an entity named "actor library". For example, see $PTII/bin/vergil -ptinyViewer. -
_jgraph
JGraph _jgraph
The instance of JGraph for this editor. -
_layoutAction
javax.swing.Action _layoutAction
The action for automatically laying out the graph. This can be either an advanced layout or the simple Ptolemy layout, depending on whether the better one is available. -
_layoutConfigDialogAction
javax.swing.Action _layoutConfigDialogAction
The action for opening the layout configuration dialog. This reference can benull
, since the dialog is only supported if advanced layout is available. In this case the action should not be shown in menus. -
_library
javax.swing.JTree _library
The library display widget. -
_libraryContextMenuCreator
PTreeMenuCreator _libraryContextMenuCreator
The library context menu creator. -
_libraryModel
EntityTreeModel _libraryModel
The library model. -
_libraryScrollPane
javax.swing.JScrollPane _libraryScrollPane
The library scroll pane. -
_mousePressedLayerAdapter
BasicGraphFrame.MousePressedLayerAdapter _mousePressedLayerAdapter
A layer adapter to handle the mousePressed event. -
_moveToBackAction
BasicGraphFrame.MoveToBackAction _moveToBackAction
Action to move to the back. -
_moveToFrontAction
BasicGraphFrame.MoveToFrontAction _moveToFrontAction
Action to move to the front. -
_openContainerAction
javax.swing.Action _openContainerAction
Action for opening the container, moving uplevel. -
_palettePane
javax.swing.JPanel _palettePane
The library display panel. -
_pasteAction
javax.swing.Action _pasteAction
The paste action. -
_previousMouseX
int _previousMouseX
X coordinate of where we last processed a press or drag of the middle mouse button. -
_previousMouseY
int _previousMouseY
Y coordinate of where we last processed a press or drag of the middle mouse button. -
_printAction
javax.swing.Action _printAction
Action to print the model. -
_redoAction
javax.swing.Action _redoAction
Action to redo the last undone MoML change. -
_reloadAccessorsAction
javax.swing.Action _reloadAccessorsAction
The action for reloading accessors. -
_rightComponent
javax.swing.JComponent _rightComponent
The right component for this editor. -
_saveAction
javax.swing.Action _saveAction
Action to save the model. -
_splitPane
javax.swing.JSplitPane _splitPane
The split pane for library and editor. Note that this variable can be null if the configuration does not have an entity named "actor library". For example, see $PTII/bin/vergil -ptinyViewer. -
_toolbar
javax.swing.JToolBar _toolbar
The toolbar. -
_topLibrary
CompositeEntity _topLibrary
The library. -
_treeView
PTree _treeView
The tree view of the model, used for browsing large models. -
_treeViewModel
ClassAndEntityTreeModel _treeViewModel
The tree view model. -
_treeViewScrollPane
javax.swing.JScrollPane _treeViewScrollPane
The tree view scroll pane. -
_undoAction
javax.swing.Action _undoAction
Action to undo the last MoML change. -
_zoomFitAction
javax.swing.Action _zoomFitAction
Action for zoom fitting. -
_zoomFlag
boolean _zoomFlag
True if we are inside zoom(). Used by derived classes with scrollbars. -
_zoomInAction
javax.swing.Action _zoomInAction
Action for zooming in. -
_zoomOutAction
javax.swing.Action _zoomOutAction
Action for zooming out. -
_zoomResetAction
javax.swing.Action _zoomResetAction
Action for zoom reset.
-
-
-
Class ptolemy.vergil.basic.BasicGraphFrame.CopyAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.CutAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.EditPreferencesAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.ExportImageAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_formatName
java.lang.String _formatName
-
-
-
Class ptolemy.vergil.basic.BasicGraphFrame.FindAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.MoveToBackAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.MoveToFrontAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrame.PasteAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.BasicGraphFrameExtension extends java.lang.Object implements Serializable
-
Class ptolemy.vergil.basic.CustomizeDocumentationAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.basic.DependencyResultsDialog extends SearchResultsDialog implements Serializable
-
Class ptolemy.vergil.basic.EditorDropTarget extends java.awt.dnd.DropTarget implements Serializable
-
Serialized Fields
-
_additionalListeners
java.util.Vector<java.awt.dnd.DropTargetListener> _additionalListeners
Vector to contain additional listeners. -
_dropIntoEnabled
boolean _dropIntoEnabled
Flag indicating whether drop into is enabled.
-
-
-
Class ptolemy.vergil.basic.ExtendedGraphFrame extends BasicGraphFrame implements Serializable
-
Serialized Fields
-
_fullScreenAction
javax.swing.Action _fullScreenAction
Action for displaying in full-screen mode. -
_previousDefaultContext
java.awt.Component _previousDefaultContext
Default context for dialogs before going to full-screen mode. -
_screen
javax.swing.JDialog _screen
If we are in full-screen mode, this will be non-null.
-
-
-
Class ptolemy.vergil.basic.ExtendedGraphFrame.FullScreenAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.basic.GetDocumentationAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
The configuration. -
_docPreference
int _docPreference
Defines a preference for whether to display kepler documentation or ptolemy documentation. This can be set in the constructor and it default to ptolemy. 0 is ptolemy, 1 is kepler. -
_effigy
Effigy _effigy
Defines the effigy to use if the effigy is not apparent from the model
-
-
-
Class ptolemy.vergil.basic.LookInsideAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
The configuration for the controller that contains this LookInsideAction.
-
-
-
Class ptolemy.vergil.basic.RemoveCustomDocumentationAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.basic.SearchResultsDialog extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_highlights
java.util.Set<Attribute> _highlights
Highlights that have been created. -
_owner
java.awt.Frame _owner
The The frame that, per the user, is generating the dialog. Typically a BasicGraphFrame. -
_previousSearchTerm
java.lang.String _previousSearchTerm
Previous search term, if any. -
_query
Query _query
The query portion of the dialog. -
_results
NamedObj[] _results
The results of the latest search. -
_resultsTable
javax.swing.JTable _resultsTable
Table for search results. -
_resultsTableModel
ptolemy.vergil.basic.SearchResultsDialog.ResultsTableModel _resultsTableModel
Model for the table. -
_searchButton
javax.swing.JButton _searchButton
The Search button. -
_target
Entity _target
The entity on which search is performed.
-
-
-
Class ptolemy.vergil.basic.WithIconGraphController.NewPortAction extends FigureAction implements Serializable
-
Serialized Fields
-
_prototype
IOPort _prototype
-
-
-
-
Package ptolemy.vergil.basic.export.html
-
Class ptolemy.vergil.basic.export.html.ExportHTMLAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_areaAttributes
java.util.HashMap<NamedObj,java.util.HashMap<java.lang.String,java.lang.String>> _areaAttributes
Data structure storing area attributes to for each Ptolemy II object. -
_basicGraphFrame
BasicGraphFrame _basicGraphFrame
The associated Vergil frame. -
_contents
java.util.HashMap<java.lang.String,java.util.List<java.lang.StringBuffer>> _contents
Content added by position. -
_end
java.util.LinkedList<java.lang.StringBuffer> _end
Content of the end section. -
_head
java.util.LinkedList<java.lang.StringBuffer> _head
Content of the head section. -
_parameters
ExportParameters _parameters
The parameters of the current export, if there is one. -
_sanitizedModelName
java.lang.String _sanitizedModelName
The sanitized modelName -
_showTitleInHTML
boolean _showTitleInHTML
Indicator of whether title should be shown in HTML. -
_start
java.util.LinkedList<java.lang.StringBuffer> _start
Content of the start section. -
_title
java.lang.String _title
The title of the page.
-
-
-
-
Package ptolemy.vergil.basic.export.itextpdf
-
Class ptolemy.vergil.basic.export.itextpdf.ExportPDFAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
Top _frame
The top-level window of the contents to be exported.
-
-
-
-
Package ptolemy.vergil.basic.imprt.accessor
-
Class ptolemy.vergil.basic.imprt.accessor.ImportAccessorAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
BasicGraphFrame _frame
The top-level window of the contents to be exported. -
_lastAccessorName
java.lang.String _lastAccessorName
The most recent accessor. -
_lastLocation
java.lang.String _lastLocation
The most recent location.
-
-
-
-
Package ptolemy.vergil.basic.imprt.fmu
-
Class ptolemy.vergil.basic.imprt.fmu.ImportFMUAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
Top _frame
The top-level window of the contents to be exported. -
_lastLocation
java.lang.String _lastLocation
The most recent location for instantiating a class. -
_lastModelExchange
boolean _lastModelExchange
The most recent selection of Model Exchange (vs. Co-Simulation).
-
-
-
Class ptolemy.vergil.basic.imprt.fmu.ImportFMUForQSSAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
Top _frame
The top-level window of the contents to be exported. -
_lastLocation
java.lang.String _lastLocation
The most recent location for instantiating a class.
-
-
-
Class ptolemy.vergil.basic.imprt.fmu.ImportFMUHybridAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
Top _frame
The top-level window of the contents to be exported. -
_lastLocation
java.lang.String _lastLocation
The most recent location for instantiating a class. -
_lastModelExchange
boolean _lastModelExchange
The most recent selection of Model Exchange (vs. Co-Simulation).
-
-
-
-
Package ptolemy.vergil.basic.imprt.g4ltl
-
Class ptolemy.vergil.basic.imprt.g4ltl.ImportG4LTLAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_frame
Top _frame
The top-level window of the contents to be exported.
-
-
-
-
Package ptolemy.vergil.debugger
-
Class ptolemy.vergil.debugger.BreakpointConfigurer extends Query implements Serializable
-
Serialized Fields
-
_actor
Actor _actor
-
_actorProfile
DebugProfile _actorProfile
-
_graphController
BasicGraphController _graphController
-
-
-
Class ptolemy.vergil.debugger.BreakpointConfigurerDialog extends ComponentDialog implements Serializable
-
-
Package ptolemy.vergil.gt
-
Class ptolemy.vergil.gt.CellPanelEditor extends javax.swing.AbstractCellEditor implements Serializable
-
Serialized Fields
-
_currentValue
javax.swing.JPanel _currentValue
-
-
-
Class ptolemy.vergil.gt.GTFrame extends ExtendedGraphFrame implements Serializable
-
Serialized Fields
-
_frameController
GTFrameController _frameController
-
_fullscreen
boolean _fullscreen
-
-
-
Class ptolemy.vergil.gt.GTFrame.ConfigureCriteriaAction extends GTFrame.ConfigureIngredientsAction implements Serializable
-
Class ptolemy.vergil.gt.GTFrame.ConfigureIngredientsAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.gt.GTFrame.ConfigureOperationsAction extends GTFrame.ConfigureIngredientsAction implements Serializable
-
Class ptolemy.vergil.gt.GTIngredientsEditor extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_attribute
GTIngredientsAttribute _attribute
-
_editor
ptolemy.vergil.gt.GTIngredientsEditor.IngredientContentEditor _editor
-
_ingredientClasses
java.util.List<java.lang.Class<? extends GTIngredient>> _ingredientClasses
-
_initialIngredientList
GTIngredientList _initialIngredientList
-
_owner
java.awt.Frame _owner
-
_table
javax.swing.JTable _table
-
_tableModel
javax.swing.table.DefaultTableModel _tableModel
-
_target
NamedObj _target
-
_temporaryIngredientList
GTIngredientList _temporaryIngredientList
-
-
-
Class ptolemy.vergil.gt.MatchResultViewer extends GTFrame implements Serializable
-
Serialized Fields
-
_currentPosition
int _currentPosition
-
_fileSelectionStatus
MatchResultViewer.FileSelectionStatus _fileSelectionStatus
-
_isBatchMode
boolean _isBatchMode
-
_isNextFileEnabled
boolean _isNextFileEnabled
-
_isPreviousFileEnabled
boolean _isPreviousFileEnabled
-
_nextButton
javax.swing.JButton _nextButton
-
_nextFileButton
javax.swing.JButton _nextFileButton
-
_nextFileItem
javax.swing.JMenuItem _nextFileItem
-
_nextItem
javax.swing.JMenuItem _nextItem
-
_previousButton
javax.swing.JButton _previousButton
-
_previousFileButton
javax.swing.JButton _previousFileButton
-
_previousFileItem
javax.swing.JMenuItem _previousFileItem
-
_previousItem
javax.swing.JMenuItem _previousItem
-
_results
java.util.List<MatchResult> _results
-
_rule
TransformationRule _rule
-
_sourceFileName
java.lang.String _sourceFileName
-
_subviewers
java.util.Set<MatchResultViewer> _subviewers
-
_topFrame
MatchResultViewer _topFrame
The top frame that shows the toplevel model, or null if the top frame is this frame itself. -
_transformButton
javax.swing.JButton _transformButton
-
_transformItem
javax.swing.JMenuItem _transformItem
-
_transformMenu
javax.swing.JMenu _transformMenu
-
_transformUntilFixpointButton
javax.swing.JButton _transformUntilFixpointButton
-
_transformUntilFixpointItem
javax.swing.JMenuItem _transformUntilFixpointItem
-
-
-
Class ptolemy.vergil.gt.TransformationEditor extends GTFrame implements Serializable
-
Serialized Fields
-
_cellEditor
ptolemy.vergil.gt.TransformationEditor.CellEditor _cellEditor
-
_fullScreenComponent
java.awt.Component _fullScreenComponent
-
_previousDefaultContext
java.awt.Component _previousDefaultContext
-
_ruleMenu
javax.swing.JMenu _ruleMenu
The case menu. -
_screen
javax.swing.JDialog _screen
-
_selectedIndexBeforeFullScreen
int _selectedIndexBeforeFullScreen
-
_table
javax.swing.JTable _table
-
_tableModel
javax.swing.table.DefaultTableModel _tableModel
-
-
-
-
Package ptolemy.vergil.icon
-
Class ptolemy.vergil.icon.EditIconFrame extends BasicGraphFrame implements Serializable
-
Serialized Fields
-
_controller
EditIconGraphController _controller
-
_ZOOM_SCALE
double _ZOOM_SCALE
-
-
-
-
Package ptolemy.vergil.kernel
-
Class ptolemy.vergil.kernel.ListenToAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
-
_controller
BasicGraphController _controller
-
_target
NamedObj _target
-
-
-
Class ptolemy.vergil.kernel.PortDialogAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
-
-
-
Class ptolemy.vergil.kernel.RenameDialogAction extends FigureAction implements Serializable
-
-
Package ptolemy.vergil.modal
-
Class ptolemy.vergil.modal.CaseGraphFrame extends ActorGraphFrame implements Serializable
-
Serialized Fields
-
_addCaseAction
CaseGraphFrame.AddCaseAction _addCaseAction
The action to add a case. -
_case
Case _case
The Case actor displayed by this frame. -
_caseMenu
javax.swing.JMenu _caseMenu
The case menu. -
_removeCaseAction
CaseGraphFrame.RemoveCaseAction _removeCaseAction
The action to remove a case. -
_tabbedPane
javax.swing.JTabbedPane _tabbedPane
The tabbed pane for cases.
-
-
-
Class ptolemy.vergil.modal.CaseGraphFrame.AddCaseAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.modal.CaseGraphFrame.RemoveCaseAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.modal.FSMGraphController.NewStateAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.modal.FSMGraphFrame extends ExtendedGraphFrame implements Serializable
-
Serialized Fields
-
_controller
FSMGraphController _controller
The controller. The controller is protected so that the subclass (InterfaceAutomatonGraphFrame) can set it to a more specific controller. -
_debugMenu
javax.swing.JMenu _debugMenu
Debug menu for this frame. -
_lastDelayTime
long _lastDelayTime
-
_modifiedPorts
java.util.List<IOPort> _modifiedPorts
-
-
-
Class ptolemy.vergil.modal.StateController.LookInsideAction extends FigureAction implements Serializable
-
-
Package ptolemy.vergil.modal.fmv
-
Class ptolemy.vergil.modal.fmv.FmvAutomatonGraphController.NewFmvStateAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.modal.fmv.FmvAutomatonGraphFrame extends FSMGraphFrame implements Serializable
-
Serialized Fields
-
_directory
java.io.File _directory
Deprecated. -
_fmvMenu
javax.swing.JMenu _fmvMenu
Deprecated.The case menu. -
_invokeNuSMVAction
FmvAutomatonGraphFrame.InvokeNuSMVAction _invokeNuSMVAction
Deprecated. -
_translateSmvAction
FmvAutomatonGraphFrame.TranslateSmvAction _translateSmvAction
Deprecated.
-
-
-
Class ptolemy.vergil.modal.fmv.FmvAutomatonGraphFrame.InvokeNuSMVAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.modal.fmv.FmvAutomatonGraphFrame.TranslateSmvAction extends javax.swing.AbstractAction implements Serializable
-
-
Package ptolemy.vergil.modal.ia
-
Class ptolemy.vergil.modal.ia.InterfaceAutomatonGraphController.ComposeWithAction extends javax.swing.AbstractAction implements Serializable
-
Class ptolemy.vergil.modal.ia.InterfaceAutomatonGraphFrame extends FSMGraphFrame implements Serializable
-
-
Package ptolemy.vergil.modal.modal
-
Class ptolemy.vergil.modal.modal.HierarchicalStateController.AddRefinementAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.modal.modal.HierarchicalStateController.RemoveRefinementAction extends FigureAction implements Serializable
-
-
Package ptolemy.vergil.ontologies
-
Class ptolemy.vergil.ontologies.OntologyGraphFrame extends ExtendedGraphFrame implements Serializable
-
Serialized Fields
-
_controller
OntologyGraphController _controller
The controller for the ontology editor frame. -
_debugMenu
javax.swing.JMenu _debugMenu
Debug menu for the ontology editor frame.
-
-
-
Class ptolemy.vergil.ontologies.OntologySolverGraphFrame extends ExtendedGraphFrame implements Serializable
-
Serialized Fields
-
_controller
OntologySolverGraphController _controller
The graph controller. This is created in _createGraphPane(). -
_debugMenu
javax.swing.JMenu _debugMenu
Debug menu for this frame. -
_debugMenuListener
OntologySolverGraphFrame.DebugMenuListener _debugMenuListener
Listener for debug menu commands. -
_insertOntologyAction
javax.swing.Action _insertOntologyAction
The action for inserting an ontology into the ontology solver model. -
_instantiateAttributeAction
javax.swing.Action _instantiateAttributeAction
The action for instantiating an attribute. -
_instantiateEntityAction
javax.swing.Action _instantiateEntityAction
The action for instantiating an entity. -
_ontologyMenu
javax.swing.JMenu _ontologyMenu
The ontology menu.
-
-
-
-
Package ptolemy.vergil.ptera
-
Class ptolemy.vergil.ptera.PteraGraphController.NewEventAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.ptera.PteraGraphFrame extends FSMGraphFrame implements Serializable
-
-
Package ptolemy.vergil.scr
-
Class ptolemy.vergil.scr.ConditionsTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Class ptolemy.vergil.scr.EventTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
_columnCount
int _columnCount
-
_model
FSMActor _model
-
_parameter
Parameter _parameter
-
_rowCount
int _rowCount
-
_tableContent
java.util.ArrayList _tableContent
-
_tokenMap
java.util.Map<java.lang.String,Token> _tokenMap
Map from input port name to input value. The fire() method populates this map. This is protected so that if a subclass overrides fire(), it can determine the values of the inputs.
-
-
-
Class ptolemy.vergil.scr.ModeTransitionTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
_model
FSMActor _model
-
_tableContent
java.util.ArrayList _tableContent
-
_tableContentIsInvalid
boolean _tableContentIsInvalid
-
-
-
Class ptolemy.vergil.scr.SCRTableFrame extends PtolemyFrame implements Serializable
-
Serialized Fields
-
_model
FSMActor _model
-
-
-
-
Package ptolemy.vergil.toolbox
-
Class ptolemy.vergil.toolbox.AnnotationEditorFactory.AnnotationTextEditor extends javax.swing.JPanel implements Serializable
-
Class ptolemy.vergil.toolbox.ConfigureAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.toolbox.EditIconAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
-
-
-
Class ptolemy.vergil.toolbox.FigureAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_figure
Figure _figure
-
_frame
java.lang.ref.WeakReference _frame
-
_sourceType
FigureAction.SourceType _sourceType
-
_target
NamedObj _target
-
_x
int _x
-
_y
int _y
-
-
-
Class ptolemy.vergil.toolbox.MoveAction extends FigureAction implements Serializable
-
Serialized Fields
-
_type
ptolemy.vergil.toolbox.MoveAction.MoveType _type
The type of move.
-
-
-
Class ptolemy.vergil.toolbox.PtolemyListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Class ptolemy.vergil.toolbox.PtolemyTransferable extends java.lang.Object implements Serializable
-
Serialized Fields
-
_flavors
java.awt.datatransfer.DataFlavor[] _flavors
-
_objectList
java.util.List _objectList
-
-
-
Class ptolemy.vergil.toolbox.RemoveIconAction extends FigureAction implements Serializable
-
Class ptolemy.vergil.toolbox.RotateOrFlipPorts extends FigureAction implements Serializable
-
Serialized Fields
-
_direction
int _direction
The direction requested in the constructor.
-
-
-
Class ptolemy.vergil.toolbox.TextEditorForStringAttributes extends TextEditor implements Serializable
-
Serialized Fields
-
_attributeToEdit
Attribute _attributeToEdit
-
_factory
TextEditorFactory _factory
-
_modelModified
boolean _modelModified
True if this attribute was modified and saved, which caused. the containing model to be modified.
-
-
-
-
Package ptolemy.vergil.tree
-
Class ptolemy.vergil.tree.PtolemyTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
-
Serialized Fields
-
_showSettableValues
boolean _showSettableValues
Indicator of whether to show expression values of Settables.
-
-
-
Class ptolemy.vergil.tree.PTree extends javax.swing.JTree implements Serializable
-
Class ptolemy.vergil.tree.TreeEditor extends javax.swing.JFrame implements Serializable
-
Class ptolemy.vergil.tree.TreeEditorPanel extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
_parser
MoMLParser _parser
The parser being used for this model. -
_toplevel
NamedObj _toplevel
The top-level entity of the model.
-
-
-
Class ptolemy.vergil.tree.TreeTableau.TreeFrame extends PtolemyFrame implements Serializable
-
-
Package ptolemy.vergil.unit
-
Class ptolemy.vergil.unit.ConfigureUnitsAction extends FigureAction implements Serializable
-
Serialized Fields
-
_configuration
Configuration _configuration
-
-
-
Class ptolemy.vergil.unit.UnitConstraintsDialog extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_addButton
javax.swing.JButton _addButton
-
_applyButton
javax.swing.JButton _applyButton
-
_commitButton
javax.swing.JButton _commitButton
-
_removeButton
javax.swing.JButton _removeButton
-
_rowSelectionListener
javax.swing.event.ListSelectionListener _rowSelectionListener
-
_unitsTable
javax.swing.JTable _unitsTable
-
_unitsTableModel
ptolemy.vergil.unit.UnitConstraintsDialog.UnitsTableModel _unitsTableModel
-
-
-
Class ptolemy.vergil.unit.UnitSolverDialog extends PtolemyDialog implements Serializable
-
Serialized Fields
-
_controller
GraphController _controller
-
_defaultSelectionRenderer
SelectionRenderer _defaultSelectionRenderer
-
_entities
java.util.Set<ComponentEntity> _entities
-
_fullSolutionResult
javax.swing.JLabel _fullSolutionResult
-
_graphModel
AbstractBasicGraphModel _graphModel
-
_model
TypedCompositeActor _model
-
_relations
java.util.Set<Relation> _relations
-
_runFullSolverButton
javax.swing.JButton _runFullSolverButton
-
_runMinimalSpanSolverButton
javax.swing.JButton _runMinimalSpanSolverButton
-
_selectionInteractor
SelectionInteractor _selectionInteractor
-
_selectionModel
SelectionModel _selectionModel
-
_setToSelectedButton
javax.swing.JButton _setToSelectedButton
-
_showComponentsButton
javax.swing.JButton _showComponentsButton
-
_solutions
java.util.Vector _solutions
-
_solutionsList
javax.swing.JList _solutionsList
-
_solutionsListModel
UnitSolverDialog.SolutionListModel _solutionsListModel
-
_tableau
Tableau _tableau
-
_uConstraints
UnitConstraints _uConstraints
-
-
-
Class ptolemy.vergil.unit.UnitSolverDialog.SolutionListModel extends javax.swing.AbstractListModel implements Serializable
-
Serialized Fields
-
_solutions
java.util.Vector _solutions
-
-
-
-
Package ptolemy.verification.gui
-
Class ptolemy.verification.gui.MathematicalModelConverterGUI extends PtolemyFrame implements Serializable
-