Package | Description |
---|---|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<ModelDelta> |
ModelReconciler.constructDeltas(Object model,
Object serializedState)
Analyzes the model and its serialized state and constructs a collection of deltas between the
two.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IModelReconcilingService.applyDeltas(Collection<ModelDelta> deltas)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
IStatus |
IModelReconcilingService.applyDeltas(Collection<ModelDelta> deltas,
String[] filters)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.