TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Interface IResourceChangeListenerProxyNode

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IProxy, IProxyNode
All Known Implementing Classes:
TestFolderProxyNode

public interface IResourceChangeListenerProxyNode
extends IProxyNode

Proxy node with the added capability of reacting to resource changes. This class is used by TestFolderProxyNode for representing child folders.

Since:
4.0
See Also:
TestFolderProxyNode.createChildFolderProxyNode(IContainer)

Method Summary
 IProxyNode resourceChanged(org.eclipse.core.resources.IResourceDelta rootDelta)
          Examines the resource delta and perform any consequent adjustment.
 
Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxyNode
getChildren, getImage, getParent, getText
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxy
getIdentifier, getUnderlyingResource
 

Method Detail

resourceChanged

public IProxyNode resourceChanged(org.eclipse.core.resources.IResourceDelta rootDelta)
Examines the resource delta and perform any consequent adjustment.

Parameters:
rootDelta - the delta describing the change about the resource represented by this proxy.
Returns:
the innermost proxy node in this proxy node hierarchy enclosing all proxy node changes.

TPTP 4.4.0 Testing Tools Project
Public API Specification