org.eclipse.hyades.test.ui.internal.navigator.proxy
Class NonEMFResourceProxyNode
java.lang.Object
org.eclipse.hyades.test.ui.navigator.AbstractProxy
org.eclipse.hyades.test.ui.navigator.FileProxyNode
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
|
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 |
NonEMFResourceProxyNode
public NonEMFResourceProxyNode(org.eclipse.core.resources.IFile file)
- Parameters:
file -
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