| Package | Description |
|---|---|
| info.bioinfweb.libralign.model |
Contains the
AlignmentModel interface which
is the bridge between LibrAlign and any source of alignment data that is displayed with it as well as
related classes and a set of implementations of this interface provided with LibrAlign. |
| info.bioinfweb.libralign.model.exception |
Contains exceptions thrown by implementations of
AlignmentModel. |
| info.bioinfweb.libralign.model.factory |
Contains factory classes to create instances of implementations of
AlignmentModel. |
| info.bioinfweb.libralign.model.implementations |
Contains common implementations of
AlignmentModel
which are part of LibrAlign. |
| 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). |
| info.bioinfweb.libralign.model.utils |
Contains utility classes to be used with implementations of
AlignmentModel. |
| Class and Description |
|---|
| AlignmentSourceNotWritableException
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
| SequenceNotFoundException
This exceptions is thrown if a requested sequence provided by an implementation of
AlignmentModel was not found in the underlying data source. |
| Class and Description |
|---|
| AlignmentModelException
Base class of all exceptions that can be thrown by an
AlignmentModel. |
| Class and Description |
|---|
| InvalidTokenRepresentationException
Indicates that no token associated with a certain string representation was found in a token set.
|
| Class and Description |
|---|
| AlignmentSourceNotWritableException
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
| SequenceNotFoundException
This exceptions is thrown if a requested sequence provided by an implementation of
AlignmentModel was not found in the underlying data source. |
| Class and Description |
|---|
| AlignmentSourceNotWritableException
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
| SequenceNotFoundException
This exceptions is thrown if a requested sequence provided by an implementation of
AlignmentModel was not found in the underlying data source. |
| Class and Description |
|---|
| AlignmentSourceNotWritableException
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
| Class and Description |
|---|
| InvalidTokenRepresentationException
Indicates that no token associated with a certain string representation was found in a token set.
|