Package com.tensegrity.graph.event

This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.

See:
          Description

Interface Summary
ClipboardListener The listener interface for receiving events that are originating from a VisualGraphView.
EdgeListener The listener interface for receiving events that are related to an edge instance
GraphEventMediatorListener A GraphEventMediatorListener is added as listener to a Graph and gains access to all occuring Graph events, Node events and Edge events.
GraphListener The listener interface for receiving events that are related to a Graph instance.
GraphRootEvent The root class for all graph events.
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.
VisualEdgeListener The listener interface for receiving events that are related to a VisualEdge instance.
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.
VisualGraphRootEvent The root class for all visualgraph events.
VisualNodeListener The listener interface for receiving events that are related to a VisualNode instance.
 

Class Summary
ClipboardEvent The ClipboardEvent class is used with all clipboard related events.
EdgeEvent The edge event class.
EdgeListenerAdapter A convenience adapter-class for edgelisteners.
GraphAdapter A convenience adapter-class for graphlisteners.
GraphEvent This class describes graph events.
GraphEventMediator The GraphEventMediator facilitates to gain access to all Graph events, Node events and Edge events.
GraphEventMediatorAdapter This class is a convenience adapter for the GraphEventMediatorListener.
GraphEventMultiplexer Multiplexer for graphevents.
NodeEvent The node event class.
NodeListenerAdapter A convenience adapter-class for nodelisteners.
VetoableGraphEventMediator The VetoableGraphEventMediator facilitates to gain access to all vetoable GraphEvents.
VetoableVisualGraphEventMediator The VetoableVisualGraphEventMediator facilitates to gain access to all vetoable VisualGraphEvents.
VisualEdgeEvent This event handles events that occur on a per-VisualEdge basis.
VisualEdgeListenerAdapter A convenience adapter-class for visualedgelisteners.
VisualGraphAdapter A convenience adapter-class for VisualGraphListener implementations.
VisualGraphEvent A visualgraph event.
VisualGraphEventMediator The VisualGraphEventMediator facilitates to gain access to all VisualGraph events, VisualNode events and VisualEdge events.
VisualGraphEventMediatorAdapter The VisualGraphEventMediatorAdapter class implements the VisualGraphEventMediatorListener interface and overrides all methods declared there with methods which have no functionality inside.
VisualNodeEvent This event handles events that occur on a per-VisualNode basis.
VisualNodeListenerAdapter The listener interface for receiving events that are related to a VisualNode instance.
 

Exception Summary
GraphEventVetoException A GraphEventVetoException is thrown when a proposed change to a Graph is not wanted.
VisualGraphEventVetoException A VisualGraphEventVetoException is thrown when a proposed change to a VisualGraph is not wanted.
 

Package com.tensegrity.graph.event Description

This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.



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