Uses of Package
com.tensegrity.composite.event

Packages that use com.tensegrity.composite.event
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.event Provides interfaces and classes for dealing with events fired by base composites. 
com.tensegrity.composite.event.base Provides classes for dealing with base events. 
com.tensegrity.composite.event.group Provides interfaces and classes for dealing with events fired by composites group components. 
com.tensegrity.composite.event.line Provides interfaces and classes for dealing with events fired by a CompositeLine
com.tensegrity.composite.event.single Provides classes representing the base events a composite fires. 
com.tensegrity.composite.event.view Holds the classes representing the events fired by composite views. 
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite
CompositeGroupListener
          Objects that implement the CompositeGroupListener interface can be regsitered at a CompositeGroup so that they will be informed about the events that occur at the CompositeGroup.
CompositeLineListener
           The CompositeLineListener interface defines an object that can be notified about events that are generated by a CompositeLine.
CompositeListener
           The CompositeListener interface defines an object that can be notified about events that are generated by a Composite.
CompositeTableSelectionListener
           All registered CompositeTableSelectionListener objects will be informed whenever a CompositeTableSelectionEvent occurs, which indicates that the selection state of a CompositeTable has changed.
CompositeViewListener
          Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
EventMediator
           The EventMediator facilitates to gain access to all CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
EventMediatorListener
           An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
VetoableCompositeGroupListener
           The VetoableCompositeGroupListener interface defines an object that can be notified about vetoable events that are generated by a CompositeGroup.
VetoableCompositeLineListener
           The VetoableCompositeLineListener interface defines an object that can be notified about vetoable events that are generated by a CompositeLine.
VetoableCompositeListener
           The VetoableCompositeListener interface defines an object that can be notified about vetoable events that are generated by a Composite.
VetoableCompositeViewListener
           The VetoableCompositeViewListener interface defines an object that can be notified about vetoable events that are generated by a CompositeView.
VetoableEventMediator
           The VetoableEventMediator facilitates to gain access to all vetoable CompositeLine events, vetoable Composite events and vetoable CompositeGroup events.
VetoableEventMediatorListener
           A VetoableEventMediatorListener is added as listener to a CompositeView and gains access to all occurring vetoable CompositeLine events, vetoable Composite events and vetoable CompositeGroup events.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event
BaseCompositeAdapter
          The BaseCompositeAdapter class implements the BaseCompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
BaseCompositeEvent
          Common interface for events that occur at a BaseComposite instance.
BaseCompositeEventVetoException
          A BaseCompositeEventVetoException is thrown when a proposed change to a BaseComposite is not acceptable.
BaseCompositeListener
           The BaseCompositeListener interface defines an object that can be notified about events that are generated by a BaseComposite.
CompositeEvent
          Common interface for events that occur at a Composite instance.
CompositeEventVetoException
          A CompositeEventVetoException is thrown when a proposed change to a Composite is not acceptable.
CompositeGroupEvent
          Common interface for multiple composite events.
CompositeGroupListener
          Objects that implement the CompositeGroupListener interface can be regsitered at a CompositeGroup so that they will be informed about the events that occur at the CompositeGroup.
CompositeLineEvent
          Common interface for events that occur at a CompositeLine instance.
CompositeLineEventVetoException
          A CompositeLineEventVetoException is thrown when a proposed change to a CompositeLine is not acceptable.
CompositeLineListener
           The CompositeLineListener interface defines an object that can be notified about events that are generated by a CompositeLine.
CompositeListener
           The CompositeListener interface defines an object that can be notified about events that are generated by a Composite.
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
CompositeTableModelEvent
          This event is fired on all registered CompositeTableModelListener's whenever a change in the table model occurs.
CompositeTableModelListener
           This is the listener interface for receiving CompositeTableModel and CompositeTableModelComposite events.
CompositeTableSelectionEvent
           A CompositeTableSelectionEvent is fired when a cell, column or row selection in the CompositeTable has occurred.
CompositeTableSelectionListener
           All registered CompositeTableSelectionListener objects will be informed whenever a CompositeTableSelectionEvent occurs, which indicates that the selection state of a CompositeTable has changed.
CompositeViewEvent
          Common interface for all CompositeView events.
CompositeViewListener
          Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
EventMediatorListener
           An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
VetoableBaseCompositeAdapter
          The VetoableBaseCompositeAdapter class implements the VetoableBaseCompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableBaseCompositeListener
           The VetoableBaseCompositeListener interface defines an object that can be notified about vetoable events that are generated by a BaseComposite.
VetoableCompositeGroupListener
           The VetoableCompositeGroupListener interface defines an object that can be notified about vetoable events that are generated by a CompositeGroup.
VetoableCompositeLineListener
           The VetoableCompositeLineListener interface defines an object that can be notified about vetoable events that are generated by a CompositeLine.
VetoableCompositeListener
           The VetoableCompositeListener interface defines an object that can be notified about vetoable events that are generated by a Composite.
VetoableCompositeViewListener
           The VetoableCompositeViewListener interface defines an object that can be notified about vetoable events that are generated by a CompositeView.
VetoableEventMediatorListener
           A VetoableEventMediatorListener is added as listener to a CompositeView and gains access to all occurring vetoable CompositeLine events, vetoable Composite events and vetoable CompositeGroup events.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event.base
BaseCompositeEvent
          Common interface for events that occur at a BaseComposite instance.
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event.group
CompositeGroupEvent
          Common interface for multiple composite events.
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event.line
CompositeLineEvent
          Common interface for events that occur at a CompositeLine instance.
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event.single
CompositeEvent
          Common interface for events that occur at a Composite instance.
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.composite.event.view
CompositeRootEvent
          Common interface for all events that are generated for objects in the composite framework.
CompositeViewEvent
          Common interface for all CompositeView events.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.gui.graphdocument
BaseCompositeListener
           The BaseCompositeListener interface defines an object that can be notified about events that are generated by a BaseComposite.
CompositeGroupListener
          Objects that implement the CompositeGroupListener interface can be regsitered at a CompositeGroup so that they will be informed about the events that occur at the CompositeGroup.
CompositeLineListener
           The CompositeLineListener interface defines an object that can be notified about events that are generated by a CompositeLine.
CompositeListener
           The CompositeListener interface defines an object that can be notified about events that are generated by a Composite.
CompositeViewListener
          Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
EventMediatorListener
           An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.gui.swing.control
CompositeViewListener
          Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
 

Classes in com.tensegrity.composite.event used by com.tensegrity.gui.swing.control.tree
BaseCompositeListener
           The BaseCompositeListener interface defines an object that can be notified about events that are generated by a BaseComposite.
CompositeGroupListener
          Objects that implement the CompositeGroupListener interface can be regsitered at a CompositeGroup so that they will be informed about the events that occur at the CompositeGroup.
CompositeLineListener
           The CompositeLineListener interface defines an object that can be notified about events that are generated by a CompositeLine.
CompositeListener
           The CompositeListener interface defines an object that can be notified about events that are generated by a Composite.
CompositeViewListener
          Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
EventMediatorListener
           An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
 



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