TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.model
Class CMNNamedElementUtil.UIProxyNamedElement

java.lang.Object
  extended by org.eclipse.hyades.test.ui.internal.model.CMNNamedElementUtil.UIProxyNamedElement
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.hyades.ui.util.INamedElement
Enclosing class:
CMNNamedElementUtil

public static class CMNNamedElementUtil.UIProxyNamedElement
extends java.lang.Object
implements org.eclipse.hyades.ui.util.INamedElement, org.eclipse.hyades.ui.util.IDisposable


Constructor Summary
CMNNamedElementUtil.UIProxyNamedElement(org.eclipse.hyades.test.ui.navigator.CMNNamedElementProxyNode proxy)
           
 
Method Summary
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMNNamedElementUtil.UIProxyNamedElement

public CMNNamedElementUtil.UIProxyNamedElement(org.eclipse.hyades.test.ui.navigator.CMNNamedElementProxyNode proxy)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.eclipse.hyades.ui.util.INamedElement

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.hyades.ui.util.INamedElement

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface org.eclipse.hyades.ui.util.INamedElement

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.eclipse.hyades.ui.util.INamedElement

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable

TPTP 4.5.0 Testing Tools Project
Internal API Specification