Uses of Package
gumbo.util.route

Packages that use gumbo.util.route
gumbo.graphic.input   
gumbo.graphic.input.impl.swing   
gumbo.graphic.math   
gumbo.graphic.probe   
gumbo.graphic.space   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.button   
gumbo.interact.select   
gumbo.util.relation   
gumbo.util.route Provides interfaces, services, and utilities that support the "routing" of events, with or without data, between objects. 
gumbo.util.state   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
gumbo.visualize.data.consistency   
 

Classes in gumbo.util.route used by gumbo.graphic.input
DebugEventMonitor
          Abstract base class for a host object event monitor.
 

Classes in gumbo.util.route used by gumbo.graphic.input.impl.swing
DebugEventMonitor
          Abstract base class for a host object event monitor.
 

Classes in gumbo.util.route used by gumbo.graphic.math
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.graphic.probe
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
DebugEventMonitor
          Abstract base class for a host object event monitor.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.graphic.space
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.interact
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
DebugEventMonitor
          Abstract base class for a host object event monitor.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.interact.button
DebugEventMonitor
          Abstract base class for a host object event monitor.
 

Classes in gumbo.util.route used by gumbo.interact.select
DebugEventMonitor
          Abstract base class for a host object event monitor.
 

Classes in gumbo.util.route used by gumbo.util.relation
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.util.route
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
BooleanField
           
CharField
           
ClassField
           
CollectionField
          An object field whose default data type is Object.
DoubleField
           
EventDataNode
          An event node that sends and/or receives a single data value.
EventDataRouter
          A router for connecting two event data nodes.
EventGroupRouter
           
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
EventRouter
          An abstract "strategy" for connecting two event nodes.
IntField
           
NotifyNode
          An event data node that transfers no data (event is for notification only).
ObjectField
          An object field whose default data type is Object.
TestHost
           
TestNotifyHost
           
 

Classes in gumbo.util.route used by gumbo.util.state
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.visualize.data
AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
EventDataNode
          An event node that sends and/or receives a single data value.
EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
EventNodeMarker
          Marker interface for all event node interfaces and classes, which indicates that the object is connectable for event routing.
EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route used by gumbo.visualize.data.consistency
DebugEventMonitor
          Abstract base class for a host object event monitor.