|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.swt.accessibility.AccessibleAdapter
org.eclipse.hyades.test.ui.internal.editor.form.base.FormSection
org.eclipse.hyades.test.ui.editor.form.util.EditorSection
The implementation of this class is not based on Eclipse Forms(a.k.a. "flat" look)
framework that was made available publically in Eclipse 3.0. If you would like your editor(s) to be
built with the Eclipse Forms technology, this is NOT the class to extend. To know more about
Eclipse Forms:
Eclipse Forms Programming Guide
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.FormSection |
|---|
addSeparator, client, collapsable, descriptionLabel, descriptionPainted, header, headerPainted, SELECTION, separator, toggle |
| Constructor Summary | |
|---|---|
protected |
EditorSection(EditorForm editorForm)
Deprecated. Constructor for EMFEditorSection |
| Method Summary | |
|---|---|
void |
dispose()
Deprecated. Disposes this section. |
protected org.eclipse.swt.dnd.Clipboard |
getClipboard()
Deprecated. Utility method to retrieve the clipboard. |
EditorForm |
getEditorForm()
Deprecated. Returns this section's editor form. |
protected org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory |
getFormWidgetFactory()
Deprecated. |
protected org.eclipse.hyades.ui.editor.IHyadesEditorPart |
getHyadesEditorPart()
Deprecated. Utility method to retrieve the Hyades editor part. |
abstract java.lang.Object |
getInput()
Deprecated. Returns the section's input. |
abstract org.eclipse.jface.viewers.IStructuredSelection |
getStructuredSelection()
Deprecated. Returns this section's selection. |
void |
initialize(java.lang.Object input)
Deprecated. Initializes the section with the input. |
boolean |
isDirty()
Deprecated. Tells if the content of the element has changed. |
boolean |
isReadOnly()
Deprecated. Gives the element permissions. |
protected void |
reflow()
Deprecated. |
protected void |
setFormWidgetFactory(org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory formWidgetFactory)
Deprecated. |
abstract void |
setInput(java.lang.Object object)
Deprecated. Place holder that customers can invoke to trigger the section's data to be loaded. |
void |
verifyKey(org.eclipse.swt.events.VerifyEvent event)
Deprecated. |
| Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.FormSection |
|---|
canPaste, commitChanges, createClient, createControl, createText, createText, createText, createText, doGlobalAction, doToggle, expandTo, fireChangeNotification, fireSelectionNotification, getCollapsable, getDescription, getDescription, getHeaderColorKey, getHeaderText, getHeightHint, getHelp, getName, getWidthHint, isAddSeparator, isDescriptionPainted, isHeaderPainted, propertyChange, sectionChanged, setAddSeparator, setCollapsable, setCollapsed, setDescription, setDescriptionPainted, setDirty, setFocus, setHeaderColorKey, setHeaderPainted, setHeaderText, setHeightHint, setReadOnly, setWidthHint, update |
| Methods inherited from class org.eclipse.swt.accessibility.AccessibleAdapter |
|---|
getKeyboardShortcut |
| 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.part.ISetSelectionTarget |
|---|
selectReveal |
| Constructor Detail |
protected EditorSection(EditorForm editorForm)
editorForm - | Method Detail |
public void dispose()
dispose in interface org.eclipse.hyades.ui.util.IDisposableprotected org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory getFormWidgetFactory()
protected void setFormWidgetFactory(org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory formWidgetFactory)
public EditorForm getEditorForm()
protected org.eclipse.hyades.ui.editor.IHyadesEditorPart getHyadesEditorPart()
protected org.eclipse.swt.dnd.Clipboard getClipboard()
public boolean isReadOnly()
public boolean isDirty()
public void initialize(java.lang.Object input)
input - the input.public abstract void setInput(java.lang.Object object)
object - This section input.public abstract java.lang.Object getInput()
public abstract org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
protected void reflow()
FormSection.reflow()public void verifyKey(org.eclipse.swt.events.VerifyEvent event)
verifyKey in interface org.eclipse.swt.custom.VerifyKeyListenerVerifyKeyListener.verifyKey(org.eclipse.swt.events.VerifyEvent)
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||