public class LoadTestDetailsSection
extends com.ibm.rational.common.test.editor.framework.kernel.DetailsEditorSection
| Constructor and Description |
|---|
LoadTestDetailsSection(com.ibm.rational.common.test.editor.framework.TestEditorForm editorForm,
Composite parent) |
| Modifier and Type | Method and Description |
|---|---|
Composite |
createClient(Composite parent)
The default behavior of the DetailsEditorSection is to provide switchable behavior.
|
protected Composite |
createClientFor(Composite details)
Deprecated.
|
void |
dispose() |
com.ibm.rational.common.test.editor.framework.kernel.InteractiveLayoutProvider |
getActiveLayoutProvider() |
Object |
getControlGridData() |
protected com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory |
getFormWidgetFactory() |
protected boolean |
isPageNew(Composite thePage) |
void |
reflow(boolean flush_cache)
when required to update scrollbar you should call this
|
protected Composite |
refreshClientFor(Composite details)
Deprecated.
6.1.2
|
void |
selectionChanged(StructuredSelection oldSelection,
StructuredSelection newSelection) |
void |
setDescription(String description) |
_T, createHelpId, createHelpIdX, doHookHelpIds, getForm, getHelpIdTabSuffix, getInput, getLayoutProvider, getStructuredSelection, hookHelpIds, HookListeners, isUseDefaultListener, modifyText, refresh, setHeaderText, setHelpIdTabSuffix, setSelection, setUseDefaultListener, UnHookListeners, widgetDefaultSelected, widgetSelectedexpansionStateChanged, expansionStateChanging, getSection, hookListeners, setFocuscommit, getManagedForm, initialize, isDirty, isStale, markDirty, markStale, setFormInputpublic LoadTestDetailsSection(com.ibm.rational.common.test.editor.framework.TestEditorForm editorForm,
Composite parent)
editorForm - public void setDescription(String description)
setDescription in class com.ibm.rational.common.test.editor.framework.kernel.DetailsEditorSectionprotected com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory getFormWidgetFactory()
public void dispose()
dispose in interface IFormPartdispose in class AbstractFormPartprotected Composite refreshClientFor(Composite details)
details - protected Composite createClientFor(Composite details)
com.ibm.rational.common.editor.framework.internal.editor.DetailsEditorSection#createClientFor(org.eclipse.swt.widgets.Composite)public Object getControlGridData()
public void selectionChanged(StructuredSelection oldSelection, StructuredSelection newSelection)
oldSelection - newSelection - public Composite createClient(Composite parent)
Composites each of which is hoostinf different things.
When an element is selected elsewhere, this method is eventually called to display that element's data.
By this time, the element itself is stored in m_selection. If this is the first time the element of such type
needs t be displayed, the createCleintFor method is called. Otherwise, the Composite with existing controls
is looked up and refreshClientFor is called. Any derived class is responsible to update data displayed in the
controls.
org.eclipse.hyades.test.ui.internal.editor.form.base.FormSection#createClient(org.eclipse.swt.widgets.Composite, org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory)protected boolean isPageNew(Composite thePage)
public com.ibm.rational.common.test.editor.framework.kernel.InteractiveLayoutProvider getActiveLayoutProvider()
public void reflow(boolean flush_cache)
© Copyright IBM Corp. 2013. All rights reserved.