Java Platform 1.2
Beta 4

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

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

Subclasses of AbstractDocument in com.sun.java.swing.text
  DefaultStyledDocument
          A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.
  PlainDocument
          A plain document that uses one font and color.
 

Constructors in com.sun.java.swing.text with parameters of type AbstractDocument
AbstractDocument.AbstractElement.AbstractDocument.AbstractElement(Element parent, AttributeSet a)
          Creates a new AbstractElement.
AbstractDocument.BranchElement.AbstractDocument.BranchElement(Element parent, AttributeSet a)
          Constructs a composite element that initially contains no children.
AbstractDocument.LeafElement.AbstractDocument.LeafElement(Element parent, AttributeSet a, int offs0, int offs1)
          Constructs an element that represents content within the document (has no children).
AbstractDocument.DefaultDocumentEvent.AbstractDocument.DefaultDocumentEvent(int offs, int len, DocumentEvent.EventType type)
          Constructs a change record.
 

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

Subclasses of AbstractDocument in com.sun.java.swing.text.html
  HTMLDocument
          A document that models html.
 


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.