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 classSVG12BridgeContext.XBLContentListenerThe ContentSelectionChangedListener.protected classXBLContentElementBridge.ContentChangedListenerClass 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 voidContentManager. addContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)Adds the specified ContentSelectionChangedListener to the listener list.voidDefaultXBLManager. addContentSelectionChangedListener(ContentSelectionChangedListener l)Adds the specified ContentSelectionChangedListener to the global listener list.voidContentManager. removeContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)Removes the specified ContentSelectionChangedListener from the listener list.voidDefaultXBLManager. removeContentSelectionChangedListener(ContentSelectionChangedListener l)Removes the specified ContentSelectionChangedListener from the global listener list.
-