DataArea from which all data areas used in LibrAlign
must be inherited as well as related classes and a set of general data area implementations provided with
LibrAlign which are located in the subpackage implementations.See: Description
| Interface | Description |
|---|---|
| DataAreasModelListener |
This interface should be implemented by classes that want to track changes of the data areas
contained in a
AlignmentArea. |
| Class | Description |
|---|---|
| DataArea |
All classes representing a data area in an
AlignmentArea must be inherited from this class. |
| DataAreaChangeEvent |
Event that is used to indicate a change of data areas displayed inside an
AlignmentArea. |
| DataAreaChangeEventList |
A wrapper around any implementation of
List that fires DataAreaChangeEvents. |
| DataAreaList |
A list of
DataArea that are displayed at a specified position in an AlignmentArea. |
| DataAreaLocation |
Specified the location of a
DataArea. |
| DataAreaSequenceChangeListener |
Helper class used by
DataAreasModel to inform the data areas it contains about changes in the
associated AlignmentModel. |
| DataAreasModel |
Manages the data areas attached to an
AlignmentArea. |
| DataAreaVisibleIterator |
Iterator that only returns visible data areas and skips all the others.
|
| Enum | Description |
|---|---|
| DataAreaListType |
Enumerates the types locations a
DataArea can have inside a AlignmentArea. |
DataArea from which all data areas used in LibrAlign
must be inherited as well as related classes and a set of general data area implementations provided with
LibrAlign which are located in the subpackage implementations.