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
EventDispatcher Interface for receiving and dispatching events down to a GVT tree.
GraphicsNodeChangeListener The interface for listening to changes on graphics nodes.
GraphicsNodeFocusListener The listener interface for receiving keyboard focus events on a graphics node.
GraphicsNodeKeyListener The listener interface for receiving graphics node key events.
GraphicsNodeMouseListener The listener interface for receiving graphics node mouse events.
SelectionListener The listener interface for receiving selection events.
 

Class Summary
AWTEventDispatcher An EventDispatcher implementation based on AWT events.
GraphicsNodeChangeAdapter An abstract adapter class for receiving graphics node change events.
GraphicsNodeChangeEvent An event which indicates that a change action occurred on a graphics node.
GraphicsNodeEvent A low-level event for GraphicsNode.
GraphicsNodeFocusEvent A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
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.
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 © 2002 Apache Software Foundation. All Rights Reserved.