Class AtlEditorTickErrorUpdater

java.lang.Object
org.eclipse.m2m.atl.adt.ui.viewsupport.AtlEditorTickErrorUpdater
All Implemented Interfaces:
IProblemChangedListener

public class AtlEditorTickErrorUpdater extends Object implements IProblemChangedListener
The ATL editor markers updater.
  • Constructor Details

    • AtlEditorTickErrorUpdater

      public AtlEditorTickErrorUpdater(AtlEditor editor)
      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 interface IProblemChangedListener
      Parameters:
      changedResources - A set with elements of type IResource that
      isMarkerChange -
      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.