| Package | Description |
|---|---|
| info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
| info.bioinfweb.libralign.dataarea.implementations.charset.events |
Contains event classes used to report changes in a
CharSetDataModel. |
| Class and Description |
|---|
| CharSetChangeEvent
This event indicates that an instance of
CharSet was added, removed or replaced in an
instance of CharSetDataModel. |
| CharSetColorChangeEvent
This event indicates that the color of an instance of
CharSet has been changed. |
| CharSetColumnChangeEvent
This event indicates that one or more neighboring columns have been added to or removed from an
instance of
CharSet. |
| CharSetRenamedEvent
This event indicates that the name of an instance of
CharSet has been changed. |
| Class and Description |
|---|
| CharSetDataModelChangeEvent
This is the base class of all events providing information on content changes changes
of an instance of
CharSetDataModel. |