TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator.proxy
Class NonEMFResourceProxyNode

java.lang.Object
  extended by org.eclipse.hyades.test.ui.navigator.AbstractProxy
      extended by org.eclipse.hyades.test.ui.navigator.FileProxyNode
          extended by org.eclipse.hyades.test.ui.internal.navigator.proxy.NonEMFResourceProxyNode
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, IExtendedProxyNode, org.eclipse.hyades.test.ui.navigator.actions.IProxyNodeRenamer, org.eclipse.hyades.test.ui.navigator.IProxy, org.eclipse.hyades.test.ui.navigator.IProxyNode
Direct Known Subclasses:
HTMLFileProxyNode, TestlogFileProxyNode, XMLFileProxyNode

public class NonEMFResourceProxyNode
extends org.eclipse.hyades.test.ui.navigator.FileProxyNode


Constructor Summary
NonEMFResourceProxyNode(org.eclipse.core.resources.IFile file)
           
 
Method Summary
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 org.eclipse.hyades.test.ui.navigator.IProxyNode[] getChildren()
           
 java.lang.String getText()
           
 
Methods inherited from class org.eclipse.hyades.test.ui.navigator.FileProxyNode
getCorrespondingResource, getFile, getIdentifier, getImage, getParent, getUnderlyingResource, isApplicableFor, performRename, performUserInteraction
 
Methods inherited from class org.eclipse.hyades.test.ui.navigator.AbstractProxy
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonEMFResourceProxyNode

public NonEMFResourceProxyNode(org.eclipse.core.resources.IFile file)
Parameters:
file -
Method Detail

getChildren

public org.eclipse.hyades.test.ui.navigator.IProxyNode[] getChildren()

getText

public java.lang.String getText()
Specified by:
getText in interface org.eclipse.hyades.test.ui.navigator.IProxyNode
Overrides:
getText in class org.eclipse.hyades.test.ui.navigator.FileProxyNode

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
Overrides:
getAdapter in class org.eclipse.hyades.test.ui.navigator.FileProxyNode

TPTP 4.5.0 Testing Tools Project
Internal API Specification