|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface of configuration editor forms that extension instances of Hyades extension point org.eclipse.hyades.test.ui.configurationEditorForm should implement.
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Control |
createControl()
Creates the control of this form. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
org.eclipse.hyades.models.common.configuration.CFGPropertyGroup |
getPropertyGroup()
Returns the CFGPropertyGroup object this form is editing. |
org.eclipse.jface.viewers.IStructuredSelection |
getSelection()
Returns the specific selected object in this form. |
void |
init(org.eclipse.hyades.models.common.configuration.CFGPropertyGroup group,
org.eclipse.hyades.test.ui.editor.extension.BaseEditorExtension baseEditorExtension,
org.eclipse.hyades.test.ui.editor.form.util.WidgetFactory widgetFactory)
Initializes the property group form. |
void |
load()
Subclasses should load the persited values to the controls in this method. |
void |
selectReveal(org.eclipse.jface.viewers.ISelection selection)
Sets the selection in this form to be revealed when the form is activated. |
void |
setExtension(org.eclipse.core.runtime.IConfigurationElement extension)
Sets the IConfigurationElement object the instance of this
class is created for. |
| Method Detail |
public void setExtension(org.eclipse.core.runtime.IConfigurationElement extension)
IConfigurationElement object the instance of this
class is created for.
extension - public java.lang.String getName()
public java.lang.String getDescription()
public org.eclipse.hyades.models.common.configuration.CFGPropertyGroup getPropertyGroup()
CFGPropertyGroup object this form is editing.
public void init(org.eclipse.hyades.models.common.configuration.CFGPropertyGroup group,
org.eclipse.hyades.test.ui.editor.extension.BaseEditorExtension baseEditorExtension,
org.eclipse.hyades.test.ui.editor.form.util.WidgetFactory widgetFactory)
public org.eclipse.swt.widgets.Control createControl()
public void load()
public org.eclipse.jface.viewers.IStructuredSelection getSelection()
public void selectReveal(org.eclipse.jface.viewers.ISelection selection)
selectReveal in interface org.eclipse.ui.part.ISetSelectionTargetselection - the selction should be revealed.ISetSelectionTarget.selectReveal(org.eclipse.jface.viewers.ISelection)
|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||