Package | Description |
---|---|
info.bioinfweb.libralign.model.implementations.swingundo.edits.token |
Contains the edit objects to manipulate sets of tokens in sequences in an implementations of
AlignmentModel used by
SwingUndoAlignmentModel . |
Modifier and Type | Class and Description |
---|---|
class |
SwingInsertRemoveTokensEdit<T>
Implements the insertion and removal of sequence elements in an instance of
AlignmentModel . |
class |
SwingInsertTokensEdit<T>
Edit object that inserts a set of tokens into a sequence managed by an instance of
AlignmentModel . |
class |
SwingRemoveTokensEdit<T>
Edit object that removes a set of tokens from a sequence managed by an instance of
AlignmentModel . |
class |
SwingSetTokensEdit<T>
Edit object that replaces a set of tokens in a sequence managed by an instance of
AlignmentModel . |