|
IBM Rational Performance Tester SDK | ||||||||||
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
com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection
com.ibm.rational.common.test.editor.framework.kernel.DetailsEditorSection
com.ibm.rational.common.test.editor.framework.LoadTestDetailsSection
public class LoadTestDetailsSection
Field Summary |
---|
Fields inherited from class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection |
---|
m_selection |
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 | |
---|---|
LoadTestDetailsSection(org.eclipse.hyades.test.ui.editor.form.util.EditorForm editorForm)
|
Method Summary | |
---|---|
Composite |
createClient(Composite parent,
com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory factory)
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 boolean |
isPageNew(Composite thePage)
|
protected Composite |
refreshClientFor(Composite details)
Deprecated. 6.1.2 |
void |
selectionChanged(StructuredSelection oldSelection,
StructuredSelection newSelection)
|
Methods inherited from class com.ibm.rational.common.test.editor.framework.kernel.DetailsEditorSection |
---|
_T, createHelpId, createHelpIdX, doHookHelpIds, getHelpIdTabSuffix, getInput, getLayoutProvider, hookHelpIds, HookListeners, isUseDefaultListener, modifyText, refresh, setHelpIdTabSuffix, setUseDefaultListener, UnHookListeners, widgetDefaultSelected, widgetSelected |
Methods inherited from class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection |
---|
commitChanges, createClient, getForm, getSectionHeaderLabel, getStructuredSelection, handleAction, init, sameSelection, sectionChanged, selectReveal, setDirty, setFocus, setInput, setReadOnly, setSelection, update |
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 |
---|
canPaste, 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, setHeaderColorKey, setHeaderPainted, setHeaderText, setHeightHint, setWidthHint |
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 |
---|
public LoadTestDetailsSection(org.eclipse.hyades.test.ui.editor.form.util.EditorForm editorForm)
editorForm
- Method Detail |
---|
public void dispose()
dispose
in interface org.eclipse.hyades.ui.util.IDisposable
dispose
in class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection
protected 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()
getControlGridData
in class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection
public void selectionChanged(StructuredSelection oldSelection, StructuredSelection newSelection)
selectionChanged
in class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection
oldSelection
- newSelection
- public Composite createClient(Composite parent, com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory factory)
Composite
s 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.
createClient
in class com.ibm.rational.common.test.editor.framework.kernel.AbstractEditorSection
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()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |