Uses of Class
gumbo.util.route.EventDataNode

Packages that use EventDataNode
gumbo.graphic.math   
gumbo.graphic.probe   
gumbo.graphic.space   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
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. 
 

Uses of EventDataNode in gumbo.graphic.math
 

Subclasses of EventDataNode in gumbo.graphic.math
 class Point3Field
           
static class Point3Field.EventIn
           
static class Point3Field.EventInOut
           
static class Point3Field.EventOut
           
 class Vector3Field
           
static class Vector3Field.EventIn
           
static class Vector3Field.EventInOut
           
static class Vector3Field.EventOut
           
 

Uses of EventDataNode in gumbo.graphic.probe
 

Subclasses of EventDataNode in gumbo.graphic.probe
 class PickResultField
           
static class PickResultField.EventIn
           
static class PickResultField.EventInOut
           
static class PickResultField.EventOut
           
 

Uses of EventDataNode in gumbo.graphic.space
 

Subclasses of EventDataNode in gumbo.graphic.space
 class SpaceNodeField
           
static class SpaceNodeField.EventIn
           
static class SpaceNodeField.EventInOut
           
static class SpaceNodeField.EventOut
           
 

Uses of EventDataNode in gumbo.interact
 

Subclasses of EventDataNode in gumbo.interact
 class InteractorField
           
static class InteractorField.EventIn
           
static class InteractorField.EventInOut
           
static class InteractorField.EventOut
           
 

Uses of EventDataNode in gumbo.util.relation
 

Subclasses of EventDataNode in gumbo.util.relation
 class ConnectionField
           
static class ConnectionField.EventIn
           
static class ConnectionField.EventInOut
           
static class ConnectionField.EventOut
           
 class RelationField
           
static class RelationField.EventIn
           
static class RelationField.EventInOut
           
static class RelationField.EventOut
           
 

Uses of EventDataNode in gumbo.util.route
 

Subclasses of EventDataNode in gumbo.util.route
 class 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.
static class AbstractObjectField.EventIn
           
static class AbstractObjectField.EventOut
           
 class BooleanField
           
static class BooleanField.EventIn
           
static class BooleanField.EventInOut
           
static class BooleanField.EventOut
           
 class CharField
           
static class CharField.EventIn
           
static class CharField.EventInOut
           
static class CharField.EventOut
           
 class ClassField
           
static class ClassField.EventIn
           
static class ClassField.EventInOut
           
static class ClassField.EventOut
           
 class CollectionField
          An object field whose default data type is Object.
static class CollectionField.EventIn
           
static class CollectionField.EventInOut
           
static class CollectionField.EventOut
           
 class DoubleField
           
static class DoubleField.EventIn
           
static class DoubleField.EventInOut
           
static class DoubleField.EventOut
           
 class IntField
           
static class IntField.EventIn
           
static class IntField.EventInOut
           
static class IntField.EventOut
           
 class NotifyNode
          An event data node that transfers no data (event is for notification only).
static class NotifyNode.EventIn
           
static class NotifyNode.EventInOut
           
static class NotifyNode.EventOut
           
 class ObjectField
          An object field whose default data type is Object.
static class ObjectField.EventIn
           
static class ObjectField.EventInOut
           
static class ObjectField.EventOut
           
 

Uses of EventDataNode in gumbo.util.state
 

Subclasses of EventDataNode in gumbo.util.state
 class StateSetField
           
static class StateSetField.EventIn
           
static class StateSetField.EventInOut
           
static class StateSetField.EventOut
           
 

Uses of EventDataNode in gumbo.visualize.data
 

Subclasses of EventDataNode in gumbo.visualize.data
 class PartModelField
           
static class PartModelField.EventIn
           
static class PartModelField.EventInOut
           
static class PartModelField.EventOut