Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
info.bioinfweb.libralign.editsettings |
Contains classes implementing the edit settings of an
AlignmentContentArea or an
MultipleAlignmentsContainer . |
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 |
---|---|
EditSettings |
AlignmentArea.getEditSettings()
Returns the edit setting object used by this instance.
|
Modifier and Type | Method and Description |
---|---|
EditSettings |
EditSettingsChangeEvent.getSource() |
Constructor and Description |
---|
EditSettingsChangeEvent(EditSettings source)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
EditSettings |
MultipleAlignmentsContainer.getEditSettings()
Returns the edit settings that are shared among all contained alignment areas.
|