Class Summary |
Styleable.StyleSheet |
The StyleSheet provides a flexible way to store
structured, hierarchized style information. |
Styleable.Utils |
|
XMLAttributes |
The XMLAttributes class has the same role as the
XMLElementWrapper , it wraps the attributes of a JDOM
element and present the methods defined in the AttributeSet
interface of the Swing text package.
This class is needed by the XMLElementWrapper class. |
XMLDocument |
The XMLDocument class wraps a Swing Document
around a JDOM XML document. |
XMLDocument.DocumentEvent |
The DocumentEvent class represents a set of modifications
that have been done on the document. |
XMLDocument.ElementEdit |
This class stores a single change made on an element of the document.
|
XMLDocument.Position |
Implements the Swing position interface in order to keep track of
changes that occur in an XMLDocument. |
XMLEditorKit |
TODO |
XMLElement |
The XMLElement is a subclass of the JDOM Element class that
allows it to wrapped by XMLElementWrapper objects.
The interest is that the XMLElement can be used both in a JDOM and in a
Swing document model, thus allowing the manipuation with the JDOM API to be
reflected visually by the Swing text representation mechanisms.
This class differs in some ways from its JDOM parent, it is a little bit
slower but notifies the containing XMLDocument of any ongoing
changes, thus allowing to use either the JDOM model or the Swing model for
document content manipulation. |
XMLElementWrapper |
The XMLElementWrapper allows a JDOM Element
to appear a Swing Element . |
XMLInformation |
The XMLInformation class stores information related to a
specific element. |
XMLJDOMFactory |
|
XMLParser |
|
XMLText |
The XMLText is simply an extension to the JDOM
Text that has an emebedded wrapper which enable it to take the
form of a Swing document model element. |
XMLTextWrapper |
The XMLStringWrapper class wraps an XMLString so
as to it becomes usable in the Swing document model. |
XMLViewFactory |
The XMLViewFactory associates a View to each
element of the document. |