Serialized Form


Package gumbo.net

Class gumbo.net.NetWindow.KillClientAction implements Serializable

Serialized Fields

_thread

NetThread _thread

_manualRetry

boolean _manualRetry

Class gumbo.net.NetWindow.KillServerAction implements Serializable

Serialized Fields

_thread

NetThread _thread

_manualRetry

boolean _manualRetry

Class gumbo.net.NetWindow.LocalWhoAction implements Serializable

Serialized Fields

_thread

MessageThread _thread

Class gumbo.net.NetWindow.PingAction implements Serializable

Serialized Fields

_thread

MessageThread _thread

Class gumbo.net.NetWindow.RemoteWhoAction implements Serializable

Serialized Fields

_thread

NetThread _thread

Class gumbo.net.NetWindow.ServerWhoAction implements Serializable

Serialized Fields

_thread

NetThread _thread


Package gumbo.util.relation

Class gumbo.util.relation.AbstractAssociate implements Serializable

Serialized Fields

_associates

java.util.HashSet _associates
Deprecated. 
Associates (Associate). Never null.


_associatesImm

java.util.Set _associatesImm
Deprecated. 

Class gumbo.util.relation.AbstractRelation implements Serializable

Serialization Methods

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
Serialized Fields

_relationship

Relationship _relationship
This relation's relationship. Null if none.

Class gumbo.util.relation.AbstractTreeNode implements Serializable

Serialization Methods

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

Class gumbo.util.relation.AbstractTreeNode.Auto implements Serializable

Class gumbo.util.relation.AbstractTreeNode.Global implements Serializable

Class gumbo.util.relation.AbstractTreeNodeDelegator implements Serializable

Serialized Fields

_tree

TreeNode _tree

Class gumbo.util.relation.Relations.RelationImm implements Serializable

Serialized Fields

_target

Relation _target

Class gumbo.util.relation.Relations.RelationWrapper implements Serializable

Serialized Fields

_target

Relation _target

Class gumbo.util.relation.Relationship implements Serializable

Serialization Methods

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

Class gumbo.util.relation.TestDelegator implements Serializable

Serialization Methods

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
Serialized Fields

_id

java.lang.String _id

_relation

Relation _relation

Class gumbo.util.relation.TestRelation implements Serializable

Serialization Methods

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
Serialized Fields

_id

java.lang.String _id

Class gumbo.util.relation.TestRelationship implements Serializable

Serialization Methods

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
Serialized Fields

_id

java.lang.String _id

_delegatorType

java.lang.Class _delegatorType

Class gumbo.util.relation.TestTree implements Serializable

Serialization Methods

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
Serialized Fields

_id

java.lang.String _id

_delegatorType

java.lang.Class _delegatorType

Class gumbo.util.relation.TestTreeNode implements Serializable

Serialization Methods

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
Serialized Fields

_id

java.lang.String _id

Class gumbo.util.relation.TreeNodes.GlobalTree implements Serializable

Serialization Methods

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.)

Class gumbo.util.relation.TreeNodes.Tree implements Serializable

Class gumbo.util.relation.TreeNodes.TreeNodeImm implements Serializable

Serialized Fields

_target

TreeNode _target

Class gumbo.util.relation.TreeNodes.TreeNodeWrapper implements Serializable

Serialized Fields

_target

TreeNode _target


Package gumbo.graphic.space

Class gumbo.graphic.space.AbstractGraphicSpaceRoot implements Serializable

Serialized Fields

_delegator

java.lang.Object _delegator

Class gumbo.graphic.space.AbstractSpaceNode implements Serializable


Package gumbo.interact

Class gumbo.interact.TestInteractApp.EnableAction implements Serializable

Serialized Fields

_name

java.lang.String _name

_enableIn

BooleanField.EventIn _enableIn

Class gumbo.interact.TestInteractApp.TestScrollPane implements Serializable

