public abstract class IncQueryViewersViewSupport extends IncQueryViewersPartSupport
ViewParts wishing to use
 IncQuery Viewers.configuration| Constructor and Description | 
|---|
IncQueryViewersViewSupport(org.eclipse.ui.IViewPart _owner,
                          ViewersComponentConfiguration _config,
                          IModelConnectorTypeEnum _scope)
Constructs a new View support instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
createPartControl(org.eclipse.swt.widgets.Composite _parent,
                 org.eclipse.swt.widgets.Control _contents)
Create the SWT UI for the owner. 
 | 
void | 
dispose()
Dispose the support instance. 
 | 
public IncQueryViewersViewSupport(org.eclipse.ui.IViewPart _owner,
                                  ViewersComponentConfiguration _config,
                                  IModelConnectorTypeEnum _scope)
public void dispose()
IncQueryViewersPartSupportIWorkbenchPart it starting to dispose itself.dispose in class IncQueryViewersPartSupportpublic void createPartControl(org.eclipse.swt.widgets.Composite _parent,
                              org.eclipse.swt.widgets.Control _contents)
_parent - the SWT part received by the owner in its createPartControl method_contents - the SWT UI to be displayed for actual contents