Changed Classes |
AbstractDocument
|
An implementation of the document interface to serve as a basis for implementing various kinds of documents. |
BoxView
|
A view that arranges its children into a box shape by tiling its children along an axis. |
ComponentView
|
Component decorator that implements the view interface. |
CompositeView
|
CompositeView is an abstract View implementation which manages one or more child views. |
DefaultCaret
|
A default implementation of Caret. |
DefaultFormatter
|
DefaultFormatter formats aribtrary objects. |
FlowView
|
A View that tries to flow it's children into some partially constrained space. |
JTextComponent
|
JTextComponent is the base class for swing text components. |
ParagraphView
|
View of a simple line-wrapping paragraph that supports multiple fonts colors components icons etc. |
SimpleAttributeSet
|
A straightforward implementation of MutableAttributeSet using a hash table. |
StyleConstants
|
A collection of well known or common attribute keys and methods to apply to an AttributeSet or MutableAttributeSet to get/set the properties in a typesafe manner. |
StyleConstants.ParagraphConstants
|
This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style. |
TabStop
|
This class encapsulates a single tab stop (basically as tab stops are thought of by RTF). |