AlignmentContentArea
which display
the contents of an alignment.See: Description
Interface | Description |
---|---|
ToolkitSpecificAlignmentContentArea |
Interface for all toolkit specific components displaying the contents of an alignment area (not including
the parent scroll container which is part of implementations of
ToolkitSpecificAlignmentArea ). |
Class | Description |
---|---|
AlignmentContentArea |
Toolkit independent component displaying the contents (not the labels) of a single alignment and its attached
data areas.
|
AlignmentContentAreaTools | |
AlignmentSubArea |
All GUI components that are part of an
AlignmentContentArea should inherit from this class. |
AlignmentSubAreaIterator<C extends TICComponent> |
Adapter class that converts an iterator of
ToolkitComponent to an iterator of AlignmentSubArea s. |
CursorSelectionInputListener |
Mouse and key listener modifying the selection and cursor if a cursor is used.
|
SequenceArea |
The area inside an
AlignmentArea that displays one sequence of the alignment. |
SequenceAreaMap |
Manages the
SequenceArea s that are contained in an implementation of
ToolkitSpecificMultipleAlignmentsContainer . |
SwingAlignmentContentArea |
The Swing component displaying a
AlignmentContentArea . |
SWTAlignmentContentArea |
The SWT component displaying a
AlignmentContentArea . |
AlignmentContentArea
which display
the contents of an alignment.
Classes displaying alignment labels are contained in the neighboring label
package. Data area related
implementations are contained in info.bioinfweb.libralign.dataarea
.