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 . |
info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
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<info.bioinfweb.commons.events.GenericEventObject<SelectionModel>> listener)
Adds a lister to this object that will be informed about future changes of the selection.
|
boolean |
SelectionModel.removeSelectionListener(SelectionListener<info.bioinfweb.commons.events.GenericEventObject<SelectionModel>> listener)
Removes the specified listener from this objects list.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<SelectionListener<info.bioinfweb.commons.events.GenericEventObject<CharSetArea>>> |
CharSetArea.getSelectionListeners() |