API classes

 

+

Search Tips   |   Advanced Search

 

The following classes and methods can be used to extend the common editor framework:

Class Methods
com.ibm.rational.common.test.editor.framework.extensions.ExtLabelProvider getTestEditor() - Returns the TestEditor object, the LoadTestEditor in the Performance Test Editor
com.ibm.rational.common.test.editor.framework.extensions.ExtLayoutProvider getTestEditor() - Returns the TestEditor object.

getFactory() - Returns the WidgetFactory for creating widgets and controls.

getDetails() - Returns Composite which is a parent for creating controls.


Related

  • Migrate test editor extensibility
  • Test editor structure
  • Contributing actions to the menu
  • Common editor framework
  • Editor layer extension points