|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory
Factory used to create default proxies for typed elements Clients may extend this class and override only the methods that should not create the default proxy nodes.
| Constructor Summary | |
|---|---|
DefaultTypedElementProxyFactory()
|
|
| Method Summary | |
|---|---|
IProxyNode |
create(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result,
java.lang.Object parent)
Create a new proxy node from an execution result. |
IProxyNode |
create(org.eclipse.hyades.models.common.testprofile.TPFTestComponent component,
java.lang.Object parent)
Create a new proxy node from a test component. |
IProxyNode |
create(org.eclipse.hyades.models.common.testprofile.TPFTest test,
java.lang.Object parent)
Create a proxy node from a test element, mainly: TPFTestSuite
TPFTestCase |
IProxyNode |
recreate(org.eclipse.ui.IMemento memento,
java.lang.Object parent)
Returns the proxy node built based on the content of the given memento. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTypedElementProxyFactory()
| Method Detail |
public IProxyNode recreate(org.eclipse.ui.IMemento memento,
java.lang.Object parent)
IPersistableTypedElementProxyFactory
recreate in interface IPersistableTypedElementProxyFactorymemento - The content of the proxy persisted.parent - the parent object of the new typed element proxy node.
IPersistableTypedElementProxyFactory.recreate(org.eclipse.ui.IMemento, java.lang.Object)
public IProxyNode create(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result,
java.lang.Object parent)
ITypedElementProxyFactory
create in interface ITypedElementProxyFactoryresult - the execution result to convert from.parent - the parent of the new proxy.
ITypedElementProxyFactory.create(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult, java.lang.Object)
public IProxyNode create(org.eclipse.hyades.models.common.testprofile.TPFTest test,
java.lang.Object parent)
ITypedElementProxyFactoryTPFTestSuiteTPFTestCase
create in interface ITypedElementProxyFactorytest - the element to convert from.parent - the parent of the new proxy.
ITypedElementProxyFactory.create(org.eclipse.hyades.models.common.testprofile.TPFTest, java.lang.Object)
public IProxyNode create(org.eclipse.hyades.models.common.testprofile.TPFTestComponent component,
java.lang.Object parent)
ITypedElementProxyFactory
create in interface ITypedElementProxyFactorycomponent - the test component to convert from.parent - the parent of the new proxy.
ITypedElementProxyFactory.create(org.eclipse.hyades.models.common.testprofile.TPFTestComponent, java.lang.Object)
|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||