Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea.content |
Contains classes related to
AlignmentContentArea which display
the contents of an alignment. |
info.bioinfweb.libralign.alignmentarea.selection |
Contains classes necessary to perform the selection of rows and/or columns in an
AlignmentArea . |
Modifier and Type | Class and Description |
---|---|
class |
SequenceAreaMap
Manages the
SequenceArea s that are contained in an implementation of
ToolkitSpecificMultipleAlignmentsContainer . |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectionModel.addSelectionListener(SelectionListener listener)
Adds a lister to this object that will be informed about future changes of the selection.
|
boolean |
SelectionModel.removeSelectionListener(SelectionListener listener)
Removes the specified listener from this objects list.
|