JavaTM 2 Platform
Standard Edition

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.
 


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.