Uses of Interface
org.ejtools.graph.service.GraphConsumer

Packages that use GraphConsumer
org.ejtools.graph.frame   
org.ejtools.graph.service   
 

Uses of GraphConsumer in org.ejtools.graph.frame
 

Classes in org.ejtools.graph.frame that implement GraphConsumer
 class GraphInternalFrame
          Description of the Class
 

Fields in org.ejtools.graph.frame declared as GraphConsumer
protected  GraphConsumer ControlCompositeTrack.consumer
          Description of the Field
 

Constructors in org.ejtools.graph.frame with parameters of type GraphConsumer
ControlCompositeTrack(GraphConsumer consumer)
          Constructor for the Track object
 

Uses of GraphConsumer in org.ejtools.graph.service
 

Methods in org.ejtools.graph.service that return GraphConsumer
 GraphConsumer[] GraphServiceProvider.getGraphConsumers()
           
static GraphConsumer GraphConsumerSelector.select(GraphConsumerMediator mediator, java.lang.String name)
          Description of the Method
static GraphConsumer GraphConsumerSelector.selectWithDialog(GraphConsumerMediator mediator)
           
 GraphConsumer[] GraphConsumerMediator.getGraphConsumers()
          Gets the graphConsumers attribute of the GraphMediator object
 

Methods in org.ejtools.graph.service with parameters of type GraphConsumer
 void GraphServiceProvider.addGraphConsumer(GraphConsumer consumer)
           
 void GraphServiceProvider.addGraphProducer(GraphConsumer consumer, GraphProducer producer)
           
 boolean GraphServiceProvider.containsGraphConsumer(GraphConsumer consumer)
          Description of the Method
 void GraphServiceProvider.removeGraphConsumer(GraphConsumer consumer)
           
 void GraphService.addGraphProducer(GraphConsumer consumer, GraphProducer producer)
          Adds a feature to the GraphProducer attribute of the GraphService object
 void GraphService.addGraphConsumer(GraphConsumer consumer)
          Adds a feature to the GraphConsumer attribute of the GraphService object
 void GraphService.removeGraphConsumer(GraphConsumer consumer)
          Description of the Method
 



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.