Uses of Class
javax.swing.text.CompositeView
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of CompositeView in javax.swing.text
Modifier and TypeClassDescriptionclass
A view that arranges its children into a box shape by tiling its children along an axis.class
A View that tries to flow it's children into some partially constrained space.class
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.class
Implements View interface for a table, that is composed of an element structure where the child elements of the element this view is responsible for represent rows and the child elements of the row elements are cells.class
Deprecated.A table cell can now be any View implementation.class
View of a row in a row-centric table.class
View of plain text (text with only one font and color) that does line-wrapping.class
ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations. -
Uses of CompositeView in javax.swing.text.html
Modifier and TypeClassDescriptionclass
A view implementation to display a block (as a box) with CSS specifications.class
A view implementation to display an html listclass
Displays the paragraph and uses CSS attributes for its configuration.