PTP
Release 7.0

org.eclipse.ptp.pldt.common.views
Class SimpleTreeTableMarkerView.UpdateVisitor

java.lang.Object
  extended by org.eclipse.ptp.pldt.common.views.SimpleTreeTableMarkerView.UpdateVisitor
Enclosing class:
SimpleTreeTableMarkerView

public class SimpleTreeTableMarkerView.UpdateVisitor
extends Object

Visit the resource delta to look for the marker changes we are interested in


Constructor Summary
SimpleTreeTableMarkerView.UpdateVisitor()
           
 
Method Summary
 boolean visit(IResourceDelta delta)
          Visit appropriate parts of the resource delta to find the markers that changed that we care about.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTreeTableMarkerView.UpdateVisitor

public SimpleTreeTableMarkerView.UpdateVisitor()
Method Detail

visit

public boolean visit(IResourceDelta delta)
              throws CoreException
Visit appropriate parts of the resource delta to find the markers that changed that we care about.

Throws:
CoreException
See Also:
org.eclipse.core.resources.IResourceDeltaVisitor#visit(org.eclipse.core.resources.IResourceDelta)

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.