Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.text.AbstractDocument.AbstractElement

Packages that use AbstractDocument.AbstractElement
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 AbstractDocument.AbstractElement in com.sun.java.swing.text
 

Subclasses of AbstractDocument.AbstractElement in com.sun.java.swing.text
  AbstractDocument.BranchElement
          Implements a composite element that contains other elements.
  AbstractDocument.LeafElement
          Implements an element that directly represents content of some kind.
protected   DefaultStyledDocument.SectionElement
          Default root element for a document... maps out the paragraphs/lines contained.
 

Methods in com.sun.java.swing.text that return AbstractDocument.AbstractElement
protected  AbstractDocument.AbstractElement DefaultStyledDocument.createDefaultRoot()
          Creates the root element to be used to represent the default document structure.
protected  AbstractDocument.AbstractElement PlainDocument.createDefaultRoot()
          Creates the root element to be used to represent the default document structure.
 

Uses of AbstractDocument.AbstractElement in com.sun.java.swing.text.html
 

Subclasses of AbstractDocument.AbstractElement in com.sun.java.swing.text.html
  HTMLDocument.BlockElement
          An element that represents a structual block of html.
  HTMLDocument.RunElement
          An element that represents a chunk of text that has a set of html character level attributes assigned to it.
 

Methods in com.sun.java.swing.text.html that return AbstractDocument.AbstractElement
protected  AbstractDocument.AbstractElement HTMLDocument.createDefaultRoot()
          Creates the root element to be used to represent the default document structure.
 


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.