TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.http.internal.junit.editor
Class HttpBehaviorSection

java.lang.Object
  extended byorg.eclipse.swt.accessibility.AccessibleAdapter
      extended byorg.eclipse.hyades.test.ui.internal.editor.form.base.FormSection
          extended byorg.eclipse.hyades.test.ui.editor.form.util.EditorSection
              extended byorg.eclipse.hyades.test.ui.internal.editor.form.util.StructuredViewerSection
                  extended byorg.eclipse.hyades.test.ui.internal.editor.form.util.TreeSection
                      extended byorg.eclipse.hyades.test.ui.internal.editor.form.util.EObjectTreeSection
                          extended byorg.eclipse.hyades.test.tools.ui.common.internal.editor.BehaviorSection
                              extended byorg.eclipse.hyades.test.tools.ui.http.internal.junit.editor.HttpBehaviorSection
All Implemented Interfaces:
org.eclipse.swt.accessibility.AccessibleListener, java.util.EventListener, org.eclipse.hyades.ui.util.IDisposable, IITestSuiteProvider, org.eclipse.jface.util.IPropertyChangeListener, org.eclipse.ui.part.ISetSelectionTarget, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.custom.VerifyKeyListener

public class HttpBehaviorSection
extends BehaviorSection

Since:
1.0.2

Nested Class Summary
 
Nested classes inherited from class org.eclipse.hyades.test.tools.ui.common.internal.editor.BehaviorSection
BehaviorSection.BehaviorContentProvider, BehaviorSection.BehaviorLabelProvider, BehaviorSection.ElementSectionDropAdapter
 
Nested classes inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.EObjectTreeSection
EObjectTreeSection.EObjectContainerContentProvider
 
Nested classes inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.TreeSection
TreeSection.PartAdapter
 
Field Summary
 
Fields inherited from class org.eclipse.hyades.test.tools.ui.common.internal.editor.BehaviorSection
HELP_SECTION_ADD_INV_ACTION, HELP_SECTION_ADD_LOOP_ACTION, HELP_SECTION_CONTROL, HELP_SECTION_DOWN_ACTION, HELP_SECTION_UP_ACTION
 
Fields inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.EObjectTreeSection
addAction, collapseAllAction, drillDownAdapter, insertAction, moveDownAction, moveUpAction, removeAction
 
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
HttpBehaviorSection(HttpBehaviorForm behaviorForm)
          Constructor for HttpBehaviorSection
 
Method Summary
protected  void registerHelp(int flag, java.lang.Object object)
           
 
Methods inherited from class org.eclipse.hyades.test.tools.ui.common.internal.editor.BehaviorSection
adjustButtonLabels, adjustClient, buttonSelected, createActions, createAddBehaviorActionGroup, createContentProvider, createInsertBehaviorActionGroup, createLabelProvider, dispose, doAdd, doInsert, fillContextMenu, getTestSuite, updateActionsAndButtons
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.EObjectTreeSection
adjustButtonLabels, doGlobalAction, doMoveDown, doMoveUp, doRemove, getEStructuralFeature, setAddAction, setInsertAction
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.TreeSection
createClient, createViewerPart, createViewerPart, expandTo, getTreePart, getTreeStryle, getTreeViewer, setTreeStryle
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.util.StructuredViewerSection
canPaste, canPaste, createClientContainer, createViewerPartControl, doPaste, doPaste, entryModified, getInput, getPopupMenuId, getStructuredSelection, getViewerPart, handleDoubleClick, isHandlingDefaultButton, selectionChanged, selectReveal, setButtonLabels, setButtonLabels, setFocus, setHandleDefaultButton, setInput
 
Methods inherited from class org.eclipse.hyades.test.ui.editor.form.util.EditorSection
getClipboard, getEditorForm, getFormWidgetFactory, getHyadesEditorPart, initialize, isDirty, isReadOnly, reflow, setFormWidgetFactory, verifyKey
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.FormSection
commitChanges, createControl, createText, createText, createText, createText, doToggle, fireChangeNotification, fireSelectionNotification, getCollapsable, getDescription, getDescription, getHeaderColorKey, getHeaderText, getHeightHint, getHelp, getName, getWidthHint, isAddSeparator, isDescriptionPainted, isHeaderPainted, propertyChange, sectionChanged, setAddSeparator, setCollapsable, setCollapsed, setDescription, setDescriptionPainted, setDirty, 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
 

Constructor Detail

HttpBehaviorSection

public HttpBehaviorSection(HttpBehaviorForm behaviorForm)
Constructor for HttpBehaviorSection

Method Detail

registerHelp

protected void registerHelp(int flag,
                            java.lang.Object object)
Overrides:
registerHelp in class BehaviorSection
See Also:
org.eclipse.hyades.test.common.internal.editor.TestCasesForm#registerHelp(int, java.lang.Object)

TPTP 4.4.0 Testing Tools Project
Internal API Specification