| Package | Description |
|---|---|
| org.dts.spell.dictionary | |
| org.dts.spell.dictionary.myspell | |
| org.dts.spell.dictionary.openoffice | |
| org.dts.spell.event | |
| org.dts.spell.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
SpellDictionary.addProgressListener(ProgressListener listener)
Add a listener to monitor dictionary load.
|
void |
DictionaryManager.addProgressListener(ProgressListener listener) |
protected URL |
AbstractDictionaryProvider.createLocalCopy(URL dictURL,
ProgressListener listener)
Copy URL to
getLocalStorageDir(). |
void |
DictionaryProvider.install(File file,
ProgressListener listener)
Install a local copy form the dictionary
|
void |
DictionaryProvider.install(Locale locale,
ProgressListener listener)
Install a local copy of the interntet dictionary for that locale
|
void |
SpellDictionary.removeProgressListener(ProgressListener listener)
Remove a listener to monitor dictionary load
|
void |
DictionaryManager.removeProgressListener(ProgressListener listener) |
void |
DictionaryProvider.uninstall(Locale locale,
ProgressListener listener)
Uninstall the given locale
|
| Constructor and Description |
|---|
AffixMgr(InputStream affStream,
String encoding,
WordMap ptr,
ProgressListener listener)
Initialize affix manager from .aff stream.
|
MySpell(InputStream affStream,
InputStream dStream,
ProgressListener listener) |
MySpell(InputStream zipStream,
ProgressListener listener) |
MySpell(String zipFile,
ProgressListener listener) |
MySpell(String affpath,
String dpath,
ProgressListener listener) |
MySpell(ZipFile zipFile,
ProgressListener listener) |
MySpell(ZipInputStream zipStream,
ProgressListener listener)
Read the dictionary from a ZipInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenOfficeSpellDictionary.addProgressListener(ProgressListener listener) |
void |
OpenOfficeDictionaryProvider.install(File file,
ProgressListener listener) |
void |
OpenOfficeDictionaryProvider.install(Locale locale,
ProgressListener listener) |
void |
OpenOfficeSpellDictionary.removeProgressListener(ProgressListener listener) |
void |
OpenOfficeDictionaryProvider.uninstall(Locale locale,
ProgressListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressListenerSupport |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressListenerSupport.addListener(ProgressListener listener) |
void |
ProgressListenerSupport.removeListener(ProgressListener listener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtils.copyStream(InputStream in,
OutputStream out,
ProgressListener listener) |
static void |
FileUtils.copyStreamToFile(File file,
InputStream in,
ProgressListener listener) |
Copyright © 2020. All rights reserved.