|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsNodeKeyListener | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.event | Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. |
org.apache.batik.gvt.text |
Uses of GraphicsNodeKeyListener in org.apache.batik.gvt |
Subinterfaces of GraphicsNodeKeyListener in org.apache.batik.gvt | |
interface |
Selector
Interface which allows selection of GraphicsNodes and their contents. |
Methods in org.apache.batik.gvt with parameters of type GraphicsNodeKeyListener | |
void |
AbstractGraphicsNode.addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Adds the specified graphics node key listener to receive graphics node key events from this node. |
void |
AbstractGraphicsNode.removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Removes the specified graphics node key listener so that it no longer receives graphics node key events from this node. |
void |
GraphicsNode.addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Adds the specified graphics node key listener to receive graphics node key events from this node. |
void |
GraphicsNode.removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Removes the specified graphics node key listener so that it no longer receives graphics node key events from this node. |
Uses of GraphicsNodeKeyListener in org.apache.batik.gvt.event |
Classes in org.apache.batik.gvt.event that implement GraphicsNodeKeyListener | |
class |
GraphicsNodeKeyAdapter
An abstract adapter class for receiving graphics node key events. |
Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeKeyListener | |
void |
AWTEventDispatcher.addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched. |
void |
AWTEventDispatcher.removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched. |
void |
EventDispatcher.addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched. |
void |
EventDispatcher.removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched. |
Uses of GraphicsNodeKeyListener in org.apache.batik.gvt.text |
Classes in org.apache.batik.gvt.text that implement GraphicsNodeKeyListener | |
class |
ConcreteTextSelector
ConcreteTextSelector.java: A simple implementation of GraphicsNodeMouseListener for text selection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |