|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUpdateFeature | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.pattern | |
org.eclipse.graphiti.ui.features |
Uses of IUpdateFeature in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return IUpdateFeature | |
---|---|
IUpdateFeature |
ConfigurableFeatureProviderWrapper.getUpdateFeature(IUpdateContext context)
|
IUpdateFeature |
DefaultFeatureProviderWrapper.getUpdateFeature(IUpdateContext context)
|
IUpdateFeature |
IFeatureProvider.getUpdateFeature(IUpdateContext context)
Update features do the synchronization work and transport data from domain model to pictograms model elements. |
Uses of IUpdateFeature in org.eclipse.graphiti.features.impl |
---|
Classes in org.eclipse.graphiti.features.impl that implement IUpdateFeature | |
---|---|
class |
AbstractUpdateFeature
The Class AbstractUpdateFeature. |
class |
DefaultUpdateDiagramFeature
The Class DefaultUpdateDiagramFeature. |
class |
UpdateNoBoFeature
The Class UpdateNoBoFeature. |
Methods in org.eclipse.graphiti.features.impl that return IUpdateFeature | |
---|---|
IUpdateFeature |
AbstractFeatureProvider.getUpdateFeature(IUpdateContext context)
|
Methods in org.eclipse.graphiti.features.impl that return types with arguments of type IUpdateFeature | |
---|---|
protected Map<IUpdateFeature,IUpdateContext> |
DefaultUpdateDiagramFeature.findFeaturesToUpdateChildren(PictogramElement pe,
boolean checkUpdateNeeded)
|
Uses of IUpdateFeature in org.eclipse.graphiti.pattern |
---|
Classes in org.eclipse.graphiti.pattern that implement IUpdateFeature | |
---|---|
class |
UpdateFeatureForPattern
This feature wraps the update functionality of a pattern for calls of the Graphiti framework. |
Methods in org.eclipse.graphiti.pattern that return IUpdateFeature | |
---|---|
IUpdateFeature |
DefaultFeatureProviderWithPatterns.getUpdateFeature(IUpdateContext context)
Tries to retrieve an update feature suiting the given update context from the registered patterns. |
protected IUpdateFeature |
DefaultFeatureProviderWithPatterns.getUpdateFeatureAdditional(IUpdateContext context)
Gets the additional update feature functionality. |
Uses of IUpdateFeature in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features that return IUpdateFeature | |
---|---|
IUpdateFeature |
DefaultFeatureProvider.getUpdateFeature(IUpdateContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |