See: Description
Class | Description |
---|---|
AbstractRequest |
A single request to TG-search.
|
Activator |
The activator class controls the plug-in life cycle
|
AutocompletionClient |
A content proposal provider that queries the autocompletion code of TG-search
in a background job.
|
ContextEntry |
This represents one context within a KWICEntry
|
ContextEntryAdaptorFactory | |
DeferredTreeContentProvider |
Generic
ITreeContentProvider suitable for use with deferred content. |
ExtendedContentProposalAdapter |
An extended
ContentProposalAdapter for getting proposals from the
network. |
FullTextEntry | |
FulltextEntryAdapterFactory | |
ItemEntry |
Represents an search result entry in the item list.
|
ItemEntryAdapterFactory | |
KWICEntry |
This represents one entry for a KeyWord-In-Context.
|
KWICEntryAdaptorFactory | |
LazySearchResultProvider |
A lazy content provider for search results.
|
NoMatchEntry |
The class NoMatchEntry represents a search entry for
a search with no matches
|
ProjectListAdapter | |
ProjectListAdapterFactory | |
ResultViewInitItem | |
SingleSearchResult |
Just a container to hold a TextGridObject TOGETHER with its match count
Children of it are: Project, Author, and all KWICEntries which will be
retrieved deferredly.
|
SSRAdaptorFactory | |
TextGridRepositoryItem | |
TextGridRepositoryItem_SandBox | |
TGObjectReferenceAdapterFactory |
info.textgrid.lab.xmleditor.dialogs.SelectSchemaPage
.
schemaTable = new TextGridObjectTableViewer(control, SWT.SINGLE | SWT.FULL_SELECTION | SWT.VIRTUAL); // ... format the table viewer ... ResultHolder resultHolder = new ResultHolder(); TextGridQuery query = new TextGridQuery(resultHolder); Map<String, String> queryFields = new HashMap<String, String>(); queryFields.put("format", "text/xsd+xml"); query.setQueryMetadata(queryFields); schemaTable.setInput(resultHolder);
info.textgrid.lab.search.restclient