Uses of Interface
org.xhtmlrenderer.event.DocumentListener
Packages that use DocumentListener
Package
Description
-
Uses of DocumentListener in org.xhtmlrenderer.demo.browser
Classes in org.xhtmlrenderer.demo.browser that implement DocumentListenerModifier and TypeClassDescriptionfinal class
class
PanelManager is a UserAgentCallback responsible for the Browser's resource (XML, image, CSS) lookup. -
Uses of DocumentListener in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement DocumentListener -
Uses of DocumentListener in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement DocumentListenerModifier and TypeClassDescriptionclass
NaiveUserAgent is a simple implementation ofUserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.class
NaiveUserAgent is a simple implementation ofUserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.Fields in org.xhtmlrenderer.swing with type parameters of type DocumentListenerMethods in org.xhtmlrenderer.swing with parameters of type DocumentListenerModifier and TypeMethodDescriptionvoid
RootPanel.addDocumentListener
(DocumentListener listener) Adds the specified Document listener to receive Document events from this component.void
RootPanel.removeDocumentListener
(DocumentListener listener) Removes the specified Document listener from receive Document events from this component. -
Uses of DocumentListener in org.xhtmlrenderer.swt
Fields in org.xhtmlrenderer.swt with type parameters of type DocumentListenerModifier and TypeFieldDescriptionprivate final Set
<DocumentListener> BasicRenderer._documentListeners
Methods in org.xhtmlrenderer.swt with parameters of type DocumentListenerModifier and TypeMethodDescriptionvoid
BasicRenderer.addDocumentListener
(DocumentListener listener) void
BasicRenderer.removeDocumentListener
(DocumentListener listener)