| Package | Description | 
|---|---|
| org.eclipse.incquery.viewers.runtime.extensions | |
| org.eclipse.incquery.viewers.runtime.extensions.jface | 
| Modifier and Type | Field and Description | 
|---|---|
ViewersComponentConfiguration | 
IncQueryViewersPartSupport.configuration
The configuration DTO. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ViewersComponentConfiguration | 
ViewersComponentConfiguration.fromQuerySpecFQNs(java.util.Collection<java.lang.String> fqns)  | 
static ViewersComponentConfiguration | 
ViewersComponentConfiguration.fromQuerySpecs(java.util.Collection<IQuerySpecification<IncQueryMatcher<? extends IPatternMatch>>> specs)
TODO this does not seem to be usable at the moment
 
 Java generics bugs? 
 | 
ViewersComponentConfiguration | 
ViewersComponentConfiguration.newCopy()  | 
| Constructor and Description | 
|---|
IncQueryViewersPartSupport(org.eclipse.ui.IWorkbenchPart _owner,
                          ViewersComponentConfiguration _config)
Constructs a new support instance. 
 | 
IncQueryViewersViewSupport(org.eclipse.ui.IViewPart _owner,
                          ViewersComponentConfiguration _config,
                          IModelConnectorTypeEnum _scope)
Constructs a new View support instance. 
 | 
| Constructor and Description | 
|---|
IncQueryViewersJFaceViewSupport(org.eclipse.ui.IViewPart _owner,
                               ViewersComponentConfiguration _config,
                               IModelConnectorTypeEnum _scope,
                               org.eclipse.jface.viewers.StructuredViewer _jfaceViewer)  |