Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 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.
 void AbstractDocument.addUndoableEditListener(UndoableEditListener listener)
          Adds an undo listener for notification of any changes.
 void AbstractDocument.removeUndoableEditListener(UndoableEditListener listener)
          Removes an undo listener.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.