Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.text.BoxView

Packages that use BoxView
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
 

Uses of BoxView in com.sun.java.swing.text
 

Subclasses of BoxView in com.sun.java.swing.text
  ParagraphView
          View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
  TableView
           Implements View interface for a table, that is composed of a specific 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.
  TableView.TableCell
          View of a cell in a table
  TableView.TableRow
          View of a row in a table.
  WrappedPlainView
          View of plain text (text with only one font and color) that does line-wrapping.
 

Uses of BoxView in com.sun.java.swing.text.html
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.