CubeTwister 2.0alpha142 2012-02-11

Package ch.randelshofer.undo

Provides enhanced classes for undo/redo support.

See:
          Description

Interface Summary
Undoable This interface is implemented by components, which support undo and redo.
 

Class Summary
CompositeEdit This is basically the same like javax.swing.undo.CompoundEdit but it has a slightly different behaviour: The compound edit ends, when it is added to itself.
UndoableBooleanEdit This is an abstract class for undoable int properties.
UndoableIntEdit This is an abstract class for undoable int properties.
UndoableObjectEdit This is an abstract class for undoable Object properties.
UndoCoalescingBoundedRangeModel  
UndoRedoManager Same as javax.swing.UndoManager but provides actions for undo and redo operations.
 

Package ch.randelshofer.undo Description

Provides enhanced classes for undo/redo support. The classes are built on top of the javax.swing.undo package.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


(c) Werner Randelshofer.
All rights reserved.