|
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.EObjectProxyNode
org.eclipse.hyades.test.ui.navigator.CMNNamedElementProxyNode
org.eclipse.hyades.test.ui.navigator.TypedElementProxyNode
General proxy for typed element. This class is derived for test suite, test case, test component and execution result
| Constructor Summary | |
|---|---|
TypedElementProxyNode(org.eclipse.ui.IMemento memento,
java.lang.Object parent)
Constructor to recreate a presisted proxy node. |
|
TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult exec,
java.lang.Object parent)
Constructor using test log. |
|
TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFTestComponent testComponent,
java.lang.Object parent)
Constructor using test component. |
|
TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFTest test,
java.lang.Object parent)
Constructor using test suite and test case objects. |
|
| Method Summary | |
|---|---|
java.lang.String |
getType()
Returns the type of the node |
boolean |
saveState(org.eclipse.ui.IMemento memento)
Save the content of the current proxy node in the given memento object. |
| Methods inherited from class org.eclipse.hyades.test.ui.navigator.CMNNamedElementProxyNode |
|---|
getDescription, getName, getText, isApplicableFor, performRename, performUserInteraction, setName |
| Methods inherited from class org.eclipse.hyades.test.ui.navigator.EObjectProxyNode |
|---|
getAdapter, getCorrespondingResource, getEObject, getFactoryID, getIdentifier, getNodeKind, getOriginatorURI, getParent, getUnderlyingResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxyNode |
|---|
getChildren, getImage, getParent, getText |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxy |
|---|
getIdentifier, getUnderlyingResource |
| Constructor Detail |
public TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFTest test,
java.lang.Object parent)
test - a test suite or a test case element.parent - the parent node of the new proxy node.
public TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult exec,
java.lang.Object parent)
exec - a test logparent - the parent node of the new proxy node.
public TypedElementProxyNode(org.eclipse.hyades.models.common.testprofile.TPFTestComponent testComponent,
java.lang.Object parent)
testComponent - a test component.parent - the parent node of the new proxy node.
public TypedElementProxyNode(org.eclipse.ui.IMemento memento,
java.lang.Object parent)
memento - the saved proxy node content state.parent - the parent node of the new proxy node.| Method Detail |
public java.lang.String getType()
ITypedElementProxyNode
getType in interface ITypedElementProxyNodeITypedElementProxyNode.getType()public boolean saveState(org.eclipse.ui.IMemento memento)
IPersistableProxyNode
saveState in interface IPersistableProxyNodesaveState in class CMNNamedElementProxyNodeCMNNamedElementProxyNode.saveState(org.eclipse.ui.IMemento)
|
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 | ||||||||||