TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.java.internal.junit.navigator
Interface IJavaElementChangedListenerProxyNode

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.hyades.test.ui.navigator.IProxy, org.eclipse.hyades.test.ui.navigator.IProxyNode
All Known Implementing Classes:
JavaElementProxyNode

public interface IJavaElementChangedListenerProxyNode
extends org.eclipse.hyades.test.ui.navigator.IProxyNode

A proxy node that is able to modify itself in reaction to changes in the java model.

Since:
4.3

Method Summary
 org.eclipse.hyades.test.ui.navigator.IProxyNode elementChanged(org.eclipse.jdt.core.IJavaElementDelta delta)
          Processes the delta, rooted at the java element that this proxy is associated to.
 
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

elementChanged

public org.eclipse.hyades.test.ui.navigator.IProxyNode elementChanged(org.eclipse.jdt.core.IJavaElementDelta delta)
Processes the delta, rooted at the java element that this proxy is associated to.

Parameters:
delta -
Returns:
The lowest proxy, in the subtree of the proxy, that needs to be refreshed by a viewer. This may be this proxy itself.

TPTP 4.4.0 Testing Tools Project
Internal API Specification