Package | Description |
---|---|
info.bioinfweb.libralign.model.implementations.decorate | |
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 | Class and Description |
---|---|
class |
AbstractAlignmentModelDecorator<T,U>
Basic implementation of
AlignmentModelView which delegates sequence specific methods
(which are independent of the token type) to the underlying model. |
class |
AbstractTokenReplacementAlignmentModelDecorator<T,U>
Abstract base class for implementations of
AlignmentModelView that simply replace a set
of tokens by other tokens of the same type. |
class |
DelegatedAlignmentModelView<T>
Implementation of
AlignmentModelView that delegates all methods to the underlying model
and uses the same token type as the underlying model. |
class |
DNAAlignmentModelDecorator<T,U>
Shows the underlying nucleotide data source as a DNA sequence, i.e.
|
class |
RNAAlignmentModelDecorator<T,U>
Shows the underlying nucleotide data source as a RNA sequence, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
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 . |