| 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. |
| Modifier and Type | Method and Description |
|---|---|
CharSetDataModel |
CharSetArea.getModel()
Returns the underlying model providing character set data.
|
CharSetDataModel |
CharSetArea.setModel(CharSetDataModel model,
boolean moveListeners)
Changes the model instance that is displayed by this area.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CharSetDataModel> |
CharSet.getModels()
Returns a set of model classes that contain this character set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharSetDataModelListener.afterModelChanged(CharSetDataModel previous,
CharSetDataModel current)
Called if this listener was moved to another instance of
CharSetArea. |
CharSetDataModel |
CharSetArea.setModel(CharSetDataModel model,
boolean moveListeners)
Changes the model instance that is displayed by this area.
|
| Constructor and Description |
|---|
CharSetArea(AlignmentContentArea owner,
AlignmentArea labeledAlignmentArea,
CharSetDataModel model)
Creates a new instance of this class.
|
CharSetDataAdapter(java.lang.String idPrefix,
CharSetDataModel model,
java.lang.String linkedMatrixID)
Creates a new instance of this class that will not write character set colors.
|
CharSetDataAdapter(java.lang.String idPrefix,
CharSetDataModel model,
java.lang.String linkedMatrixID,
info.bioinfweb.jphyloio.events.meta.URIOrStringIdentifier colorPredicate,
info.bioinfweb.jphyloio.events.meta.URIOrStringIdentifier colorDataType)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
CharSetDataModel |
CharSetDataModelChangeEvent.getSource() |
| Constructor and Description |
|---|
CharSetChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet charSet,
boolean added) |
CharSetChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet newCharSet,
CharSet replacedCharSet) |
CharSetChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet newCharSet,
CharSet replacedCharSet,
ListChangeType type) |
CharSetColorChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet charSet,
java.awt.Color previousColor) |
CharSetColumnChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet charSet,
boolean added,
int firstPos,
int lastPos) |
CharSetDataModelChangeEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet charSet) |
CharSetRenamedEvent(CharSetDataModel source,
boolean lastEvent,
java.lang.String charSetID,
CharSet charSet,
java.lang.String previousName) |