|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dictccfe.and.Search.DictConfig
public class Search.DictConfig
Dictionary configuration.
Field Summary | |
---|---|
private java.lang.String |
m_dictenc
The dictionary encoding. |
private java.io.File |
m_dictfile
The dictionary file. |
private int |
m_dicttype
The dictionary type. |
Constructor Summary | |
---|---|
Search.DictConfig(android.database.sqlite.SQLiteDatabase aDb)
Sets the object from the configuration table of the given database. |
Method Summary | |
---|---|
java.lang.String |
getDictEnc()
Returns the name of the dictionary encoding. |
java.io.File |
getDictFile()
Returns the name of the dictionary file. |
int |
getDictType()
Returns the dictionary type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String m_dictenc
private final java.io.File m_dictfile
private final int m_dicttype
Constructor Detail |
---|
public Search.DictConfig(android.database.sqlite.SQLiteDatabase aDb)
aDb
- the database from which to read the configuration.
The constructor executes "SELECT key, val FROM config"
there.Search.getDictFile(String)
Method Detail |
---|
public final java.io.File getDictFile()
public final java.lang.String getDictEnc()
public final int getDictType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |