Package | Description |
---|---|
org.xhtmlrenderer.event | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.swing |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDocumentListener
Default, do-nothing implementation of a
DocumentListener ; implements all methods in DocumentListener
but the methods do nothing. |
Modifier and Type | Class and Description |
---|---|
class |
ITextUserAgent |
Modifier and Type | Class and Description |
---|---|
class |
NaiveUserAgent
NaiveUserAgent is a simple implementation of
UserAgentCallback which places no restrictions on what
XML, CSS or images are loaded, and reports visited links without any filtering. |
Modifier and Type | Method and Description |
---|---|
void |
BasicPanel.addDocumentListener(DocumentListener listener)
Adds the specified Document listener to receive Document events from this
component.
|
void |
BasicPanel.removeDocumentListener(DocumentListener listener)
Removes the specified Document listener from receive Document events from this
component.
|