| 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). |
| info.bioinfweb.libralign.model.implementations.swingundo.edits.sequence |
Contains the edit objects to manipulate sequences in an implementations of
AlignmentModel used by
SwingUndoAlignmentModel. |
| Class and Description |
|---|
| SwingAddSequenceEdit
Interface that needs to be implemented by all edits that insert a new sequence into an instance of
AlignmentModel. |
| SwingConcreteAddSequenceEdit
Edit object that inserts a new empty sequence into an instance of
AlignmentModel. |
| Class and Description |
|---|
| SwingAddSequenceEdit
Interface that needs to be implemented by all edits that insert a new sequence into an instance of
AlignmentModel. |
| SwingSequenceEdit
Offers basic functionality used by edits that manipulate sequences.
|