public class DictionariesTextArea.DictionaryEntriesSearchThread extends EntryInfoSearchThread<java.util.List<DictionaryEntry>>
EntryInfoSearchThread.EntryChangedException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
src |
protected ITokenizer |
tok |
currentlyProcessedEntry
Constructor and Description |
---|
DictionaryEntriesSearchThread(SourceTextEntry newEntry) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<DictionaryEntry> |
search()
Implementation-dependent method for search info.
|
checkEntryChanged, isEntryChanged, run
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected final java.lang.String src
protected final ITokenizer tok
public DictionaryEntriesSearchThread(SourceTextEntry newEntry)
protected java.util.List<DictionaryEntry> search()
EntryInfoSearchThread
search
in class EntryInfoSearchThread<java.util.List<DictionaryEntry>>