|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IUpdateContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IUpdateContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowUpdate(IUpdateContext context)
|
boolean |
IFeatureChecker.allowUpdate(IUpdateContext context)
|
IReason |
ConfigurableFeatureProviderWrapper.canUpdate(IUpdateContext context)
|
IReason |
DefaultFeatureProviderWrapper.canUpdate(IUpdateContext context)
|
IReason |
IFeatureProvider.canUpdate(IUpdateContext context)
Checks if an update process can be processed. |
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. |
IReason |
DefaultFeatureProviderWrapper.updateIfPossible(IUpdateContext context)
|
IReason |
IFeatureProvider.updateIfPossible(IUpdateContext context)
Process the update process. |
IReason |
DefaultFeatureProviderWrapper.updateIfPossibleAndNeeded(IUpdateContext context)
|
IReason |
IFeatureProvider.updateIfPossibleAndNeeded(IUpdateContext context)
Update if possible and needed. |
IReason |
DefaultFeatureProviderWrapper.updateNeeded(IUpdateContext context)
|
IReason |
IFeatureProvider.updateNeeded(IUpdateContext context)
Checks if an update process is needed and has be processed. |
Uses of IUpdateContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IUpdateContext | |
---|---|
class |
UpdateContext
The Class UpdateContext. |
Uses of IUpdateContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl that return types with arguments of type IUpdateContext | |
---|---|
protected Map<IUpdateFeature,IUpdateContext> |
DefaultUpdateDiagramFeature.findFeaturesToUpdateChildren(PictogramElement pe,
boolean checkUpdateNeeded)
|
Methods in org.eclipse.graphiti.features.impl with parameters of type IUpdateContext | |
---|---|
IReason |
AbstractFeatureProvider.canUpdate(IUpdateContext context)
|
boolean |
DefaultUpdateDiagramFeature.canUpdate(IUpdateContext context)
|
boolean |
UpdateNoBoFeature.canUpdate(IUpdateContext context)
|
IUpdateFeature |
AbstractFeatureProvider.getUpdateFeature(IUpdateContext context)
|
boolean |
DefaultUpdateDiagramFeature.update(IUpdateContext context)
|
boolean |
UpdateNoBoFeature.update(IUpdateContext context)
|
IReason |
AbstractFeatureProvider.updateIfPossible(IUpdateContext context)
|
IReason |
AbstractFeatureProvider.updateIfPossibleAndNeeded(IUpdateContext context)
|
IReason |
AbstractFeatureProvider.updateNeeded(IUpdateContext context)
|
IReason |
DefaultUpdateDiagramFeature.updateNeeded(IUpdateContext context)
|
IReason |
UpdateNoBoFeature.updateNeeded(IUpdateContext context)
|
Uses of IUpdateContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IUpdateContext | |
---|---|
boolean |
IUpdate.canUpdate(IUpdateContext context)
Checks whether the values of the current pictogram element of the given context can be updated. |
boolean |
IUpdate.update(IUpdateContext context)
Updates the pictogram element. |
IReason |
IUpdate.updateNeeded(IUpdateContext context)
Check whether the values in the pictogram element are up to date, that means whether the graphics algorithm of this pictogram element contain the latest values from the business objects. |
Uses of IUpdateContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IUpdateContext | |
---|---|
boolean |
AbstractPattern.canUpdate(IUpdateContext context)
Clients may override this method to indicate that the pattern can be used to update the shape of a domain objects as defined in the given IUpdateContext . |
boolean |
UpdateFeatureForPattern.canUpdate(IUpdateContext context)
|
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. |
boolean |
AbstractPattern.update(IUpdateContext context)
Clients can override this method to implement the functionality to update a shape for the given domain object as defined in the given IUpdateContext . |
boolean |
UpdateFeatureForPattern.update(IUpdateContext context)
|
IReason |
AbstractPattern.updateNeeded(IUpdateContext context)
Clients can override this method to indicate if an update of a shape for the given domain object as defined in the given IUpdateContext
needs to be triggered. |
IReason |
UpdateFeatureForPattern.updateNeeded(IUpdateContext context)
|
Uses of IUpdateContext in org.eclipse.graphiti.pattern.id |
---|
Classes in org.eclipse.graphiti.pattern.id that implement IUpdateContext | |
---|---|
class |
IdUpdateContext
This class represents a special UpdateContext suitable for usage
within an IdPattern . |
Methods in org.eclipse.graphiti.pattern.id with parameters of type IUpdateContext | |
---|---|
boolean |
IdPattern.canUpdate(IUpdateContext context)
Checks if updating a shape is possible using this pattern in the given context. |
boolean |
IdPattern.update(IUpdateContext context)
Updates a PictogramElement representation given in the context. |
protected boolean |
IdPattern.update(IUpdateContext context,
boolean innerCall)
Updates a PictogramElement representation given in the context
recursively. |
IReason |
IdPattern.updateNeeded(IUpdateContext context)
Checks if an updates is needed for a PictogramElement
representation given in the context. |
Uses of IUpdateContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IUpdateContext | |
---|---|
IUpdateFeature |
DefaultFeatureProvider.getUpdateFeature(IUpdateContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |