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 . |
Modifier and Type | Method and Description |
---|---|
SwingAddSequenceEdit |
SwingEditFactory.createAddSequenceEdit(SwingConcreteAddSequenceEdit<T> edit)
This method is called if an edit object that inserts a new sequence shall be created.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingConcreteAddSequenceEdit<T>
Edit object that inserts a new empty sequence into an instance of
AlignmentModel . |