Package | Description |
---|---|
org.tinygroup.dict | |
org.tinygroup.dict.applicationprocessor | |
org.tinygroup.dict.fileresolver | |
org.tinygroup.dict.impl | |
org.tinygroup.metadatadictloader |
Modifier and Type | Method and Description |
---|---|
void |
DictLoader.clear(DictManager dictManager)
从字典管理器中清除该字典加载器相关的字典内容
|
Dict |
DictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context)
返回字典对象,参考dictManager。getDict(String lang,String dictTypeName, Context context);
|
void |
DictLoader.load(DictManager dictManager)
载入字典内容到字典管理器中
|
Modifier and Type | Method and Description |
---|---|
DictManager |
DictLoadProcessor.getManager() |
Modifier and Type | Method and Description |
---|---|
void |
DictLoadProcessor.setManager(DictManager manager) |
Modifier and Type | Method and Description |
---|---|
DictManager |
DictLoadFileProcessor.getManager() |
Modifier and Type | Method and Description |
---|---|
void |
DictLoadFileProcessor.setManager(DictManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
DictManagerImpl |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDictLoader.clear(DictManager dictManager) |
Dict |
AbstractDictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context) |
protected void |
AbstractDictLoader.putDict(String name,
Dict dict,
DictManager dictManager) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataDictLoaderImpl.load(DictManager dictManager) |
Copyright © 2006–2018 TinyGroup. All rights reserved.