Class gumbo.interact.TestSwingTargets.AbstractShape implements Serializable

Serialized Fields

_name

java.lang.String _name

Class gumbo.interact.TestSwingTargets.Button implements Serializable

Class gumbo.interact.TestSwingTargets.Space implements Serializable

Class gumbo.interact.TestSwingTargets.Thing implements Serializable

Serialized Fields

_label

javax.swing.JLabel _label


Package gumbo.visualize.data.consistency

Class gumbo.visualize.data.consistency.ParityModel implements Serializable


Package gumbo.net.msg

Class gumbo.net.msg.Message implements Serializable

Serialization Methods

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

Class gumbo.net.msg.MessageDataException implements Serializable

Class gumbo.net.msg.MessageException implements Serializable

Class gumbo.net.msg.MessageHead implements Serializable

Serialization Methods

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
Serialized Fields

_headVersion

java.lang.String _headVersion

_messageType

java.lang.String _messageType

_sourceTime

long _sourceTime

_bodyVersion

java.lang.String _bodyVersion

Class gumbo.net.msg.MessageIOException implements Serializable

Class gumbo.net.msg.MsgPingCommand implements Serializable

Serialized Fields

_startTime

long _startTime

Class gumbo.net.msg.MsgPingStatus implements Serializable

Serialized Fields

_startTime

long _startTime

Class gumbo.net.msg.ObjectMessageEnd implements Serializable


Package gumbo.graphic.probe

Class gumbo.graphic.probe.AbstractIntersectionNode implements Serializable

Class gumbo.graphic.probe.AxisBound3 implements Serializable

Serialized Fields

_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.

Class gumbo.graphic.probe.TestPickApp.EnableAction implements Serializable

Serialized Fields

_name

java.lang.String _name

_enableIn

BooleanField.EventIn _enableIn

Class gumbo.graphic.probe.TestPickApp.TestScrollPane implements Serializable


Package gumbo.interact.select

Class gumbo.interact.select.TestAspectApp.AddAspectAction implements Serializable

Serialized Fields

_model

AspectModel _model

_manager

SelectManager _manager

Class gumbo.interact.select.TestAspectApp.RemoveAspectAction implements Serializable

Serialized Fields

_manager

SelectManager _manager

Class gumbo.interact.select.TestAspectApp.TestScrollPane implements Serializable

Class gumbo.interact.select.TestSelectApp.EnableAction implements Serializable

Serialized Fields

_name

java.lang.String _name

_enableIn

BooleanField.EventIn _enableIn

Class gumbo.interact.select.TestSelectApp.TestScrollPane implements Serializable

Class gumbo.interact.select.TestSelectApp.Thing implements Serializable

Class gumbo.interact.select.TestSwingSelectTargets.Thing implements Serializable

Serialized Fields

_aspectFlags

java.util.LinkedList _aspectFlags
Sorted aspect flags, back to front.


Package gumbo.graphic.impl.swing

Class gumbo.graphic.impl.swing.SwingShape implements Serializable

Serialized Fields

_state

InteractorState _state
The interaction state.

Class gumbo.graphic.impl.swing.SwingSpaceNode implements Serializable

Serialized Fields

_graphic

java.awt.Component _graphic
The target graphic of this proxy.


Package gumbo.graphic.input

Class gumbo.graphic.input.TestSensorApp.TestScrollPane implements Serializable


Package gumbo.graphic.math

Class gumbo.graphic.math.AxisAngle3 implements Serializable

Serialized Fields

_angle

double _angle

_axis

UnitVector3 _axis

Class gumbo.graphic.math.Line3 implements Serializable

Serialized Fields

_pos

Point3 _pos

_dir

UnitVector3 _dir

Class gumbo.graphic.math.Matrix4 implements Serializable

Serialized Fields

_matrix

double[][] _matrix

Class gumbo.graphic.math.Plane3 implements Serializable

Serialized Fields

_dist

double _dist

_nrm

