Methods in fr.umlv.unitex.editor that throw KeyErrorException |
int |
EditionTextArea.countAll(java.lang.String key,
boolean searchUp,
boolean modelWord,
boolean modelCase)
count all the String occurrence in the text after or before
the caret |
void |
EditionTextArea.dictionaryFindNext(boolean searchUp,
boolean modelCase,
boolean modelword,
boolean flexionnalForm,
boolean canonicalForm,
java.lang.String key)
finds a word ( key ) with dictionary mode |
void |
EditionTextArea.findNext(boolean searchUp,
boolean modelCase,
boolean modelWord,
boolean modelPrefixe,
boolean modelSuffixe,
boolean modelRadical,
java.lang.String key)
finds a word ( key ) in a text |
void |
EditionTextArea.findSentence(int number)
find the sentence numbered X |