Modifier and Type | Method and Description |
---|---|
static void |
IncQueryViewerSupport.bind(org.eclipse.jface.viewers.AbstractListViewer viewer,
ViewerState state)
Bind the viewerstate to the list viewer.
|
static void |
IncQueryViewerSupport.bind(org.eclipse.jface.viewers.AbstractTreeViewer viewer,
ViewerState state)
Bind the viewerstate to the tree viewer.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.viewers.ISelection |
SelectionHelper.unwrapElements_EObjectsToViewersElements(org.eclipse.jface.viewers.ISelection sel,
ViewerState state) |
Modifier and Type | Method and Description |
---|---|
static ViewerState |
IncQueryViewerDataModel.newViewerState(IncQueryEngine engine,
java.util.Collection<IQuerySpecification<?>> patterns,
ViewerDataFilter filter,
java.util.Collection<ViewerState.ViewerStateFeature> features)
Instantiate a
ViewerState and its corresponding ViewerDataModel instance, for IncQuery-based
model sources. |
static ViewerState |
IncQueryViewerDataModel.newViewerState(IncQueryViewerDataModel model,
ViewerDataFilter filter,
java.util.Collection<ViewerState.ViewerStateFeature> features)
Instantiate a new
ViewerState , for an already existing IncQueryViewerDataModel instance. |
Modifier and Type | Method and Description |
---|---|
static ContainmentRule |
ContainmentRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
static ItemRule |
ItemRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
static EdgeRule |
EdgeRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
Constructor and Description |
---|
ContainmentRule(ContainmentQuerySpecificationDescriptor descriptor,
ViewerState state,
ViewerDataFilter filter) |
EdgeRule(EdgeQuerySpecificationDescriptor descriptor,
ViewerState state,
ViewerDataFilter filter) |
Constructor and Description |
---|
QueryLabelProvider(ViewerState state) |