MultipleAlignmentsContainer
which allow to combine several AlignmentAreas.See: Description
| Interface | Description |
|---|---|
| ToolkitSpecificMultipleAlignmentsContainer |
Common interface for toolkit specific components displaying the contents of a
MultipleAlignmentsContainer. |
| Class | Description |
|---|---|
| AlignmentAreaList |
A list implementation
MultipleAlignmentsContainer uses to manage its contained alignment areas. |
| HorizontalScrollingSynchronizer |
Synchronizes the horizontal scroll position of
AlignmentAreas that are grouped together in a
MultipleAlignmentsContainer. |
| MultipleAlignmentsContainer |
This class allows to use multiple instances of
AlignmentArea, that are coupled related to horizontal
scrolling. |
| MultipleAlignmentsModelEventForwarder |
Forwards events from alignment and data models of a single alignment area contained in a
MultipleAlignmentsContainer to all other alignment areas in that container. |
| SwingMultipleAlignmentsContainer |
Swing specific GUI component that contains the three scroll panes that make up an alignment area.
|
| SWTMultipleAlignmentsContainer |
The SWT component rendering all parts of an
AlignmentArea. |
MultipleAlignmentsContainer
which allow to combine several AlignmentAreas.