Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
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 |
---|---|
SelectionModel |
OneDimensionalSelection.getOwner() |
SelectionModel |
SelectionChangeEvent.getSource() |
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) |
Constructor and Description |
---|
OneDimensionalSelection(SelectionModel owner,
SelectionDimension dimension) |
SelectionChangeEvent(SelectionModel source) |