|
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 | ||||||||
public static interface DetailSection.IDetailPageProvider
An instance of this class is associated to a DetailSection instance, and is responsible of providing a DetailPage for each element that is set as an input of the DetailSection.
| Method Summary | |
|---|---|
void |
dispose()
Invoked when the owning DetailSection is disposed. |
org.eclipse.hyades.test.ui.editor.form.util.IDetailPage |
getDetailPage(java.lang.Object element)
Returns a DetailPage for a specific element. |
| Method Detail |
|---|
org.eclipse.hyades.test.ui.editor.form.util.IDetailPage getDetailPage(java.lang.Object element)
element - An element.
null if this provider
does not know the element type (in that case, the owning DetailSection
displays a default DetailPage).void dispose()
dispose 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 | ||||||||