Package org.apache.batik.gvt.event

Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.

See:
          Description

Interface Summary
CompositeGraphicsNodeListener The listener interface for receiving composite graphics node events.
EventDispatcher Interface for receiving InputEvents and dispatching them as GraphicsNodeEvents.
GraphicsNodeEventFilter The interface for filtering graphics node events.
GraphicsNodeFocusChangeListener Not yet implemented.
GraphicsNodeKeyListener The listener interface for receiving graphics node key events.
GraphicsNodeMouseListener The listener interface for receiving graphics node mouse events.
GraphicsNodePaintListener The listener interface for receiving graphics node paint events.
SelectionListener The listener interface for receiving graphics node paint events.
 

Class Summary
AbstractEventDispatcher Abstract class for receiving InputEvents and dispatching them as GraphicsNodeEvents.
CompositeGraphicsNodeAdapter An abstract adapter class for receiving composite graphics node events.
CompositeGraphicsNodeEvent A low-level event which indicates that a composite graphics node's contents changed because a graphics node was added or removed.
GraphicsNodeEvent A low-level event for GraphicsNode.
GraphicsNodeInputEvent The root event class for all graphics node-level input events.
GraphicsNodeKeyAdapter An abstract adapter class for receiving graphics node key events.
GraphicsNodeKeyEvent An event which indicates that a keystroke occurred in a graphics node.
GraphicsNodeMouseAdapter An abstract adapter class for receiving graphics node mouse events.
GraphicsNodeMouseEvent An event which indicates that a mouse action occurred in a graphics node.
GraphicsNodePaintEvent An event which indicates that a modification occurred in a graphics node.
SelectionEvent An event which indicates that a selection is being made or has been made.
 

Package org.apache.batik.gvt.event Description

Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. Events are fired by event sources. An event listener registers with an event source to receive notifications about the events of a particular type. This package defines events and event listeners, as well as event listener adapters, which are convenience classes to make easier the process of writing event listeners.



Copyright © 2000 Apache Software Foundation. All Rights Reserved.