Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
info.bioinfweb.libralign.dataarea |
Contains
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 . |
info.bioinfweb.libralign.multiplealignments |
Contains classes used in the implementation of
MultipleAlignmentsContainer
which allow to combine several AlignmentArea s. |
Modifier and Type | Class and Description |
---|---|
class |
AlignmentArea
Instances of this class act as GUI components that display a multiple sequence alignment including attached data areas.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataAreasModel.addListener(DataAreasModelListener listener)
Adds a lister to this object that will be informed about future insertions or deletions
of data areas.
|
boolean |
DataAreasModel.removeListener(DataAreasModelListener listener)
Removes the specified listener from this objects list.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipleAlignmentsModelEventForwarder
Forwards events from alignment and data models of a single alignment area contained in a
MultipleAlignmentsContainer to all other alignment areas in that container. |