IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.common.test.editor.framework.TestEditor

Packages that use TestEditor
com.ibm.rational.common.test.editor.framework   
com.ibm.rational.common.test.editor.framework.extensions   
com.ibm.rational.common.test.editor.framework.kernel.actions   
com.ibm.rational.test.lt.testeditor   
com.ibm.rational.test.lt.testeditor.common   
com.ibm.rational.test.lt.testeditor.jobs   
com.ibm.rational.test.lt.testeditor.main   
 

Uses of TestEditor in com.ibm.rational.common.test.editor.framework
 

Fields in com.ibm.rational.common.test.editor.framework declared as TestEditor
protected  TestEditor LoadTestEditorForm.m_hostTestEditor
           
 

Methods in com.ibm.rational.common.test.editor.framework that return TestEditor
static TestEditor TestEditorPlugin.getEditorFor(CBActionElement element)
          Returns an editor that has the model to which the argument element belongs.
 TestEditor LoadTestEditorForm.getHostTestEditor()
          Returns TestEditor
static TestEditor[] TestEditorPlugin.getOpenEditors()
           
 

Methods in com.ibm.rational.common.test.editor.framework with parameters of type TestEditor
static IMarker MarkerUtil.createBookmarkMarker(TestEditor editor, CBActionElement element, String message)
          Creates bookmark marker.
static IMarker MarkerUtil.createBookmarkMarker(TestEditor editor, CBActionElement element, String message, String fieldName, Point location)
          Creates bookmark for textual data in a field.
static IMarker MarkerUtil.createErrorMarker(TestEditor editor, CBActionElement element1, CBActionElement element2, String message, String attr_name, int severity)
          Create a marker for the test element1 and sub-element element2.
static IMarker MarkerUtil.createErrorMarker(TestEditor editor, CBActionElement element, String message, int severity)
          Create a marker for the test element.
static IMarker MarkerUtil.createErrorMarker(TestEditor editor, CBActionElement element, String message, String attribute_name, int offset, int len, int line_number, int severity)
          Create a marker for the test element.
static String MarkerUtil.createLocationInfo(TestEditor editor, CBActionElement element)
           
static String MarkerUtil.createLocationInfo(TestEditor editor, CBActionElement element, CBActionElement upToThisOne)
           
static IMarker MarkerUtil.createSearchMarker(TestEditor editor, CBActionElement element, String text)
          Create a search match marker for the test element.
static IMarker MarkerUtil.createSearchMarker(TestEditor editor, CBActionElement element, String text, boolean caseSensitive, boolean regex, String attribute_name, int offset, int len, int line_number)
          Create a search match marker for the test element.
static IMarker MarkerUtil.createSearchMarker(TestEditor editor, CBActionElement element, String text, boolean caseSensitive, String attribute_name, int offset, int len, int line_number)
          Deprecated. Starting from 8.2, use MarkerUtil.createSearchMarker(TestEditor, CBActionElement, String, boolean, boolean, String, int, int, int)
static IMarker MarkerUtil.createSearchMatchMarker(TestEditor editor, CBActionElement element1, CBActionElement element2, String matchText, boolean caseSensitive, boolean regex, String attr_name)
          Create a search match marker for the test element1 and sub-element element2.
static IMarker MarkerUtil.createSearchMatchMarker(TestEditor editor, CBActionElement element1, CBActionElement element2, String matchText, boolean caseSensitive, String attr_name)
          Deprecated. Starting form 8.2 use MarkerUtil.createSearchMatchMarker(TestEditor, CBActionElement, CBActionElement, String, boolean, boolean, String)
static IMarker[] MarkerUtil.findBookmark(TestEditor editor, CBActionElement element)
          Finds bookmarks that belong to the given object.
 boolean TestEditorPlugin.fireEditorEvent(int event_type, TestEditor editor)
          Notifies listeners of changes in the state of TestEditor.
