|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateManagerListener | |
---|---|
org.apache.batik.apps.svgbrowser | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.swing | |
org.apache.batik.swing.svg |
Uses of UpdateManagerListener in org.apache.batik.apps.svgbrowser |
---|
Classes in org.apache.batik.apps.svgbrowser that implement UpdateManagerListener | |
---|---|
class |
JSVGViewerFrame
This class represents a SVG viewer swing frame. |
Uses of UpdateManagerListener in org.apache.batik.bridge |
---|
Classes in org.apache.batik.bridge that implement UpdateManagerListener | |
---|---|
class |
UpdateManagerAdapter
This is an adapter for the UpdateManagerListener interface. |
Methods in org.apache.batik.bridge with parameters of type UpdateManagerListener | |
---|---|
void |
UpdateManager.addUpdateManagerListener(UpdateManagerListener l)
Adds a UpdateManagerListener to this UpdateManager. |
void |
UpdateManager.removeUpdateManagerListener(UpdateManagerListener l)
Removes a UpdateManagerListener from this UpdateManager. |
Uses of UpdateManagerListener in org.apache.batik.swing |
---|
Classes in org.apache.batik.swing that implement UpdateManagerListener | |
---|---|
protected class |
JSVGCanvas.CanvasSVGListener
To hide the listener methods. |
protected class |
JSVGScrollPane.ScrollListener
Handle scroll, zoom, and resize events |
Uses of UpdateManagerListener in org.apache.batik.swing.svg |
---|
Classes in org.apache.batik.swing.svg that implement UpdateManagerListener | |
---|---|
protected class |
AbstractJSVGComponent.SVGListener
To hide the listener methods. |
protected class |
JSVGComponent.ExtendedSVGListener
To hide the listener methods. |
Methods in org.apache.batik.swing.svg with parameters of type UpdateManagerListener | |
---|---|
void |
AbstractJSVGComponent.addUpdateManagerListener(UpdateManagerListener l)
Adds a UpdateManagerListener to this component. |
void |
AbstractJSVGComponent.removeUpdateManagerListener(UpdateManagerListener l)
Removes a UpdateManagerListener from this component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |