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.alignmentarea.rowsarea |
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 |
SwingAlignmentContentArea
The Swing component displaying a
AlignmentContentArea . |
class |
SWTAlignmentContentArea
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 |
SwingAlignmentLabelArea
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
SwingAlignmentContentArea and SwingAlignmentLabelArea . |
class |
SWTAlignmentRowsArea<C extends TICComponent>
Abstract base class for
SWTAlignmentContentArea and SWTAlignmentLabelArea . |