| Interface | Description | 
|---|---|
| Comparer | |
| ConcordanceBrowser | 
 General concordance browser. 
 | 
| Plugin | 
 General TEC client plugin. 
 | 
| StateChanged | 
| Class | Description | 
|---|---|
| Browser | 
 Display concordances etc: interact with
  TEC Servers or work
  stand-alone accessing the corpus index through Dictionary.java 
 | 
| ClientProperties | 
 Encapsulate client-related defaults 
 | 
| Comparator | |
| ConcordanceObject | 
 Manage the array of concordances returned by the server. 
 | 
| ConcordanceProducer | 
 Access and produce condordances directly from index 
 | 
| ConcordanceThread | 
 Receive reply from server (list of concondances)
  and display them from time to time. 
 | 
| ConcordanceVector | 
 Manage the array of concordances returned by the
  server. 
 | 
| CorpusDescriptionProducer | 
 Access and produce condordances directly from index
  NB: NOT PROPERLY IMPLEMENTED YET. 
 | 
| Download | 
 Download concordance list 
 | 
| HeaderReader | 
 This is a Client to a standard httpd server 
  that requests an URL and stores its content 
  public class variable ( 
content | 
| HeaderXMLHandler | |
| LeftComparer | 
 Compare left hand side of concordance strings (for sorting) 
 | 
| RemoteSubcorpusOptionRequest | |
| RightComparer | 
 Compare right hand side of concordance strings (for sorting) 
 | 
| SortContext | 
 Keep track of contexts (words to the left of right of keyword) and their positions (offsst) 
 | 
| SortThread | 
 Receive reply from server (list of concondances) 
  and display them from time to time. 
 | 
| TecClientRequest | 
 Object representing the client's request to the TEC Server 
 | 
| TecQSort | Deprecated | 
| TecTokenizer | 
 A string tokenizer with a safe nextToken method 
 | 
| Upload | 
 Upload saved concordance list 
 |