|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
Uses of View in javax.swing.text |
Subclasses of View in javax.swing.text | |
class |
AsyncBoxView
A box that does layout asynchronously. |
class |
BoxView
A view that arranges its children into a box shape by tiling its children along an axis. |
class |
ComponentView
Component decorator that implements the view interface. |
class |
CompositeView
CompositeView is an abstract View
implementation which manages one or more child views. |
class |
FieldView
Extends the multi-line plain text view to be suitable for a single-line editor view. |
class |
FlowView
A View that tries to flow it's children into some partially constrained space. |
class |
GlyphView
A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model. |
class |
IconView
Icon decorator that implements the view interface. |
class |
LabelView
A LabelView is a styled chunk of text
that represents a view mapped over an element in the
text model. |
class |
ParagraphView
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc. |
class |
PasswordView
Implements a View suitable for use in JPasswordField UI implementations. |
class |
PlainView
Implements View interface for a simple multi-line text view that has text in one font and color. |
class |
TableView
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 |
TableView.TableCell
Deprecated. A table cell can now be any View implementation. |
class |
TableView.TableRow
View of a row in a row-centric table. |
class |
WrappedPlainView
View of plain text (text with only one font and color) that does line-wrapping. |
class |
ZoneView
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 View in javax.swing.text.html |
Subclasses of View in javax.swing.text.html | |
class |
BlockView
A view implementation to display a block (as a box) with CSS specifications. |
class |
FormView
Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>. |
class |
ImageView
View of an Image, intended to support the HTML <IMG> tag. |
class |
InlineView
Displays the inline element styles based upon css attributes. |
class |
ListView
A view implementation to display an html list |
class |
ObjectView
Component decorator that implements the view interface for <object> elements. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.