public abstract class IncQueryViewersPartSupport
extends java.lang.Object
WorkbenchPart
s wishing to use
IncQuery Viewers.
Supports:
- "forward reveal" mode, i.e. listen to global selection changes and attempt to show the corresponding
contents inside the owner (through the callback "filteredSelectionChanged")Modifier and Type | Field and Description |
---|---|
ViewersComponentConfiguration |
configuration
The configuration DTO.
|
Constructor and Description |
---|
IncQueryViewersPartSupport(org.eclipse.ui.IWorkbenchPart _owner,
ViewersComponentConfiguration _config)
Constructs a new support instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose the support instance.
|
public ViewersComponentConfiguration configuration
public IncQueryViewersPartSupport(org.eclipse.ui.IWorkbenchPart _owner, ViewersComponentConfiguration _config)