Package | Description |
---|---|
info.textgrid.lab.collatex.model |
This package contains the collation set data model that is used to persist
the set of witnesses to be collated, and the respective settings.
|
info.textgrid.lab.collatex.model.text |
The text model for our collation tool.
|
info.textgrid.lab.collatex.ui.parts |
The editors and views of our CollateX frontend.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<CollationSetWitness> |
CollationSetWitness.IS_ACTIVE |
Modifier and Type | Method and Description |
---|---|
CollationSetWitness |
CollationResults.getFocusedCSWitness()
In user interfaces representing the CollationSet, a witness can be
focused.
|
Modifier and Type | Method and Description |
---|---|
List<CollationSetWitness> |
CollationSet.getWitnesses()
The witnesses to be collated.
|
Modifier and Type | Method and Description |
---|---|
void |
CollationResults.setFocusedCSWitness(CollationSetWitness focusedCSWitness) |
Modifier and Type | Method and Description |
---|---|
CollationSetWitness |
BasicWitness.getCollationSetWitness() |
Constructor and Description |
---|
BasicWitness(CollationSetWitness csw) |
BasicWitness(CollationSetWitness csw,
String content,
com.google.common.base.Function<String,List<String>> tokenizer) |
Modifier and Type | Method and Description |
---|---|
CollationSetWitness[] |
CollationSetEditor.getSelectedWitnesses() |
Copyright © 2013 TextGrid. All Rights Reserved.