Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model |
Modifier and Type | Method and Description |
---|---|
static ViewerState.ViewerStateFeature |
ViewerState.ViewerStateFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewerState.ViewerStateFeature[] |
ViewerState.ViewerStateFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
Constructor and Description |
---|
ViewerState(ViewerDataModel model,
ViewerDataFilter filter,
java.util.Collection<ViewerState.ViewerStateFeature> features) |