Class Summary |
DocumentEvent |
This is the base class for document events (usually used by
threads for asynchronous notification of changes to document
creating and loading state. |
DocumentEvent.Key |
Inner class for class and key values. |
DocumentLoadingEvent |
This class encapsulates, as events, information about
document state that is either dynamic, transient, or
unfolding (as when state is discovered by background threads). |
DocumentLoadRunnable |
This class implements a document loading thread "runnable",
allowing background loading of documents, and asynchronous notification
of DocumentEvents. |
DocumentPropertyEvent |
This class encapsulates, as events, information about
document state that is either dynamic, transient, or
unfolding (as when state is discovered by background threads). |
SVGFileFilter |
This implementation of FileFilter will allows SVG files
with extention '.svg' or '.svgz'. |
SwingInitializer |
This is a helper class to set the desired default resources
in Swing UIs |
Timer |
This class provides a task scheduler which runs concurrently,
executing a schdeuled instance of TimerTask's run() method
at regular intervals. |
UnitProcessor |
This class contains utility methods for processing the SVG and CSS
units. |
UnitProcessor.UnitResolver |
A simple class that can convert units. |
XMLCharacters |
This class contains the definitions of the arrays used to find
the type of the characters found in an XML document. |
XMLUtilities |
A collection of utility functions for XML. |