|
TPTP 4.5.0 Testing Tools Project Internal 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.internal.editor.form.ExecutionResultDetailPageProvider
public class ExecutionResultDetailPageProvider
Provides DetailPage for input elements of type TPFExecutionResult. This provider is using the extension registry to look up for specific detail pages associated the execution result's type. If no specific detail page is associated to the type of execution result, or if the execution result has no type, a default page is provided.
| Constructor Summary | |
|---|---|
ExecutionResultDetailPageProvider()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
dispose()
Deprecated. Invoked when the owning DetailSection is disposed. |
org.eclipse.hyades.test.ui.editor.form.util.IDetailPage |
getDetailPage(java.lang.Object element)
Deprecated. Returns a DetailPage for a specific element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionResultDetailPageProvider()
| Method Detail |
|---|
public org.eclipse.hyades.test.ui.editor.form.util.IDetailPage getDetailPage(java.lang.Object element)
DetailSection.IDetailPageProvider
getDetailPage in interface DetailSection.IDetailPageProviderelement - An element.
null if this provider
does not know the element type (in that case, the owning DetailSection
displays a default DetailPage).public void dispose()
DetailSection.IDetailPageProvider
dispose in interface DetailSection.IDetailPageProviderdispose in interface org.eclipse.hyades.ui.util.IDisposable
|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||