Package | Description |
---|---|
org.languagetool.gui | |
org.languagetool.openoffice |
Modifier and Type | Method and Description |
---|---|
static void |
Tools.configureFromRules(JLanguageTool lt,
Configuration config) |
Constructor and Description |
---|
ConfigurationDialog(Frame owner,
boolean insideOffice,
Configuration config) |
ConfigurationDialog(Frame owner,
boolean insideOffice,
Image ltImage,
String title,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheIO.readAllCaches(Configuration config,
MultiDocumentsHandler mDocHandler)
read all caches (document cache, all result caches) from cache file if it exists
|
void |
CacheIO.saveCaches(DocumentCache docCache,
List<org.languagetool.openoffice.ResultCache> paragraphsCache,
SingleDocument.IgnoredMatches ignoredMatches,
Configuration config,
MultiDocumentsHandler mDocHandler)
save all caches if the document exceeds the defined minimum of paragraphs
|
Constructor and Description |
---|
SwJLanguageTool(Language language,
Language motherTongue,
UserConfig userConfig,
Configuration config,
List<Rule> extraRemoteRules,
boolean testMode) |