UnitVector3 _nrm

Class gumbo.graphic.math.Point3 implements Serializable

Class gumbo.graphic.math.Polygon3 implements Serializable

Class gumbo.graphic.math.Polygon3.Immutable implements Serializable

Serialized Fields

_target

Polygon3 _target

Class gumbo.graphic.math.Ray3 implements Serializable

Class gumbo.graphic.math.Segment3 implements Serializable

Serialized Fields

_length

double _length

_head

Point3 _head

Class gumbo.graphic.math.Size3 implements Serializable

Class gumbo.graphic.math.Tuple3 implements Serializable

Serialization Methods

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
Serialized Fields

_x

double _x

_y

double _y

_z

double _z

Class gumbo.graphic.math.UnitVector3 implements Serializable

Class gumbo.graphic.math.Vector3 implements Serializable


Package gumbo.interact.button

Class gumbo.interact.button.TestButtonApp.TestScrollPane implements Serializable

Class gumbo.interact.button.TestClickApp.TestScrollPane implements Serializable

Class gumbo.interact.button.TestClickGestureApp.TestScrollPane implements Serializable


Package gumbo.visualize.data.client

Class gumbo.visualize.data.client.ClientColors implements Serializable

Serialized Fields

_normal

java.awt.Color _normal

_over

java.awt.Color _over

_groupOver

java.awt.Color _groupOver

Class gumbo.visualize.data.client.ClientData.Map implements Serializable

Class gumbo.visualize.data.client.ClientLabel implements Serializable

Serialized Fields

_text

java.lang.String _text

_icon

javax.swing.Icon _icon


Package gumbo.visualize.data.layout

Class gumbo.visualize.data.layout.WholeLayoutEngine.LayoutAction implements Serializable

Serialized Fields

_engine

WholeLayoutEngine _engine


Package gumbo.visualize.data.impl.swing

Class gumbo.visualize.data.impl.swing.SwingDataShape implements Serializable

Serialized Fields

_view

PartView _view
The associated part view.


_label

ClientLabelGraphic _label
The label graphic. Null if none.


_init

boolean _init
False until init.

Class gumbo.visualize.data.impl.swing.SwingGraphEdge implements Serializable

Serialized Fields

_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.

Class gumbo.visualize.data.impl.swing.SwingGraphVertex implements Serializable

Serialized Fields

_label

LabelGraphic _label
This shape's auto-label.

Class gumbo.visualize.data.impl.swing.SwingGraphView implements Serializable

Serialized Fields

_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.

Class gumbo.visualize.data.impl.swing.SwingListEntry implements Serializable

Serialized Fields

_label

LabelGraphic _label
This shape's auto-label.

Class gumbo.visualize.data.impl.swing.SwingListView implements Serializable

Serialized Fields

_view

WholeView _view
This graphic view's whole view. Never null.

Class gumbo.visualize.data.impl.swing.SwingTreeView implements Serializable

Serialized Fields

_view

WholeView _view
This graphic view's whole view. Never null.


_model

javax.swing.tree.DefaultTreeModel _model
The Swing tree model.

Class gumbo.visualize.data.impl.swing.SwingViewScroller implements Serializable

Serialized Fields

_view

WholeView _view
The target whole view. Null until set.


Package gumbo.util

Class gumbo.util.AbstractDelegatable.Serial implements Serializable

Serialization Methods

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.

Class gumbo.util.AbstractGroup implements Serializable

Serialized Fields

_groupStore

java.util.Collection _groupStore
Group store (Object). Lazy build.

Class gumbo.util.AbstractSetList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

_list

java.util.List _list
Target list.

Class gumbo.util.Delegatables.DelegatableImm implements Serializable

Serialized Fields

_target

Delegatable _target

Class gumbo.util.Delegatables.DelegatableWrapper implements Serializable

Serialized Fields

_target

Delegatable _target

Class gumbo.util.Disposables.DisposableImm implements Serializable

