JavaTM 2 Platform
Standard Edition

Uses of Class
javax.swing.text.BoxView

Packages that use BoxView
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 BoxView in javax.swing.text
 

Subclasses of BoxView in javax.swing.text
 class ParagraphView
          View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
 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.
 

Uses of BoxView in javax.swing.text.html
 

Subclasses of BoxView in javax.swing.text.html
 class BlockView
          A view implementation to display a block (as a box) with CSS specifications.
 class ListView
          A view implementation to display an html list
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.