JSR-209 (Final Release)

Uses of Interface
javax.swing.event.UndoableEditListener

Packages that use UndoableEditListener
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of UndoableEditListener in javax.swing.text
 

Methods in javax.swing.text that return UndoableEditListener
 UndoableEditListener[] AbstractDocument.getUndoableEditListeners()
          Returns an array of all the undoable edit listeners registered on this document.
 

Methods in javax.swing.text with parameters of type UndoableEditListener
 void AbstractDocument.addUndoableEditListener(UndoableEditListener listener)
          Adds an undo listener for notification of any changes.
 void AbstractDocument.removeUndoableEditListener(UndoableEditListener listener)
          Removes an undo listener.
 void Document.addUndoableEditListener(UndoableEditListener listener)
          Registers the given observer to begin receiving notifications when undoable edits are made to the document.
 void Document.removeUndoableEditListener(UndoableEditListener listener)
          Unregisters the given observer from the notification list so it will no longer receive updates.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.