Serialized Form
_thread
NetThread _thread
_manualRetry
boolean _manualRetry
_thread
NetThread _thread
_manualRetry
boolean _manualRetry
_thread
MessageThread _thread
_thread
MessageThread _thread
_thread
NetThread _thread
_thread
NetThread _thread
Package gumbo.util.relation |
_associates
java.util.HashSet _associates
- Deprecated.
- Associates (Associate). Never null.
_associatesImm
java.util.Set _associatesImm
- Deprecated.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_relationship
Relationship _relationship
- This relation's relationship. Null if none.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_tree
TreeNode _tree
_target
Relation _target
_target
Relation _target
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Note that _relations is not serialized. All relations
must add themselves to their relationship, using implAddRelation(),
during deserialization. This facilitates serialization of singleton
(global) relationships. (It also avoids a nasty and inexplicable
serialization problems encountered during development.)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_id
java.lang.String _id
_relation
Relation _relation
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_id
java.lang.String _id
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_id
java.lang.String _id
_delegatorType
java.lang.Class _delegatorType
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_id
java.lang.String _id
_delegatorType
java.lang.Class _delegatorType
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_id
java.lang.String _id
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Use singleton instance for all references to this. Note that
all relations must add themselves to their relationship during
deserialization in case they belong to a singleton relationship.
(This also has the side effect of avoiding nasty and inexplicable
serialization problems encountered during development.)
_target
TreeNode _target
_target
TreeNode _target
Package gumbo.graphic.space |
_delegator
java.lang.Object _delegator
_name
java.lang.String _name
_enableIn
BooleanField.EventIn _enableIn
_name
java.lang.String _name
_label
javax.swing.JLabel _label
Package gumbo.visualize.data.consistency |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
_headVersion
java.lang.String _headVersion
_messageType
java.lang.String _messageType
_sourceTime
long _sourceTime
_bodyVersion
java.lang.String _bodyVersion
_startTime
long _startTime
_startTime
long _startTime
Package gumbo.graphic.probe |
_min
Point3 _min
- Min extent. LTE the max extent. Never null.
_max
Point3 _max
- Max extent. GTE the max extent. Never null.
_isEmpty
boolean _isEmpty
- True if this bound is empty.
_name
java.lang.String _name
_enableIn
BooleanField.EventIn _enableIn
Package gumbo.interact.select |
_model
AspectModel _model
_manager
SelectManager _manager
_manager
SelectManager _manager
_name
java.lang.String _name
_enableIn
BooleanField.EventIn _enableIn
_aspectFlags
java.util.LinkedList _aspectFlags
- Sorted aspect flags, back to front.
Package gumbo.graphic.impl.swing |
_state
InteractorState _state
- The interaction state.
_graphic
java.awt.Component _graphic
- The target graphic of this proxy.
Package gumbo.graphic.input |
Package gumbo.graphic.math |
_angle
double _angle
_axis
UnitVector3 _axis
_pos
Point3 _pos
_dir
UnitVector3 _dir
_matrix
double[][] _matrix
_dist
double _dist
_nrm
UnitVector3 _nrm
_target
Polygon3 _target
_length
double _length
_head
Point3 _head
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_x
double _x
_y
double _y
_z
double _z
Package gumbo.interact.button |
Package gumbo.visualize.data.client |
_normal
java.awt.Color _normal
_over
java.awt.Color _over
_groupOver
java.awt.Color _groupOver
_text
java.lang.String _text
_icon
javax.swing.Icon _icon
Package gumbo.visualize.data.layout |
_engine
WholeLayoutEngine _engine
Package gumbo.visualize.data.impl.swing |
_view
PartView _view
- The associated part view.
_label
ClientLabelGraphic _label
- The label graphic. Null if none.
_init
boolean _init
- False until init.
_endPoints
java.util.List _endPoints
- List of end points (Point3).
_kinkPoints
java.util.List _kinkPoints
- List of kink points (Point3).
_linkSize
Size3 _linkSize
- Edge link size, used to compute _line_width and _decoSize.
_lineWidth
float _lineWidth
- Edge line width in pixels (>=0).
_decoSize
float _decoSize
- Edge line decoration size in pixels (>=0).
_hasHead
boolean _hasHead
- If true, the line will have a decoration at its head.
_stroke
java.awt.Stroke _stroke
- Used to stroke the path.
_label
LabelGraphic _label
- This shape's auto-label.
_view
WholeView _view
- This graphic view's whole view. Never null.
_nextVertexLayer
int _nextVertexLayer
- Next vertex layer. Always increasing. Never null.
_nextEdgeLayer
int _nextEdgeLayer
- Next edge layer. Always increasing. Never null.
_label
LabelGraphic _label
- This shape's auto-label.
_view
WholeView _view
- This graphic view's whole view. Never null.
_view
WholeView _view
- This graphic view's whole view. Never null.
_model
javax.swing.tree.DefaultTreeModel _model
- The Swing tree model.
_view
WholeView _view
- The target whole view. Null until set.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Receives and inits the delegator.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Sends the delegator. Throws an exception if this object
has been disposed or the delegator has not been initialized.
_groupStore
java.util.Collection _groupStore
- Group store (Object). Lazy build.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_list
java.util.List _list
- Target list.
_target
Delegatable _target
_target
Delegatable _target
_target
Disposable _target
_target
Disposable _target
Package gumbo.visualize.data |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Note that _ports is not serialized to prevent serialization
overflow on deep graphs (no outward references from an edge model).
Instead, whole models are responsible for setting the ports in
its edges, using serialAddPortModel().
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
_last
VertexModel _last
- Last vertex in this list. Null if none.
_partTree
TreeNode _partTree
- Delegate for the part tree. An auto tree node with a
null relationship.
_edges
java.util.List _edges
- Edges (EdgeModel) connected to this port.
_edgesImm
java.util.List _edgesImm
- Immutable view of _ports. Lazy build.
_colors
ClientColors _colors
_app
TestAspectApp _app
_manager
ConsistencyManager _manager
_manager
ConsistencyManager _manager
_clientId
java.lang.Object _clientId
_clientData
java.lang.Object _clientData
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- As required by EdgeModel, receives the ports that any edges are
connected to and adds them to the edges.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- As required by EdgeModel, sends the ports that any edges are
connected to.
_dummySetListA
SetList _dummySetListA
- Dummy set list. Lazy build.
_dummySetListB
SetList _dummySetListB
_wholeTree
TreeNode _wholeTree
- Delegate for the whole tree. A global tree node with the
GlobalWholeTree.INSTANCE relationship.
_partTree
TreeNode _partTree
- Delegate for the part tree. An auto root node with a
new TreeNodes.Tree relationship.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Use singleton instance for all references to this. Note that
all relations must add themselves to their relationship during
deserialization in case they belong to a singleton relationship.
(This also has the side effect of avoiding nasty and inexplicable
serialization problems encountered during development.)
Package gumbo.net.msg.ascii |
_area
MonitorPanel _area
_field
javax.swing.JTextField _field
_reader
java.io.Reader _reader
_writer
java.io.Writer _writer
_readerMonitor
MonitorPanel _readerMonitor
_writerMonitor
MonitorPanel _writerMonitor
_area
MonitorPanel.MonitorTextArea _area
_writer
java.io.Writer _writer
_appendBuffer
java.lang.String _appendBuffer