| Package | Description |
|---|---|
| info.bioinfweb.libralign.model.implementations.swingundo |
Contains classes that allow to edit the underlying data source of an implementation of
AlignmentModel using swing edit objects
(implementations of UndoableEdit). |
| Modifier and Type | Method and Description |
|---|---|
SwingEditFactory<T> |
SwingUndoAlignmentModel.getEditFactory()
Returns the edit factory used by this instance to create new edit objects, if one was passed to
when this instance was created.
|
| Constructor and Description |
|---|
SwingUndoAlignmentModel(AlignmentModel<T> underlyingModel,
javax.swing.undo.UndoManager undoManager,
SwingEditFactory<T> editFactory)
Creates a new instance of this class which creates new edit objects using the provided
SwingEditFactory. |