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.label |
Contains general classes implementing the labeling of sequences and data areas.
|
info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
Modifier and Type | Method and Description |
---|---|
AlignmentLabelArea |
AlignmentArea.getLabelArea()
Returns the alignment label area used internally by this instance.
|
Modifier and Type | Method and Description |
---|---|
protected AlignmentLabelSubArea |
AlignmentSubArea.createLabelSubArea(AlignmentLabelArea owner)
This method can be overwritten to provide a specific implementation for labeling the implementing data area.
|
protected AlignmentLabelSubArea |
SequenceArea.createLabelSubArea(AlignmentLabelArea owner) |
Modifier and Type | Method and Description |
---|---|
AlignmentLabelArea |
ScrollContainerSwingAlignmentLabelArea.getIndependentComponent() |
AlignmentLabelArea |
SWTAlignmentLabelArea.getIndependentComponent() |
AlignmentLabelArea |
AlignmentLabelSubArea.getOwner()
Returns the owning GUI component displaying all labels.
|
Constructor and Description |
---|
AlignmentLabelSubArea(AlignmentLabelArea owner,
AlignmentSubArea labeledSubArea)
Creates a new instance of this class.
|
DefaultLabelSubArea(AlignmentLabelArea owner,
AlignmentSubArea labeledSubArea) |
ScrollContainerSwingAlignmentLabelArea(AlignmentLabelArea independentComponent)
Creates a new instance of this class.
|
SequenceLabelArea(AlignmentLabelArea owner,
SequenceArea labeledSubArea) |
SWTAlignmentLabelArea(AlignmentLabelArea independentComponent,
org.eclipse.swt.widgets.Composite parent,
int style)
Creates a new instance of this class.
|
TextLabelArea(AlignmentLabelArea owner,
AlignmentSubArea labeledSubArea) |
Modifier and Type | Method and Description |
---|---|
protected AlignmentLabelSubArea |
CharSetArea.createLabelSubArea(AlignmentLabelArea owner) |
Constructor and Description |
---|
CharSetNameArea(AlignmentLabelArea owner,
CharSetArea labeledSubArea) |