public class FindGlossaryThread extends EntryInfoSearchThread<java.util.List<GlossaryEntry>>
Test cases wheter a glossary entry matches a string entry text:
EntryInfoSearchThread.EntryChangedException
currentlyProcessedEntry
Constructor and Description |
---|
FindGlossaryThread(GlossaryTextArea pane,
SourceTextEntry newEntry,
GlossaryManager manager) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<GlossaryEntry> |
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
public FindGlossaryThread(GlossaryTextArea pane, SourceTextEntry newEntry, GlossaryManager manager)
protected java.util.List<GlossaryEntry> search()
EntryInfoSearchThread
search
in class EntryInfoSearchThread<java.util.List<GlossaryEntry>>