org.eclipse.hyades.test.ui.editor.form
Class DefaultTestContextOverviewContribution
java.lang.Object
org.eclipse.hyades.test.ui.editor.form.TestContextOverviewContribution
org.eclipse.hyades.test.ui.editor.form.DefaultTestContextOverviewContribution
- public class DefaultTestContextOverviewContribution
- extends TestContextOverviewContribution
- Since:
- 3.0.0
|
Method Summary |
protected java.lang.Object[] |
createLeftSections(org.eclipse.hyades.ui.editor.IEditorExtension editorExtension)
This method is called by TestContextOverview to create the content of the column on the left. |
protected java.lang.Object[] |
createRightSections(org.eclipse.hyades.ui.editor.IEditorExtension editorExtension)
This method is called by TestContextOverview to create the content of the column on the right. |
protected void |
initializeLeftSections(java.lang.Object[] leftSections)
This method is used to initialize the sections that belong to the column on the left. |
protected void |
initializeRightSections(java.lang.Object[] rightSections)
This method is used to initialize the sections that belong to the column on the left. |
| Methods inherited from class org.eclipse.hyades.test.ui.editor.form.TestContextOverviewContribution |
addCenterGenericInformation, addSouthGenericInformation, dispose, getOverviewForm, getTestContext, hideGenericInformation, hideTestObjectiveSection, initializeCenterGenericInformation, initializeSouthGenericInformation, setOverviewForm, setTestContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTestContextOverviewContribution
public DefaultTestContextOverviewContribution()
createLeftSections
protected java.lang.Object[] createLeftSections(org.eclipse.hyades.ui.editor.IEditorExtension editorExtension)
- This method is called by TestContextOverview to create the content of the column on the left.
- Overrides:
createLeftSections in class TestContextOverviewContribution
- Parameters:
editorExtension - the editor extension.
- Returns:
- an array of form sections which describe the content of the column on the left.
- See Also:
TestContextOverviewContribution.createLeftSections(org.eclipse.hyades.ui.editor.IEditorExtension)
createRightSections
protected java.lang.Object[] createRightSections(org.eclipse.hyades.ui.editor.IEditorExtension editorExtension)
- This method is called by TestContextOverview to create the content of the column on the right.
- Overrides:
createRightSections in class TestContextOverviewContribution
- Parameters:
editorExtension - the editor extension.
- Returns:
- an array of form sections which describe the content of the column on the left.
- See Also:
TestContextOverviewContribution.createRightSections(org.eclipse.hyades.ui.editor.IEditorExtension)
initializeLeftSections
protected void initializeLeftSections(java.lang.Object[] leftSections)
- This method is used to initialize the sections that belong to the column on the left.
- Overrides:
initializeLeftSections in class TestContextOverviewContribution
- Parameters:
leftSections - the sections in the order in which they have been created thanks to createLeftSections(IEditorExtension editorExtension).- See Also:
org.eclipse.hyades.test.ui.editor.form.TestContextOverviewContribution#initializeLeftSections(org.eclipse.hyades.test.ui.editor.form.util.NamedElementsSection[])
initializeRightSections
protected void initializeRightSections(java.lang.Object[] rightSections)
- This method is used to initialize the sections that belong to the column on the left.
- Overrides:
initializeRightSections in class TestContextOverviewContribution
- Parameters:
rightSections - the sections in the order in which they have been created thanks to createRightSections(IEditorExtension editorExtension).- See Also:
org.eclipse.hyades.test.ui.editor.form.TestContextOverviewContribution#initializeRightSections(org.eclipse.hyades.test.ui.editor.form.util.NamedElementsSection[])