public abstract class LtOptionsHandler extends DefaultOptionHandler implements SelectionListener, ModifyListener
extensionPoint| Constructor and Description |
|---|
LtOptionsHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected LoadTestEditor |
getLoadTestEditor() |
void |
modifyText(ModifyEvent e)
Sent when the text is modified.
|
void |
widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.
|
void |
widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.
|
getImage, getLayoutProvider, getParentTab, getTestEditor, getTitle, getTooltipText, isVisible, navigateTo, setInitializationData, setLayoutProvider, setParentTabpublic void widgetSelected(SelectionEvent e)
For example, on some platforms selection occurs in a List when the user selects an item or items.
widgetSelected in interface SelectionListenere - an event containing information about the selectionpublic void widgetDefaultSelected(SelectionEvent e)
For example, on some platforms default selection occurs in a List when the user double-clicks an item or types return in a Text.
widgetDefaultSelected in interface SelectionListenere - an event containing information about the default selectionpublic void modifyText(ModifyEvent e)
modifyText in interface ModifyListenere - an event containing information about the modifyprotected LoadTestEditor getLoadTestEditor()
© Copyright IBM Corp. 2013. All rights reserved.