IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testeditor.common
Class LtOptionsHandler

java.lang.Object
  extended by com.ibm.rational.common.test.editor.framework.extensions.DefaultOptionHandler
      extended by com.ibm.rational.test.lt.testeditor.common.LtOptionsHandler
All Implemented Interfaces:
com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandler, EventListener, IExecutableExtension, ModifyListener, SelectionListener, org.eclipse.swt.internal.SWTEventListener

public abstract class LtOptionsHandler
extends DefaultOptionHandler
implements SelectionListener, ModifyListener

See Also:
extensionPoint

Constructor Summary
LtOptionsHandler()
           
 
Method Summary
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.
 
Methods inherited from class com.ibm.rational.common.test.editor.framework.extensions.DefaultOptionHandler
getImage, getLayoutProvider, getParentTab, getTestEditor, getTitle, getTooltipText, isVisible, navigateTo, setInitializationData, setLayoutProvider, setParentTab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandler
displayOptions, refreshOptions
 

Constructor Detail

LtOptionsHandler

public LtOptionsHandler()
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.

For example, on some platforms selection occurs in a List when the user selects an item or items.

Specified by:
widgetSelected in interface SelectionListener
Parameters:
e - an event containing information about the selection

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.

For example, on some platforms default selection occurs in a List when the user double-clicks an item or types return in a Text.

Specified by:
widgetDefaultSelected in interface SelectionListener
Parameters:
e - an event containing information about the default selection

modifyText

public void modifyText(ModifyEvent e)
Sent when the text is modified.

Specified by:
modifyText in interface ModifyListener
Parameters:
e - an event containing information about the modify

getLoadTestEditor

protected LoadTestEditor getLoadTestEditor()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.