static IDialogSettings TestEditorPlugin.getEditorState(TestEditor testEditor)
           
static boolean ModelStateManager.isStatusTemp(CBActionElement element, TestEditor editor)
          Checks for temp status on the object.
static void MarkerUtil.removeMarkers(IMarker[] markers, TestEditor editor)
          Deletes markers.
 void TestEditorPlugin.runErrorCheckingJob(TestEditor editor)
          Schedules an Error Checking Job for the editor.
static void TestEditorPlugin.saveEditorState(TestEditor testEditor)
           
static void ModelStateManager.setError(CBActionElement element, TestEditor editor, IMarker errorMarker)
          Sets error state.
 void LoadTestEditorForm.setHostTestEditor(TestEditor i_editor)
          Sets Test Editor.
static Object ModelStateManager.setStatusModified(CBActionElement element, Object context, TestEditor editor)
          Sets modified state on the model element.
static Object ModelStateManager.setStatusModified(CBActionElement element, Object context, TestEditor editor, boolean updateChildrenToo, boolean updateParent)
          Sets modified state on the model element.
static Object ModelStateManager.setStatusModified(CBTest test, Object context, TestEditor editor)
           
static void ModelStateManager.setStatusNew(CBActionElement element, TestEditor editor)
          Set new state on model element.
static void ModelStateManager.setStatusTemp(CBActionElement element, TestEditor editor)
          Sets temp status on model element.
static void ModelStateManager.setStatusTemp(CBActionElement element, TestEditor editor, boolean updateEditor)
          Sets temp status on model element.
static int ModelStateManager.unsetAllErrors(TestEditor editor)
          Unsets all errors in he Test Editor.
static void ModelStateManager.unsetError(CBActionElement element, TestEditor editor, IMarker errorMarker)
          Removes error state from model element.
static void ModelStateManager.unsetErrors(CBActionElement element, TestEditor editor)
           
static void ModelStateManager.unsetStatusModified(CBActionElement element, Object context, TestEditor editor)
          Unsets modified state on model element.
static void ModelStateManager.unsetStatusNew(CBActionElement element, Object context, TestEditor editor)
          Clears new status.
static void ModelStateManager.unsetStatusTemp(CBActionElement element, TestEditor editor)
          Unsets temp status.
static void ModelStateManager.unsetStatusTemp(CBActionElement element, TestEditor editor, boolean updateEditor)
          Unsets temp status.
 

Constructors in com.ibm.rational.common.test.editor.framework with parameters of type TestEditor
LoadTestEditorForm(TestEditor testEditor, com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory widgetFactory)
          Constiructor
LoadTestEditorForm(TestEditor testEditor, com.ibm.rational.common.test.editor.framework.kernel.util.LoadTestWidgetFactory widgetFactory, boolean bCreateCommonPropertiesSection)
          Deprecated. Starting with 7.0.1, the support for CommonEditorSection has been removed.
RptMenuManager(TestEditor testEditor)
          Constructor
 

Uses of TestEditor in com.ibm.rational.common.test.editor.framework.extensions
 

Fields in com.ibm.rational.common.test.editor.framework.extensions declared as TestEditor
protected  TestEditor CommonEditorExtension.m_TestEditor
           
 

Methods in com.ibm.rational.common.test.editor.framework.extensions that return TestEditor
 TestEditor ModelErrorChecker.getTestEditor()
           
 TestEditor IExtensiblePrivider.getTestEditor()
           
 TestEditor ExtLabelProvider.getTestEditor()
           
 TestEditor ExtContentProvider.getTestEditor()
           
 TestEditor ExtActionHandler.getTestEditor()
           
protected  TestEditor DefaultOptionHandler.getTestEditor()
           
abstract  TestEditor CommonEditorExtension.getTestEditor()
           
 

