Modifier and Type | Method and Description |
---|---|
TestEditor |
TestEditorPlugin.getActiveEditor()
TestEditorPlugin keeps track of which
TestEditor is active (editor window has keyboard focus). |
TestEditor |
TestEditorPlugin.getEditorFor(CBActionElement element)
Returns an editor that has the model to which the argument
element belongs. |
TestEditor[] |
TestEditorPlugin.getOpenEditors() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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) |
boolean |
TestEditor.isAcceptingPasteFrom(TestEditor editor)
Returns whether this test editor supports pasting elements
copied from the specified editor.
|
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) |
void |
TestEditorPlugin.setActiveEditor(TestEditor activeEditor)
TestEditorPlugin keeps track of which
TestEditor is active (editor window has keyboard focus). |
static void |
ModelStateManager.setError(CBActionElement element,
TestEditor editor,
IMarker errorMarker)
Sets error state.
|
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. |
Constructor and Description |
---|
RptMenuManager(TestEditor testEditor) |
Modifier and Type | Method and Description |
---|---|
TestEditor |
ModelErrorChecker.getTestEditor() |
TestEditor |
IExtensiblePrivider.getTestEditor() |
TestEditor |
ExtLabelProvider.getTestEditor() |
TestEditor |
ExtContentProvider.getTestEditor() |
TestEditor |
ExtActionHandler.getTestEditor()
Deprecated.
|
protected TestEditor |
DefaultOptionHandler.getTestEditor() |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
void |
IEditorStateListener.unloading(TestEditor editor) |
Modifier and Type | Method and Description |
---|---|
TestEditor |
NewModelElementAction.getTestEditor() |
TestEditor |
EditorActionContext.getTestEditor() |
Modifier and Type | Method and Description |
---|---|
void |
NewModelElementAction.setTestEditor(TestEditor editor) |
Constructor and Description |
---|
EditorActionContext(ISelection selection,
TestEditor editor)
Creates an action context corresponding to an ADD or INSERT action.
|
EditorActionContext(TestEditor editor,
ISelection selection)
Creates an action context corresponding to an ADD action.
|
EditorActionContext(TestEditor editor,
ISelection selection,
int i)
Creates an action context corresponding to an INSERT action.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
TestEditor |
SelectContentStringsDialog.getTestEditor() |
Modifier and Type | Method and Description |
---|---|
void |
DataCorrelatingTextAttrField.unloading(TestEditor editor) |
Constructor and Description |
---|
DatasourceSelectionDialog(Shell parent,
CBActionElement anchorElement,
TestEditor editor) |
DatasourceSelectionDialog(Shell parent,
TestEditor editor) |
SelectContentStringsDialog(Shell parentShell,
List list,
boolean enable,
TestEditor editor) |
Constructor and Description |
---|
VpSettingJob(TestEditor editor,
Display jobDisplay,
String name,
PluginHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
LoadTestEditor
Load Test Editor.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestEditor.afterSave(TestEditor editor) |
boolean |
LoadTestEditor.beforeSave(TestEditor editor) |
void |
LoadTestEditor.loaded(TestEditor editor) |
void |
LoadTestEditor.unloading(TestEditor editor) |
© Copyright IBM Corp. 2013. All rights reserved.