JSR-209 (Final Release)

Uses of Class
javax.swing.undo.CannotUndoException

Packages that use CannotUndoException
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
javax.swing.undo Allows developers to provide support for undo/redo in applications such as text editors. 
 

Uses of CannotUndoException in javax.swing.text
 

Methods in javax.swing.text that throw CannotUndoException
 void AbstractDocument.DefaultDocumentEvent.undo()
          Undoes a change.
 void AbstractDocument.ElementEdit.undo()
          Undoes a change.
 

Uses of CannotUndoException in javax.swing.undo
 

Methods in javax.swing.undo that throw CannotUndoException
 void CompoundEdit.undo()
          Sends undo to all contained UndoableEdits in the reverse of the order in which they were added.
 void UndoableEdit.undo()
          Undo the edit that was made.
 void AbstractUndoableEdit.undo()
          Throws CannotUndoException if canUndo returns false.
 


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.