TPTP 4.5.0 Testing Tools Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.hyades.test.ui.internal.model.CMNNamedElementUtil.PersistableElement
All Implemented Interfaces:
org.eclipse.hyades.ui.util.IDisposable, org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement
Enclosing class:
CMNNamedElementUtil

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


Constructor Summary
CMNNamedElementUtil.PersistableElement(org.eclipse.hyades.models.common.common.CMNNamedElement namedElement)
          Constructor for PersistableElement
 
Method Summary
 void dispose()
           
 java.lang.String getFactoryId()
           
 void saveState(org.eclipse.ui.IMemento memento)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMNNamedElementUtil.PersistableElement

public CMNNamedElementUtil.PersistableElement(org.eclipse.hyades.models.common.common.CMNNamedElement namedElement)
Constructor for PersistableElement

Parameters:
namedElement -
Method Detail

dispose

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

getFactoryId

public java.lang.String getFactoryId()
Specified by:
getFactoryId in interface org.eclipse.ui.IPersistableElement
See Also:
IPersistableElement.getFactoryId()

saveState

public void saveState(org.eclipse.ui.IMemento memento)
Specified by:
saveState in interface org.eclipse.ui.IPersistable
See Also:
IPersistable.saveState(org.eclipse.ui.IMemento)

TPTP 4.5.0 Testing Tools Project
Internal API Specification