Class | Description |
---|---|
AlertWindow |
Object that pops up whenever the user does
something she shouldn't have done.
|
AttributeChooser |
GUI component for choosing attributes out of a list
|
BrowserFrame |
This frame implements a 'concordance browser' that interacts with
the TEC Server or works
stand-alone accessing the corpus index through Dictionary.java
|
BrowserGUI |
Interface for Browser GUIs
|
ConcordanceListModel |
Implement a list model to be used with ListDisplay and handle
elements of the ConcordanceVector
|
ContextClient |
This is a Client to interact with the TEC Server This thread does
substantially less than its name might suggest: it does simply
extraction of text surrounding concondances.
|
FullTextWindow |
Object to display header and file extrac information
|
GraphicalSubcorpusSelector |
Handle sub-corpus selection
|
HelpBrowser |
Display help
|
HighlightString |
Position at which string will be drawn and string
|
InitialCorpusSelector |
Get corpus selection from user.
|
ListDisplay |
This class implements the object on which the output
of a concordance interaction (list of lines centered
on a given word, KWIC format) is displayed
|
ListDisplayRenderer |
Cell renderer for TEC concordance list
|
MultipleAttributeSelection |
Combine AttributeChoosers
|
PreferPanel |
This class receives and manages user preferences
|
RemoteCorpusChooser |
Choose a new remote corpus index (this is just a placeholder
class, until a proper remote corpus chooser can be implemented)
|
SplashScreen |
Splash screen (shown at startup time)
|
SubcorpusCaseStatusPanel |
Display status of subcorpus selection and case-sensitivity of search
|
YesOrNo |
Pop up a Yes-or-no modal dialogue window
|