org.eclipse.ptp.pldt.common.views
Class SimpleTableMarkerView.UpdateVisitor
java.lang.Object
org.eclipse.ptp.pldt.common.views.SimpleTableMarkerView.UpdateVisitor
- Enclosing class:
- SimpleTableMarkerView
public class SimpleTableMarkerView.UpdateVisitor
- extends Object
Visit the resource delta to look for the marker changes we are interested
in
|
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 |
SimpleTableMarkerView.UpdateVisitor
public SimpleTableMarkerView.UpdateVisitor()
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)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.