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 void
initRefresh()
Inits the refresh.boolean
shouldRefresh(java.lang.Object obj)
Answers if a refresh should be triggered for an object of typeGraphicsAlgorithm
PictogramElement
EditPart
If the supplied argument is of another type anIllegalArgumentException
is 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
IllegalArgumentException
is thrown.- Parameters:
obj
-- Returns:
- true if the supplied object should be refreshed, false otherwise.
-
-
-