Serialized Fields

_target

Disposable _target

Class gumbo.util.Disposables.DisposableWrapper implements Serializable

Serialized Fields

_target

Disposable _target


Package gumbo.visualize.data

Class gumbo.visualize.data.AspectModel implements Serializable

Serialization Methods

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

Class gumbo.visualize.data.DataModel implements Serializable

Serialization Methods

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

Class gumbo.visualize.data.EdgeModel implements Serializable

Serialization Methods

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().

Class gumbo.visualize.data.ElementModel implements Serializable

Class gumbo.visualize.data.GraphModel implements Serializable

Serialization Methods

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

Class gumbo.visualize.data.GroupModel implements Serializable

Class gumbo.visualize.data.ListModel implements Serializable

Serialized Fields

_last

VertexModel _last
Last vertex in this list. Null if none.

Class gumbo.visualize.data.PartModel implements Serializable

Serialized Fields

_partTree

TreeNode _partTree
Delegate for the part tree. An auto tree node with a null relationship.

Class gumbo.visualize.data.PortModel implements Serializable

Serialized Fields

_edges

java.util.List _edges
Edges (EdgeModel) connected to this port.


_edgesImm

java.util.List _edgesImm
Immutable view of _ports. Lazy build.

Class gumbo.visualize.data.SuperModel implements Serializable

Class gumbo.visualize.data.TestAspectApp.AddAspectAction implements Serializable

Serialized Fields

_colors

ClientColors _colors

_app

TestAspectApp _app

_manager

ConsistencyManager _manager

Class gumbo.visualize.data.TestAspectApp.RemoveAspectAction implements Serializable

Serialized Fields

_manager

ConsistencyManager _manager

Class gumbo.visualize.data.TestClientAgent.MsgGraphOpenRequest implements Serializable

Class gumbo.visualize.data.TestClientAgent.MsgListOpenRequest implements Serializable

Class gumbo.visualize.data.TestClientAgent.MsgTreeOpenRequest implements Serializable

Class gumbo.visualize.data.TestServerAgent.MsgGraphOpenResponse implements Serializable

Class gumbo.visualize.data.TestServerAgent.MsgListOpenResponse implements Serializable

Class gumbo.visualize.data.TestServerAgent.MsgSetClientDataCommand implements Serializable

Serialized Fields

_clientId

java.lang.Object _clientId

_clientData

java.lang.Object _clientData

Class gumbo.visualize.data.TestServerAgent.MsgTreeOpenResponse implements Serializable

Class gumbo.visualize.data.TestViewWindow.NewModelAction implements Serializable

Class gumbo.visualize.data.TestViewWindow.NewWindowAction implements Serializable

Class gumbo.visualize.data.VertexModel implements Serializable

Class gumbo.visualize.data.WholeModel implements Serializable

Serialization Methods

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.

Serialized Fields

_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.

Class gumbo.visualize.data.WholeModel.GlobalWholeTree implements Serializable

Serialization Methods

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

Class gumbo.net.msg.ascii.AsciiMessage implements Serializable

Class gumbo.net.msg.ascii.AsciiMessageHead implements Serializable


Package gumbo.app

Class gumbo.app.ConsolePanel implements Serializable

Serialized Fields

_area

MonitorPanel _area

_field

javax.swing.JTextField _field

_reader

java.io.Reader _reader

_writer

java.io.Writer _writer

Class gumbo.app.MonitorBiPanel implements Serializable

Serialized Fields

_readerMonitor

MonitorPanel _readerMonitor

_writerMonitor

MonitorPanel _writerMonitor

Class gumbo.app.MonitorPanel implements Serializable

Serialized Fields

_area

MonitorPanel.MonitorTextArea _area

_writer

java.io.Writer _writer

Class gumbo.app.MonitorPanel.MonitorTextArea implements Serializable

Serialized Fields

_appendBuffer

java.lang.String _appendBuffer