Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
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 | Method and Description |
---|---|
SelectionModel |
AlignmentArea.getSelection()
Returns the selection model used by this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceAreaMap.selectionChanged(info.bioinfweb.commons.events.GenericEventObject<SelectionModel> e) |
Modifier and Type | Method and Description |
---|---|
SelectionModel |
OneDimensionalSelection.getOwner() |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectionSynchronizer.add(SelectionModel model) |
void |
SelectionModel.adoptFromOther(SelectionModel otherModel)
Adopts the selection from another instance.
|
boolean |
SelectionSynchronizer.remove(SelectionModel model) |
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.
|
Constructor and Description |
---|
OneDimensionalSelection(SelectionModel owner,
SelectionDimension dimension) |