Révision 2593
tmp/org.txm.annotation.kr.rcp/src/org/txm/annotation/kr/rcp/concordance/WordAnnotationToolbar.java (revision 2593) | ||
---|---|---|
166 | 166 |
matches.add(l.getMatch()); |
167 | 167 |
} |
168 | 168 |
|
169 |
affectMatchesToSelection(matches);
|
|
169 |
affectAnnotationsToMatches(matches);
|
|
170 | 170 |
} |
171 | 171 |
|
172 | 172 |
protected void affectAnnotationValues(final List<? extends Match> matches, final AnnotationType type, final String svalue, JobHandler job) { |
... | ... | |
345 | 345 |
}); |
346 | 346 |
} |
347 | 347 |
|
348 |
protected void affectMatchesToSelection(final List<? extends Match> matches) {
|
|
348 |
protected void affectAnnotationsToMatches(final List<? extends Match> matches) {
|
|
349 | 349 |
final AnnotationType type = getSelectedAnnotationType(); |
350 | 350 |
final String svalue = annotationValuesText.getText(); |
351 | 351 |
|
... | ... | |
724 | 724 |
|
725 | 725 |
try { |
726 | 726 |
List<? extends Match> matches = concordance.getMatches(); |
727 |
affectMatchesToSelection(matches);
|
|
727 |
affectAnnotationsToMatches(matches);
|
|
728 | 728 |
} catch (Exception e1) { |
729 | 729 |
Log.severe(NLS.bind(KRAnnotationUIMessages.errorWhileAnnotatingConcordanceColonP0, e1.getLocalizedMessage())); |
730 | 730 |
Log.printStackTrace(e1); |
Formats disponibles : Unified diff