Uses of Package
com.tensegrity.graph.event

Packages that use com.tensegrity.graph.event
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.graph.model Contains the graph model interface.  
com.tensegrity.graph.view Contains the graph view interface.  
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.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
com.tensegrity.gui.swing.control.tree.strategy   
 

Classes in com.tensegrity.graph.event used by com.tensegrity.graph.event
ClipboardEvent
          The ClipboardEvent class is used with all clipboard related events.
EdgeEvent
          The edge event class.
EdgeListener
          The listener interface for receiving events that are related to an edge instance
GraphEvent
          This class describes graph events.
GraphEventMediatorListener
           A GraphEventMediatorListener is added as listener to a Graph and gains access to all occuring Graph events, Node events and Edge events.
GraphEventVetoException
          A GraphEventVetoException is thrown when a proposed change to a Graph is not wanted.
GraphListener
          The listener interface for receiving events that are related to a Graph instance.
GraphRootEvent
          The root class for all graph events.
NodeEvent
          The node event class.
NodeListener
          The listener interface for receiving events that are related to a node instance
VetoableGraphEventMediatorListener
           An VetoableGraphEventMediatorListener is added as listener to a Graph and gains access to all occuring vetoable GraphEvents.
VetoableGraphListener
           The VetoableGraphListener interface defines an object that is able to receive events that are related to a Graph instance and is able to veto the received events.
VetoableVisualGraphEventMediatorListener
           An VetoableVisualGraphEventMediatorListener is added as listener to a VisualGraph and gains access to all occuring vetoable VisualGraphEvents.
VetoableVisualGraphListener
           The VetoableVisualGraphListener interface defines an object that is able to receive events that are related to a VisualGraph instance and is able to veto the received events.
VisualEdgeEvent
          This event handles events that occur on a per-VisualEdge basis.
VisualEdgeListener
          The listener interface for receiving events that are related to a VisualEdge instance.
VisualGraphEvent
           A visualgraph event.
VisualGraphEventMediatorListener
           A VisualGraphEventMediatorListener is added as listener to a VisualGraph and gains access to all occurring VisualGraph events, VisualNode events and VisualEdge events.
VisualGraphEventVetoException
          A VisualGraphEventVetoException is thrown when a proposed change to a VisualGraph is not wanted.
VisualGraphListener
          The listener interface for receiving events that are related to a VisualGraph instance.
VisualGraphRootEvent
          The root class for all visualgraph events.
VisualNodeEvent
          This event handles events that occur on a per-VisualNode basis.
VisualNodeListener
          The listener interface for receiving events that are related to a VisualNode instance.
 

Classes in com.tensegrity.graph.event used by com.tensegrity.graph.model
EdgeEvent
          The edge event class.
EdgeListener
          The listener interface for receiving events that are related to an edge instance
GraphEvent
          This class describes graph events.
GraphEventMediator
           The GraphEventMediator facilitates to gain access to all Graph events, Node events and Edge events.
GraphEventMediatorListener
           A GraphEventMediatorListener is added as listener to a Graph and gains access to all occuring Graph events, Node events and Edge events.
GraphEventVetoException
          A GraphEventVetoException is thrown when a proposed change to a Graph is not wanted.
GraphListener
          The listener interface for receiving events that are related to a Graph instance.
NodeEvent
          The node event class.
NodeListener
          The listener interface for receiving events that are related to a node instance
VetoableGraphEventMediator
           The VetoableGraphEventMediator facilitates to gain access to all vetoable GraphEvents.
VetoableGraphEventMediatorListener
           An VetoableGraphEventMediatorListener is added as listener to a Graph and gains access to all occuring vetoable GraphEvents.
VetoableGraphListener
           The VetoableGraphListener interface defines an object that is able to receive events that are related to a Graph instance and is able to veto the received events.
 

Classes in com.tensegrity.graph.event used by com.tensegrity.graph.view
ClipboardListener
          The listener interface for receiving events that are originating from a VisualGraphView.
VetoableVisualGraphEventMediator
           The VetoableVisualGraphEventMediator facilitates to gain access to all vetoable VisualGraphEvents.
VetoableVisualGraphEventMediatorListener
           An VetoableVisualGraphEventMediatorListener is added as listener to a VisualGraph and gains access to all occuring vetoable VisualGraphEvents.
VetoableVisualGraphListener
           The VetoableVisualGraphListener interface defines an object that is able to receive events that are related to a VisualGraph instance and is able to veto the received events.
VisualEdgeListener
          The listener interface for receiving events that are related to a VisualEdge instance.
VisualGraphEventMediator
           The VisualGraphEventMediator facilitates to gain access to all VisualGraph events, VisualNode events and VisualEdge events.
VisualGraphEventMediatorListener
           A VisualGraphEventMediatorListener is added as listener to a VisualGraph and gains access to all occurring VisualGraph events, VisualNode events and VisualEdge events.
VisualGraphListener
          The listener interface for receiving events that are related to a VisualGraph instance.
VisualNodeListener
          The listener interface for receiving events that are related to a VisualNode instance.
 

Classes in com.tensegrity.graph.event used by com.tensegrity.gui.graphdocument
ClipboardEvent
          The ClipboardEvent class is used with all clipboard related events.
ClipboardListener
          The listener interface for receiving events that are originating from a VisualGraphView.
VisualGraphEvent
           A visualgraph event.
VisualGraphEventVetoException
          A VisualGraphEventVetoException is thrown when a proposed change to a VisualGraph is not wanted.
VisualGraphListener
          The listener interface for receiving events that are related to a VisualGraph instance.
 

Classes in com.tensegrity.graph.event used by com.tensegrity.gui.swing.control.tree
VisualEdgeEvent
          This event handles events that occur on a per-VisualEdge basis.
VisualEdgeListener
          The listener interface for receiving events that are related to a VisualEdge instance.
VisualGraphEvent
           A visualgraph event.
VisualGraphEventMediatorListener
           A VisualGraphEventMediatorListener is added as listener to a VisualGraph and gains access to all occurring VisualGraph events, VisualNode events and VisualEdge events.
VisualGraphListener
          The listener interface for receiving events that are related to a VisualGraph instance.
VisualNodeEvent
          This event handles events that occur on a per-VisualNode basis.
VisualNodeListener
          The listener interface for receiving events that are related to a VisualNode instance.
 

Classes in com.tensegrity.graph.event used by com.tensegrity.gui.swing.control.tree.strategy
VisualGraphEvent
           A visualgraph event.
VisualGraphListener
          The listener interface for receiving events that are related to a VisualGraph instance.
 



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