Uses of Class
com.tensegrity.generic.event.EventMultiplexer

Packages that use EventMultiplexer
com.tensegrity.composite.event Provides interfaces and classes for dealing with events fired by base composites. 
com.tensegrity.generic.attribute.event Provides interfaces and classes for dealing with different types of events fired and exceptions thrown by the attribute framework. 
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.gui.document.event This package contains all implementation and interface related to all sorts of Document related events such as DocumentEvent, -Multiplexer, -Listener and -VetoExceptions. 
 

Uses of EventMultiplexer in com.tensegrity.composite.event
 

Subclasses of EventMultiplexer in com.tensegrity.composite.event
 class CompositeEventMultiplexer
          The listener interface for receiving events that are related to a Composite, CompositeGroup or CompositeView instances.
 class CompositeTableModelMultiplexer
          This class manages listeneres registered on a CompositeTableModel.
 class CompositeTableSelectionMultiplexer
          The CompositeTableSelectionMultiplexer manages the information of selection listeneres registered on a CompositeTable if a selection of a cell, column or row occured.
 

Uses of EventMultiplexer in com.tensegrity.generic.attribute.event
 

Subclasses of EventMultiplexer in com.tensegrity.generic.attribute.event
 class AttributableOnSetEventMultiplexer
          Multiplexer for AttributableOnSetEvents.
 

Uses of EventMultiplexer in com.tensegrity.graph.event
 

Subclasses of EventMultiplexer in com.tensegrity.graph.event
 class GraphEventMultiplexer
          Multiplexer for graphevents.
 

Uses of EventMultiplexer in com.tensegrity.gui.document.event
 

Subclasses of EventMultiplexer in com.tensegrity.gui.document.event
 class DocumentEventMultiplexer
          Multiplexer for mdicomponent/document events.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.