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 classThe ContentSelectionChangedListener.protected classClass to respond to content selection changes and cause GVT rebuilds.Methods in org.apache.batik.bridge.svg12 with parameters of type ContentSelectionChangedListenerModifier and TypeMethodDescriptionvoidContentManager.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.