Methods in com.ibm.rational.common.test.editor.framework.extensions with parameters of type TestEditor
 void IEditorStateListener.afterSave(TestEditor editor)
           
 boolean IEditorStateListener.beforeSave(TestEditor editor)
           
 void IEditorStateListener.loaded(TestEditor editor)
           
 void ModelErrorChecker.setTestEditor(TestEditor testEditor)
           
 void IExtensiblePrivider.setTestEditor(TestEditor testEditor)
           
 void ExtLabelProvider.setTestEditor(TestEditor testEditor)
           
 void ExtContentProvider.setTestEditor(TestEditor testEditor)
           
 void ExtActionHandler.setTestEditor(TestEditor testEditor)
           
 void IEditorStateListener.unloading(TestEditor editor)
           
 

Uses of TestEditor in com.ibm.rational.common.test.editor.framework.kernel.actions
 

Methods in com.ibm.rational.common.test.editor.framework.kernel.actions that return TestEditor
 TestEditor NewModelElementAction.getTestEditor()
           
 TestEditor EditorActionContext.getTestEditor()
           
 

Methods in com.ibm.rational.common.test.editor.framework.kernel.actions with parameters of type TestEditor
 void NewModelElementAction.setTestEditor(TestEditor editor)
           
 

Constructors in com.ibm.rational.common.test.editor.framework.kernel.actions with parameters of type TestEditor
EditorActionContext(ISelection selection, TestEditor editor)
           
EditorActionContext(TestEditor editor, ISelection selection)
           
EditorActionContext(TestEditor editor, ISelection selection, int i)
           
 

Uses of TestEditor in com.ibm.rational.test.lt.testeditor
 

Methods in com.ibm.rational.test.lt.testeditor with parameters of type TestEditor
 void LoadTestEditorPlugin.afterSave(TestEditor editor)
           
 boolean LoadTestEditorPlugin.beforeSave(TestEditor editor)
           
 com.ibm.rational.test.lt.testeditor.extensions.ArmTagHandler LoadTestEditorPlugin.getArmTagHandler(TestEditor editor)
           
 void LoadTestEditorPlugin.loaded(TestEditor editor)
           
 void LoadTestEditorPlugin.unloading(TestEditor editor)
           
 

Uses of TestEditor in com.ibm.rational.test.lt.testeditor.common
 

Methods in com.ibm.rational.test.lt.testeditor.common that return TestEditor
 TestEditor SelectContentStringsDialog.getTestEditor()
           
 

Methods in com.ibm.rational.test.lt.testeditor.common with parameters of type TestEditor
 void DataCorrelatingTextAttrField.unloading(TestEditor editor)
           
 

Constructors in com.ibm.rational.test.lt.testeditor.common with parameters of type TestEditor
DatasourceSelectionDialog(Shell parent, CBActionElement anchorElement, TestEditor editor)
           
DatasourceSelectionDialog(Shell parent, TestEditor editor)
           
SelectContentStringsDialog(Shell parentShell, List list, boolean enable, TestEditor editor)
           
 

Uses of TestEditor in com.ibm.rational.test.lt.testeditor.jobs
 

Constructors in com.ibm.rational.test.lt.testeditor.jobs with parameters of type TestEditor
VpSettingJob(TestEditor editor, Display jobDisplay, String name, PluginHelper helper)
           
 

Uses of TestEditor in com.ibm.rational.test.lt.testeditor.main
 

Subclasses of TestEditor in com.ibm.rational.test.lt.testeditor.main
 class LoadTestEditor
          Load Test Editor.
 

Methods in com.ibm.rational.test.lt.testeditor.main that return TestEditor
 TestEditor LoadTestEditorExtension.getTestEditor()
           
 

Methods in com.ibm.rational.test.lt.testeditor.main with parameters of type TestEditor
 void LoadTestEditor.afterSave(TestEditor editor)
           
 boolean LoadTestEditor.beforeSave(TestEditor editor)
           
 void LoadTestEditor.loaded(TestEditor editor)
           
 void LoadTestEditor.unloading(TestEditor editor)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.