Class RefreshPerformanceCache
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.editor.RefreshPerformanceCache
-
public class RefreshPerformanceCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RefreshPerformanceCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitRefresh()Inits the refresh.booleanshouldRefresh(java.lang.Object obj)Answers if a refresh should be triggered for an object of typeGraphicsAlgorithmPictogramElementEditPartIf the supplied argument is of another type anIllegalArgumentExceptionis thrown.
-
-
-
Method Detail
-
initRefresh
public void initRefresh()
Inits the refresh.
-
shouldRefresh
public boolean shouldRefresh(java.lang.Object obj)
Answers if a refresh should be triggered for an object of type-
GraphicsAlgorithm -
PictogramElement -
EditPart
IllegalArgumentExceptionis thrown.- Parameters:
obj-- Returns:
- true if the supplied object should be refreshed, false otherwise.
-
-
-