Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Swing.undo Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbstractUndoableEditAn abstract implementation of UndoableEdit, implementing simple responses to all boolean methods inClassjavax.swing.undoJava SE
CannotRedoExceptionThrown when an UndoableEdit is told to redo() and can't.Classjavax.swing.undoJava SE
CannotUndoExceptionThrown when an UndoableEdit is told to undo() and can't.Classjavax.swing.undoJava SE
CompoundEditA concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.Classjavax.swing.undoJava SE
StateEditStateEdit is a general edit for objects that change state.Classjavax.swing.undoJava SE
StateEditableStateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.Interfacejavax.swing.undoJava SE
UndoableEditSupportA support class used for managing UndoableEdit listeners.Classjavax.swing.undoJava SE
UndoManagerUndoManager manages a list of UndoableEdits, providing a way to undo or redo the appropriate edits.Classjavax.swing.undoJava SE
UndoableEditAn UndoableEdit represents an edit.Interfacejavax.swing.undoJava SE
AbstractUndoableEditAn abstract implementation of UndoableEdit, implementing simple responses to all boolean methods inClassswing.undoCode Trails
CannotRedoExceptionThrown when an UndoableEdit is told to redo() and can't.Classswing.undoCode Trails
CannotUndoExceptionThrown when an UndoableEdit is told to undo() and can't.Classswing.undoCode Trails
CompoundEditA concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.Classswing.undoCode Trails
AbstractDoableEditExtension of AbstractUndoableEdit which allows the Edit to be used to execute the action the first time using the redo() method.Classorg.freehep.swing.undoFreeHep
AnimatedCompoundEditClassorg.freehep.swing.undoFreeHep
AnimatedEditExtension of DoableEdit which allows the Edit to animate a shape before doing the redoEdit or undoEdit.Classorg.freehep.swing.undoFreeHep
AnimatedEditSupportClassorg.freehep.swing.undoFreeHep
DoableEditAllows the Edit to be used to execute the action the first time using the redo() method.Interfaceorg.freehep.swing.undoFreeHep
LinkableEditAllows edits to be linked together to form undoable compound edits in a linked list.Interfaceorg.freehep.swing.undoFreeHep
UndoableEditProcessorAllows for the (compound) processing of UndoableEdits.Interfaceorg.freehep.swing.undoFreeHep
UndoableSupportA general interface to provide undoable support within Swing component.Interfacecom.jidesoft.swingJideSoft