Class UndoableSetGeometry

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
de.soldin.jumpcore.UndoableSetGeometry
All Implemented Interfaces:
Serializable, Iterable, Collection, UndoableEdit

public class UndoableSetGeometry extends AbstractUndoableEdit implements Collection
The UndoableSetGeometry is a implementation of a Collection, as well as a AbstractUndoableEdit. The purpose is to have an undoable swing component for modifying geometries.

With these capabilities joined it can act as a container for multiple UndoableSetGeometry objects, which can be executed in a batch and as a single action.

See Also: