Java Platform 1.2

Uses of Interface
javax.swing.event.DocumentEvent.ElementChange

Packages that use DocumentEvent.ElementChange
javax.swing.event Provides for events fired by Swing components. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of DocumentEvent.ElementChange in javax.swing.event
 

Methods in javax.swing.event that return DocumentEvent.ElementChange
 DocumentEvent.ElementChange DocumentEvent.getChange(Element elem)
          Gets the change information for the given element.
 

Uses of DocumentEvent.ElementChange in javax.swing.text
 

Classes in javax.swing.text that implement DocumentEvent.ElementChange
static class AbstractDocument.ElementEdit
          An implementation of ElementChange that can be added to the document event.
 

Methods in javax.swing.text that return DocumentEvent.ElementChange
 DocumentEvent.ElementChange AbstractDocument.DefaultDocumentEvent.getChange(Element elem)
          Gets the changes for an element.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.