Class AtlEditorTickErrorUpdater
java.lang.Object
org.eclipse.m2m.atl.adt.ui.viewsupport.AtlEditorTickErrorUpdater
- All Implemented Interfaces:
IProblemChangedListener
The ATL editor markers updater.
-
Constructor Summary
ConstructorsConstructorDescriptionAtlEditorTickErrorUpdater(AtlEditor editor) Creates an updater for the given editor. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Dispose the image.voidproblemsChanged(org.eclipse.core.resources.IResource[] changedResources, boolean isMarkerChange) Called when problems changed.voidupdateEditorImage(org.eclipse.core.resources.IResource res) Updates the editor tab image.
-
Constructor Details
-
AtlEditorTickErrorUpdater
Creates an updater for the given editor.- Parameters:
editor- the atl editor
-
-
Method Details
-
problemsChanged
public void problemsChanged(org.eclipse.core.resources.IResource[] changedResources, boolean isMarkerChange) Called when problems changed.- Specified by:
problemsChangedin interfaceIProblemChangedListener- Parameters:
changedResources- A set with elements of typeIResourcethatisMarkerChange-- See Also:
-
updateEditorImage
public void updateEditorImage(org.eclipse.core.resources.IResource res) Updates the editor tab image.- Parameters:
res- the current resource
-
dispose
public void dispose()Dispose the image.
-