TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator.proxy
Interface IExtendedProxyNode

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:
ArtifactFileProxyNode, ArtifactProxyNode, org.eclipse.hyades.test.ui.navigator.CMNNamedElementProxyNode, DatapoolFileProxyNode, DatapoolProxyNode, DefaultExecutionResultProxyNode, DefaultTestCaseProxyNode, DefaultTestComponentlProxyNode, org.eclipse.hyades.test.ui.navigator.DefaultTestSuiteProxyNode, DefaultTypeProviderProxyNode, DeploymentFileProxyNode, DeploymentProxyNode, EMFResourceProxyNode, org.eclipse.hyades.test.ui.navigator.EObjectProxyNode, ExecutionFileProxyNode, org.eclipse.hyades.test.ui.navigator.FileProxyNode, HTMLFileProxyNode, JavaElementProxyNode, JavaParentElementProxyNode, JUnitFolderProxyNode, JUnitTestSuiteProxyNode, JUnitTypeProviderProxyNode, LocationFileProxyNode, LocationProxyNode, NonEMFResourceProxyNode, PackageProxyNode, RegularJUnitPackageProxyNode, RegularJUnitProviderProxyNode, RegularJUnitSourceFolderProxyNode, RegularJUnitTestSuiteProxyNode, SourceFolderProxyNode, TestAssetGroupProxyNode, TestComponentFileProxyNode, org.eclipse.hyades.test.ui.navigator.TestFolderProxyNode, TestlogFileProxyNode, TestSuiteFileProxyNode, org.eclipse.hyades.test.ui.navigator.TypedElementProxyNode, XMLFileProxyNode

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


Method Summary
 org.eclipse.core.resources.IResource getCorrespondingResource()
          Returns the resource that the implementor is corresponding 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

getCorrespondingResource

org.eclipse.core.resources.IResource getCorrespondingResource()
Returns the resource that the implementor is corresponding to. It can be null if the implementor does not match to a physical resource.

Returns:
a resource or null

TPTP 4.5.0 Testing Tools Project
Internal API Specification