Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
info.bioinfweb.libralign.dataarea |
Contains
DataArea from which all data areas used in LibrAlign
must be inherited as well as related classes and a set of general data area implementations provided with
LibrAlign which are located in the subpackage implementations . |
info.bioinfweb.libralign.dataarea.implementations |
Contains classes that implement a concrete data area.
|
info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
info.bioinfweb.libralign.dataarea.implementations.pherogram |
Contains
PherogramArea and other classes used in its
implementation. |
info.bioinfweb.libralign.dataarea.implementations.sequenceindex | |
info.bioinfweb.libralign.model |
Contains the
AlignmentModel interface which
is the bridge between LibrAlign and any source of alignment data that is displayed with it as well as
related classes and a set of implementations of this interface provided with LibrAlign. |
info.bioinfweb.libralign.model.events |
Contains the event objects used by implementations of
AlignmentModel . |
info.bioinfweb.libralign.model.implementations |
Contains common implementations of
AlignmentModel
which are part of LibrAlign. |
info.bioinfweb.libralign.model.implementations.decorate | |
info.bioinfweb.libralign.multiplealignments |
Contains classes used in the implementation of
MultipleAlignmentsContainer
which allow to combine several AlignmentArea s. |
Modifier and Type | Method and Description |
---|---|
<T> void |
AlignmentArea.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
DataAreaSequenceChangeListener.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
void |
ConsensusSequenceArea.afterSequenceChange(SequenceChangeEvent e) |
<T> void |
LabelDataArea.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
CharSetArea.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
PherogramArea.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
SequenceIndexArea.afterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
AlignmentModelChangeAdapter.afterSequenceChange(SequenceChangeEvent<T> e) |
<T> void |
AlignmentModelChangeListener.afterSequenceChange(SequenceChangeEvent<T> e)
Called after a sequence has been inserted, removed or replaced.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenChangeEvent<T>
Event object that indicates that tokens in a sequence provided by an instance of
AlignmentModel were inserted, removed or replaced. |
Modifier and Type | Method and Description |
---|---|
SequenceChangeEvent<T> |
SequenceChangeEvent.clone() |
SequenceChangeEvent<T> |
SequenceChangeEvent.cloneWithNewSource(AlignmentModel<T> source) |
static <T> SequenceChangeEvent<T> |
SequenceChangeEvent.newInsertInstance(AlignmentModel<T> source,
java.lang.String sequenceID) |
static <T> SequenceChangeEvent<T> |
SequenceChangeEvent.newRemoveInstance(AlignmentModel<T> source,
java.lang.String sequenceID) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAlignmentModel.fireAfterSequenceChange(SequenceChangeEvent<T> e)
Informs all listeners that a sequence has been inserted, removed or replaced.
|
protected void |
AbstractUndecoratedAlignmentModel.fireAfterSequenceChange(SequenceChangeEvent<T> e) |
Modifier and Type | Method and Description |
---|---|
protected SequenceChangeEvent<T> |
AbstractAlignmentModelDecorator.convertSequenceChangeEvent(SequenceChangeEvent<U> event)
Converts a
SequenceChangeEvent event from the decorated instance to an event object compatible
with this instance. |
Modifier and Type | Method and Description |
---|---|
protected SequenceChangeEvent<T> |
AbstractAlignmentModelDecorator.convertSequenceChangeEvent(SequenceChangeEvent<U> event)
Converts a
SequenceChangeEvent event from the decorated instance to an event object compatible
with this instance. |
Modifier and Type | Method and Description |
---|---|
<T> void |
MultipleAlignmentsModelEventForwarder.afterSequenceChange(SequenceChangeEvent<T> e) |