| 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.alignmentarea.rowsarea |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectPaintingSWTAlignmentContentScroller
Extends
DirectPaintingSWTScrollContainer from TIC with some LibrAlign specific
functionality to allow direct scrolling of an AlignmentContentArea. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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). |
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollContainerSwingAlignmentContentArea
The Swing component displaying the contents of an
AlignmentContentArea. |
class |
ScrollContainerSWTAlignmentContentArea
The SWT component displaying a
AlignmentContentArea. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToolkitSpecificAlignmentLabelArea
Interface that defines common methods by toolkit specific implementations of an
AlignmentLabelArea. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollContainerSwingAlignmentLabelArea
The Swing component displaying the label components for an alignment.
|
class |
SWTAlignmentLabelArea
The SWT component displaying the label components for an alignment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAlignmentRowsArea<C extends TICComponent>
Abstract base class for
ScrollContainerSwingAlignmentContentArea and ScrollContainerSwingAlignmentLabelArea. |
class |
SWTAlignmentRowsArea<C extends TICComponent>
Abstract base class for
ScrollContainerSWTAlignmentContentArea and ScrollContainerSWTAlignmentLabelArea. |