|
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 interface IDetailForm
This class was created in response to the deprecated APIs about the way that forms are currently handled.
A representation of the details page
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit factory,
IDetailPageContext context)
Creates the control of the details page. |
java.lang.Object |
getInput()
Returns the current details page input. |
org.eclipse.jface.viewers.IStructuredSelection |
getStructuredSelection()
Returns the current selection within the details page. |
void |
selectReveal(org.eclipse.jface.viewers.ISelection selection)
Selects and reveal a selection within the details page. |
void |
setInput(java.lang.Object object)
Sets the input of the details page and updates its content to represent the input object properties. |
| Methods inherited from interface org.eclipse.hyades.ui.util.IDisposable |
|---|
dispose |
| Method Detail |
|---|
void setInput(java.lang.Object object)
object - java.lang.Object getInput()
org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit factory,
IDetailPageContext context)
parent - The parent control.factory - A Widget Factory that may be used for creating advanced widgets within
the details page control.context - The context of the details page.
void selectReveal(org.eclipse.jface.viewers.ISelection selection)
selection - org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
|
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 | ||||||||