Uses of Interface
org.apache.batik.bridge.svg12.ContentSelectionChangedListener
Packages that use ContentSelectionChangedListener
-
Uses of ContentSelectionChangedListener in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement ContentSelectionChangedListenerModifier and TypeClassDescriptionprotected class
The ContentSelectionChangedListener.protected class
Class to respond to content selection changes and cause GVT rebuilds.Methods in org.apache.batik.bridge.svg12 with parameters of type ContentSelectionChangedListenerModifier and TypeMethodDescriptionvoid
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.