Package | Description |
---|---|
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 |
---|---|
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) |
AlignmentLabelSubArea |
AlignmentSubArea.getLabelSubArea()
Returns the GUI component that displays the row label for this part of the alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLabelSubArea
GUI component used to label
AlignmentSubArea s that do not provide an own label component. |
class |
SequenceLabelArea
GUI component used to label instances of
SequenceArea . |
class |
TextLabelArea |
Modifier and Type | Method and Description |
---|---|
AlignmentLabelSubArea |
AlignmentLabelSubAreaIterator.next() |
Modifier and Type | Class and Description |
---|---|
class |
CharSetNameArea
GUI component used to display the name labels of character sets displayed by
CharSetArea . |
Modifier and Type | Method and Description |
---|---|
protected AlignmentLabelSubArea |
CharSetArea.createLabelSubArea(AlignmentLabelArea owner) |