|
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 | ||||||||
java.lang.Objectorg.eclipse.hyades.test.ui.internal.editor.form.util.AbstractDetailForm
public abstract class AbstractDetailForm
Abstract default implementation of IDetailForm. This class may be used
as a base class for implementing IDetailPage. It provides conveniency methods
and stores the "context" property. The "context" property should be set by
the subclass, typically in the
org.eclipse.hyades.test.ui.editor.form.util.IDetailFormm#createControl(org.eclipse.swt.widgets.Composite, org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory, IDetailPageContext)
method.
| Field Summary | |
|---|---|
protected IDetailPageContext |
context
|
| Constructor Summary | |
|---|---|
AbstractDetailForm()
|
|
| Method Summary | |
|---|---|
void |
dispose()
This method may be overriden, and its implementation should include a call to super.dispose(). |
protected EditorEclipseForm |
getEditorForm()
Returns the form that contains the details page. |
org.eclipse.jface.viewers.IStructuredSelection |
getStructuredSelection()
This method should be overriden if the details page provides a non-empty selection. |
protected boolean |
isReadOnly()
Returns whether the details page is in a read-only context. |
void |
selectReveal(org.eclipse.jface.viewers.ISelection selection)
This method should be overriden if the details page provides a non-empty selection. |
void |
verifyKey(org.eclipse.swt.events.VerifyEvent event)
Default implementation that forwards the event to the page's parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.swt.events.VerifyListener |
|---|
verifyText |
| Methods inherited from interface org.eclipse.hyades.test.ui.internal.editor.form.util.IDetailForm |
|---|
createControl, getInput, setInput |
| Field Detail |
|---|
protected IDetailPageContext context
| Constructor Detail |
|---|
public AbstractDetailForm()
| Method Detail |
|---|
public void dispose()
dispose in interface org.eclipse.hyades.ui.util.IDisposableprotected EditorEclipseForm getEditorForm()
public org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
getStructuredSelection in interface IDetailFormpublic void selectReveal(org.eclipse.jface.viewers.ISelection selection)
selectReveal in interface IDetailFormprotected boolean isReadOnly()
public void verifyKey(org.eclipse.swt.events.VerifyEvent event)
VerifyKeyListener.verifyKey(org.eclipse.swt.events.VerifyEvent)
|
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 | ||||||||