Uses of Interface
org.apache.batik.bridge.svg12.ContentSelectionChangedListener
-
Packages that use ContentSelectionChangedListener Package Description org.apache.batik.bridge.svg12 -
-
Uses of ContentSelectionChangedListener in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement ContentSelectionChangedListener Modifier and Type Class Description protected class
SVG12BridgeContext.XBLContentListener
The ContentSelectionChangedListener.protected class
XBLContentElementBridge.ContentChangedListener
Class to respond to content selection changes and cause GVT rebuilds.Methods in org.apache.batik.bridge.svg12 with parameters of type ContentSelectionChangedListener Modifier and Type Method Description void
ContentManager. addContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)
Adds the specified ContentSelectionChangedListener to the listener list.void
DefaultXBLManager. addContentSelectionChangedListener(ContentSelectionChangedListener l)
Adds the specified ContentSelectionChangedListener to the global listener list.void
ContentManager. removeContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)
Removes the specified ContentSelectionChangedListener from the listener list.void
DefaultXBLManager. removeContentSelectionChangedListener(ContentSelectionChangedListener l)
Removes the specified ContentSelectionChangedListener from the global listener list.
-