|
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 | ||||||||||
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
org.eclipse.hyades.test.ui.internal.editor.form.util.EditorEclipseForm
Created in response to the deprecation of EditorForm. This provides an extended number of APIs required by the test suite forms.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ui.IEditorPart |
|---|
PROP_DIRTY, PROP_INPUT |
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
EditorEclipseForm(org.eclipse.hyades.ui.editor.IEditorExtension editor,
java.lang.String editorTitle,
java.lang.String id,
java.lang.String title)
The constructor |
|
| Method Summary | |
|---|---|
boolean |
activated()
Invoked when the form is activated. |
protected void |
addDetails(DetailsPageProvider detailProvider)
Clients have the option of implementing a details section in their forms. |
protected org.eclipse.swt.widgets.Composite |
createColumn(org.eclipse.swt.widgets.Composite parent)
Creates a composite that corresponds to the a column in the given parent. |
protected void |
createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
A method that is used to derive a standard template for each of the pages of the test suite editor. |
protected abstract void |
createLeftColumnControls(org.eclipse.swt.widgets.Composite parent)
The left column controls of the page are created by this method |
protected abstract void |
createRightColumnControls(org.eclipse.swt.widgets.Composite parent)
The right column controls of the page are created by this method |
protected org.eclipse.hyades.models.common.facades.behavioral.ITestSuite |
getCommonTestSuite()
Returns the test case suite manipulated by this form. |
java.lang.String |
getEditorTitle()
Returns the editor title. |
protected org.eclipse.ui.forms.widgets.ScrolledForm |
getForm()
|
org.eclipse.hyades.ui.editor.IEditorExtension |
getFormEditor()
Returns the form editor that this form is apart of |
protected void |
markEditorDirty()
Marks the editor dirty. |
void |
updateTitle()
Updates this editor form title. |
| Methods inherited from class org.eclipse.ui.forms.editor.FormPage |
|---|
canLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndex |
| Methods inherited from class org.eclipse.ui.part.EditorPart |
|---|
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
|---|
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
| Methods inherited from class org.eclipse.core.commands.common.EventManager |
|---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IEditorPart |
|---|
getEditorInput, getEditorSite |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.ui.ISaveablePart |
|---|
isSaveOnCloseNeeded |
| Constructor Detail |
public EditorEclipseForm(org.eclipse.hyades.ui.editor.IEditorExtension editor,
java.lang.String editorTitle,
java.lang.String id,
java.lang.String title)
editorTitle - The title of the editoreditor - The form editor that this form is apart ofid - The id of the formtitle - The title of the form| Method Detail |
protected org.eclipse.swt.widgets.Composite createColumn(org.eclipse.swt.widgets.Composite parent)
parent - The parent composite
public boolean activated()
public void updateTitle()
protected org.eclipse.hyades.models.common.facades.behavioral.ITestSuite getCommonTestSuite()
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
protected abstract void createRightColumnControls(org.eclipse.swt.widgets.Composite parent)
parent - The parent compositeprotected abstract void createLeftColumnControls(org.eclipse.swt.widgets.Composite parent)
parent - The parent compositepublic org.eclipse.hyades.ui.editor.IEditorExtension getFormEditor()
protected void addDetails(DetailsPageProvider detailProvider)
public java.lang.String getEditorTitle()
protected void markEditorDirty()
protected org.eclipse.ui.forms.widgets.ScrolledForm getForm()
|
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 | ||||||||||