|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DictionarySource | |
org.thdl.tib.scanner | Provides the classes to take Tibetan language passages and divide the passages up into their component phrases and words, and display corresponding dictionary definitions. |
Uses of DictionarySource in org.thdl.tib.scanner |
Fields in org.thdl.tib.scanner declared as DictionarySource | |
static org.thdl.tib.scanner.DictionarySource |
FileSyllableListTree.defSourcesWanted
|
Methods in org.thdl.tib.scanner that return DictionarySource | |
org.thdl.tib.scanner.DictionarySource |
CachedSyllableListTree.getDictionarySource()
|
static org.thdl.tib.scanner.DictionarySource |
DictionarySource.getAllDictionaries()
|
static org.thdl.tib.scanner.DictionarySource |
DictionarySource.read(DataInput raf)
|
org.thdl.tib.scanner.DictionarySource |
DictionarySource.intersection(org.thdl.tib.scanner.DictionarySource dsO)
|
org.thdl.tib.scanner.DictionarySource |
FileSyllableListTree.getDictionarySource()
|
org.thdl.tib.scanner.DictionarySource |
LocalTibetanScanner.getDictionarySource()
|
org.thdl.tib.scanner.DictionarySource |
MemorySyllableListTree.getDictionarySource()
Null because it does not support multiple dictionaries. |
org.thdl.tib.scanner.DictionarySource |
RemoteTibetanScanner.getDictionarySource()
|
org.thdl.tib.scanner.DictionarySource |
SyllableListTree.getDictionarySource()
|
org.thdl.tib.scanner.DictionarySource |
TibetanScanner.getDictionarySource()
|
Methods in org.thdl.tib.scanner with parameters of type DictionarySource | |
org.thdl.tib.scanner.DictionarySource |
DictionarySource.intersection(org.thdl.tib.scanner.DictionarySource dsO)
|
protected void |
ScannerPanel.setDicts(org.thdl.tib.scanner.DictionarySource ds)
|
Constructors in org.thdl.tib.scanner with parameters of type DictionarySource | |
FileSyllableListTree(String sil,
long[] def,
org.thdl.tib.scanner.DictionarySource defSource,
long posLista)
Used to create each node (except the root) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |