Class AtlEditorTickErrorUpdater
java.lang.Object
org.eclipse.m2m.atl.adt.ui.viewsupport.AtlEditorTickErrorUpdater
- All Implemented Interfaces:
IProblemChangedListener
The ATL editor markers updater.
-
Constructor Summary
ConstructorDescriptionAtlEditorTickErrorUpdater
(AtlEditor editor) Creates an updater for the given editor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose the image.void
problemsChanged
(org.eclipse.core.resources.IResource[] changedResources, boolean isMarkerChange) Called when problems changed.void
updateEditorImage
(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:
problemsChanged
in interfaceIProblemChangedListener
- Parameters:
changedResources
- A set with elements of typeIResource
that- 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.
-