AlignmentModel using swing edit objects
(implementations of UndoableEdit).See: Description
| Interface | Description |
|---|---|
| SwingEditFactory<T> |
Classes providing custom edit objects to an instance of
SwingUndoAlignmentModel must
implement this interface. |
| Class | Description |
|---|---|
| SwingUndoAlignmentModel<T> |
An implementation of
AlignmentModel that creates an UndoableEdit object for every
modification that is made to the underlying data source using any of the methods specified by
AlignmentModel. |
AlignmentModel using swing edit objects
(implementations of UndoableEdit).
Since UndoableEdit and UndoManager have not really
any Swing specific prerequisites, these classes could also be used to track the undo history in an
SWT application.