|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdUpdateContext | |
|---|---|
| org.eclipse.graphiti.pattern.id | |
| Uses of IdUpdateContext in org.eclipse.graphiti.pattern.id |
|---|
| Methods in org.eclipse.graphiti.pattern.id with parameters of type IdUpdateContext | |
|---|---|
protected abstract boolean |
IdPattern.update(IdUpdateContext context,
String id)
Clients should primarily override this method and implement their update functionality here. |
protected boolean |
IdPattern.updateGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm,
IdUpdateContext context)
This method implements the part of the update that deals with the GraphicsAlgorithm children, see
IdPattern.update(IUpdateContext, boolean). |
protected abstract IReason |
IdPattern.updateNeeded(IdUpdateContext context,
String id)
Clients should primarily override this method and implement their update check functionality here. |
protected IReason |
IdPattern.updateNeededGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm,
IdUpdateContext context)
This method implements the part of the update needed check that deals with the GraphicsAlgorithm children, see
IdPattern.updateNeeded(IUpdateContext). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||