Modifier and Type | Method and Description |
---|---|
static CBActionElement |
MarkerUtil.findModelObject(IMarker marker,
boolean type,
CBTest test)
Finds model element that has ID equal to the ID specified in the marker.
|
static CBActionElement[] |
ModelStateManager.getErrorChildren(CBActionElement element) |
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 IMarker |
MarkerUtil.createGenericMarker(IResource resource,
String markerType,
String testId,
CBActionElement element,
String message,
int severity)
Creates a generic marker of type
markerType |
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.
|
TestEditor |
TestEditorPlugin.getEditorFor(CBActionElement element)
Returns an editor that has the model to which the argument
element belongs. |
static IMarker |
ModelStateManager.getError(CBActionElement element,
String errorId) |
static CBActionElement[] |
ModelStateManager.getErrorChildren(CBActionElement element) |
static IMarker[] |
ModelStateManager.getErrors(CBActionElement element)
Returns errors associated with this element.
|
com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITestEditorExtensionContext |
TestEditor.getExtensionContext(CBActionElement element) |
String |
PDLogger.getInfo(CBActionElement aelement) |
com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITestEditorExtensionContext |
TestEditor.getProviders(CBActionElement element)
Returns
ITestEditorExtensionContext (providers container) for the specified CBActionElement . |
static boolean |
ModelStateManager.hasError(CBActionElement element)
Checks if the
element has error
state. |
static boolean |
ModelStateManager.isModified(CBActionElement element)
Checks if the
element has modified state. |
static boolean |
ModelStateManager.isNew(CBActionElement element)
Checks if the
element has new state. |
static boolean |
ModelStateManager.isStatusTemp(CBActionElement element,
TestEditor editor)
Checks for
temp status on the object. |
abstract IStatus |
TestEditor.EnableOperation.perform(CBActionElement element) |
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 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 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. |
Modifier and Type | Method and Description |
---|---|
protected void |
TestEditor.addAvailableType(List<CBActionElement> elements) |
void |
TestEditor.enableElements(List<CBActionElement> elements,
TestEditor.EnableOperation operation,
boolean refreshSelection) |
List<com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITestEditorExtensionContext> |
TestEditor.getProviders(Collection<CBActionElement> elements)
Returns
ITestEditorExtensionContext s (one or more providers) for CBActionElement s contained in the
specified StructuredSelection. |
Modifier and Type | Method and Description |
---|---|
abstract CBActionElement |
ExtActionHandler.createNew(CBActionElement parent)
Deprecated.
|
CBActionElement |
ExtActionHandler.createNew(com.ibm.rational.common.test.editor.framework.change.IAddChangeContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<CBActionElement> |
ExtContentProvider.getChildrenAsList(Object parentElement) |
List<CBActionElement> |
ExtContentProvider.getChildrenAsList(Object parentElement,
int editorMode) |
Modifier and Type | Method and Description |
---|---|
static void |
ExtContentProvider.cacheParent(CBActionElement element,
CBActionElement parent,
boolean cacheIt) |
boolean |
ExtActionHandler.canMove(CBActionElement element,
com.ibm.rational.common.test.editor.framework.change.ILocalMoveContext moveContext)
Deprecated.
|
boolean |
ExtActionHandler.canMoveDown(CBActionElement element)
Deprecated.
|
boolean |
ExtActionHandler.canMoveUp(CBActionElement element)
Deprecated.
|
boolean |
ExtActionHandler.canRemove(CBActionElement element,
com.ibm.rational.common.test.editor.framework.change.IRemoveChangeContext context)
Deprecated.
|
void |
ModelErrorChecker.clearErrors(CBActionElement element) |
IMarker |
ModelErrorChecker.createError(CBActionElement element1,
CBActionElement element2,
String attr_name,
String msg)
Create an error for element and secondary element.
|
IMarker |
ModelErrorChecker.createError(CBActionElement element,
String msg) |
abstract CBActionElement |
ExtActionHandler.createNew(CBActionElement parent)
Deprecated.
|
IMarker |
ModelErrorChecker.createWarning(CBActionElement element,
String msg) |
ImageDescriptor |
ExtLabelProvider.getImageDescriptor(CBActionElement element) |
String |
ExtLabelProvider.getMenuText(CBActionElement element)
Default implementation:
String text = m_confElement.getAttribute( "menuText" ); //$NON-NLS-1$
if( text == null )
text = ( element == null ) ?
|
String |
ExtLabelProvider.getSectionDescription(CBActionElement element) |
String |
ExtLabelProvider.getStatusLine(CBActionElement element) |
String |
ExtLabelProvider.getTooltipText(CBActionElement element) |
abstract boolean |
ModelErrorChecker.hasErrors(CBActionElement element)
This method ie expected to examine the passed object for errors.
|
boolean |
ExtActionHandler.isStatic(CBActionElement element)
Deprecated.
|
boolean |
ExtActionHandler.isValidChild(CBActionElement element,
String childType)
Deprecated.
|
boolean |
ExtActionHandler.isValidParent(CBActionElement element)
Deprecated.
|
boolean |
ExtActionHandler.isValidParent2(CBActionElement element)
Deprecated.
|
boolean |
ExtLayoutProvider.layoutControls(CBActionElement selectedElement)
Implementing classes should override and provide UI for editing.
|
boolean |
DefaultTestLayoutProvider.layoutControls(CBActionElement selectedElement) |
boolean |
ExtActionHandler.moveChildren(CBActionElement fromParent,
CBActionElement toParent,
IStructuredSelection ssel,
int position)
Deprecated.
|
protected boolean |
ExtActionHandler.promptToKeepChildren(CBActionElement parent,
int position,
CBActionElement removeObject,
List children1,
List children2)
Deprecated.
This method is no longer called
|
boolean |
ExtLayoutProvider.refreshControls(CBActionElement selectedElement)
Implementing classes should override and provide UI for editing.
|
boolean |
DefaultTestLayoutProvider.refreshControls(CBActionElement selectedElement) |
protected void |
ExtLayoutProvider.refreshDescription(CBActionElement selectedElement) |
protected void |
ExtActionHandler.relocateChildren(CBActionElement newParent,
List<CBActionElement> sourceList,
int position)
Deprecated.
|
void |
ExtActionHandler.relocateChildren2(CBActionElement newParent,
List<CBActionElement> sourceList,
int position)
Deprecated.
|
List |
ExtActionHandler.sortTreeSelection(List selectedElements,
CBActionElement parent)
Deprecated.
|
protected boolean |
ExtActionHandler.validateReparenting(CBActionElement toParent,
CBActionElement fromParent,
int position,
List elements1,
List elements2)
Deprecated.
|
boolean |
ExtActionHandler.validateReparentingForMove(CBActionElement toParent,
CBActionElement fromParent,
int position,
List elements1,
List elements2)
Deprecated.
|
protected boolean |
ExtActionHandler.warning(PluginHelper ph,
String key,
CBActionElement toParent,
CBActionElement fromParent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExtActionHandler.doRemove(List<CBActionElement> ssel)
Deprecated.
Removal is now handled by the parent. To perform specific actions on the removed
element before it is deleted, use the pre remove change method.
|
protected void |
ExtActionHandler.relocateChildren(CBActionElement newParent,
List<CBActionElement> sourceList,
int position)
Deprecated.
|
void |
ExtActionHandler.relocateChildren2(CBActionElement newParent,
List<CBActionElement> sourceList,
int position)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CBActionElement |
NewModelElementAction.createChild(com.ibm.rational.common.test.editor.framework.change.IAddChangeContext context) |
protected CBActionElement |
NewModelElementAction.createNewModelObject(CBActionElement parent)
Deprecated.
This method is not called any more.
|
protected CBActionElement |
NewModelElementAction.createNewModelObject(com.ibm.rational.common.test.editor.framework.change.IAddChangeContext context)
Create a new instance of the model object.
|
protected CBActionElement |
NewModelElementAction.doCreate(CBActionElement parent)
Deprecated.
This method is not called any more. It is replaced partially
by
NewModelElementAction.createChild(IAddChangeContext) and partially by
NewModelElementAction.addChildren(IAddChangeContext, List) .
NewModelElementAction.createNewModelObject(IAddChangeContext) may also be
a replacement candidates as some protocols used to mistakenly
override this method instead of
NewModelElementAction.createNewModelObject(CBActionElement) . |
Modifier and Type | Method and Description |
---|---|
protected List<CBActionElement> |
NewModelElementAction.createChildren(com.ibm.rational.common.test.editor.framework.change.IAddChangeContext context)
This method may create one or more children for the specified parent.
|
List<CBActionElement> |
NewModelElementAction.getNewElements() |
Modifier and Type | Method and Description |
---|---|
protected void |
NewModelElementAction.addChild(List<CBActionElement> children,
CBActionElement child)
Deprecated.
This method is no longer called.
|
protected CBActionElement |
NewModelElementAction.createNewModelObject(CBActionElement parent)
Deprecated.
This method is not called any more.
|
protected CBActionElement |
NewModelElementAction.doCreate(CBActionElement parent)
Deprecated.
This method is not called any more. It is replaced partially
by
NewModelElementAction.createChild(IAddChangeContext) and partially by
NewModelElementAction.addChildren(IAddChangeContext, List) .
NewModelElementAction.createNewModelObject(IAddChangeContext) may also be
a replacement candidates as some protocols used to mistakenly
override this method instead of
NewModelElementAction.createNewModelObject(CBActionElement) . |
protected void |
NewModelElementAction.refreshTest(CBActionElement parent,
CBActionElement child) |
protected void |
NewModelElementAction.refreshTest(CBActionElement parent,
List<CBActionElement> children) |
void |
NewModelElementAction.startDropOperation(CBActionElement target,
ISelection droppedElements)
Verifies if a specific drag and drop operation is allowed for the
specified argument.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NewModelElementAction.addChild(List<CBActionElement> children,
CBActionElement child)
Deprecated.
This method is no longer called.
|
protected com.ibm.rational.common.test.editor.framework.change.AddChangeResult |
NewModelElementAction.addChildren(com.ibm.rational.common.test.editor.framework.change.IAddChangeContext context,
List<CBActionElement> children)
This implementation invokes the method
IContainerActionHandler#addChildren(IAddChangeContext, com.ibm.rational.common.test.editor.framework.kernel.interfaces.IAddedElementDescriptor)
on the action handler of the parent element. |
protected void |
NewModelElementAction.refreshTest(CBActionElement parent,
List<CBActionElement> children) |
Modifier and Type | Interface and Description |
---|---|
interface |
CBAction
This class contains an IAction and provide methods that manipulate
the IAction
|
interface |
CBBlock
A CBBlock contains an IBlock and provides methods that easily
manipulate a block
|
interface |
com.ibm.rational.test.common.models.behavior.CBBlockElement |
interface |
CBComment
A representation of the model object 'CB Comment'
|
interface |
CBLoop
A Loop is an IAction with a Constraint and one list
|
interface |
com.ibm.rational.test.common.models.behavior.CBNameValuePair |
interface |
CBTestComponent
A representation of the model object 'CB Test Component'
|
interface |
CBTestInvocation
A Test Invocation is an Action and it containes the test
that is inviked
|
interface |
com.ibm.rational.test.common.models.behavior.CBTransaction |
interface |
CBVersion
A representation of the model object 'CB Version'
|
interface |
com.ibm.rational.test.common.models.behavior.IAbstractTestInvocation |
Modifier and Type | Method and Description |
---|---|
CBActionElement |
CBActionElement.getParent()
for INTERNAL USE ONLY
|
Modifier and Type | Method and Description |
---|---|
List |
CBTest.getDataSources(CBActionElement forAction,
boolean trim) |
List |
CBTest.getDataSources(CBActionElement hostElement,
boolean b,
boolean c) |
void |
CBActionElement.move(CBActionElement newParent,
int index)
Move this model element to a new Parent.
|
Modifier and Type | Class and Description |
---|---|
class |
com.ibm.rational.test.common.models.behavior.impl.CBActionElementImpl |
class |
com.ibm.rational.test.common.models.behavior.impl.CBActionImpl |
class |
com.ibm.rational.test.common.models.behavior.impl.CBBlockElementImpl |
class |
com.ibm.rational.test.common.models.behavior.impl.CBBlockImpl |
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.codegen.core.model.IModelElement |
LTTestElementAdapter.getAdapterFor(CBActionElement elem,
String actionType) |
Modifier and Type | Field and Description |
---|---|
static CBActionElement |
IDCStringLocator.action
the element currently being looked at.
|
Modifier and Type | Method and Description |
---|---|
CBActionElement |
IDCStringLocator.getAction() |
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.common.models.behavior.cbdata.BuiltInDataSource |
DataCorrelator.addHarvester(CBActionElement elem,
String bidsName) |
boolean |
DataCorrelator.canHarvest(CBActionElement cb) |
boolean |
DataCorrelator.canSubstitute(CBActionElement cb) |
String |
DataCorrelator.getUniqueDPColName(CBActionElement elem)
Returns unique name.
|
void |
IDCStringLocator.setAction(CBActionElement action) |
Modifier and Type | Method and Description |
---|---|
List |
IProtoElementAdapter.findHarvestSites(IDCStringLocator strl,
CBActionElement cb)
Given a string, we will work backwards from that element through the test and
find all possible sites where the string is found.
|
String |
IProtoElementAdapter.getPropertyString(CBActionElement cb,
String propertyType)
This will get a string of type propertyType out of a CBActionElement
|
String |
IProtoElementAdapter.getPropertyType(CBActionElement cb,
String type)
This will take a propertyType used to retrieve behavior model elements and convert
it to an execution propertyType
|
Modifier and Type | Interface and Description |
---|---|
interface |
LTAnnotation
A representation of the model object 'LT Annotation'
|
interface |
LTBlock
A representation of the model object 'LT Block'
|
interface |
LTComment
A representation of the model object 'LT Comment'
|
interface |
LTCondition
Deprecated.
|
interface |
LTContainer
Deprecated.
|
interface |
LTFalseContainer
Deprecated.
|
interface |
LTIf
Deprecated.
|
interface |
LTLeftOperand
Deprecated.
|
interface |
LTNameTypeValue
A representation of the model object 'LT Name Type Value'
|
interface |
com.ibm.rational.test.lt.models.behavior.common.LTNameValuePair |
interface |
LTOperand
Deprecated.
|
interface |
LTRightOperand
Deprecated.
|
interface |
LTTrueContainer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LTBlockImpl
An implementation of the model object 'LT Block'
|
Modifier and Type | Method and Description |
---|---|
CBActionElement |
LTBlockImpl.createActionObject(String type) |
CBActionElement |
LTBlockImpl.findNextProxyReference(LTTest test,
String id,
String ofType)
This method locates the first Proxy element from the beginning of the test that
is referencing the element with the given
id and is of the given
ofType . |
Modifier and Type | Interface and Description |
---|---|
interface |
Arbitrary
A representation of the model object 'Arbitrary'
|
interface |
BuiltInDataSource
A representation of the model object 'Built In Data Source'
|
interface |
com.ibm.rational.test.lt.models.behavior.data.CoreHarvester |
interface |
CorrelationHarvester
A representation of the model object 'Correlation Harvester'
|
interface |
DatapoolHarvester
A representation of the model object 'pool Harvester'
|
interface |
DataSource
A representation of the model object 'Source'
|
interface |
Substituter
A representation of the model object 'Substituter'
|
Modifier and Type | Interface and Description |
---|---|
interface |
Datapool
A representation of the model object 'Datapool'
|
interface |
LTFeature
A representation of the model object 'LT Feature'
|
interface |
LTLoop
Deprecated.
- see CBLoop
|
interface |
LTOptions
A representation of the model object 'LT Options'
|
interface |
LTResources
A representation of the model object 'LT Resources'
|
interface |
LTTransaction
Deprecated.
|
interface |
Option
A representation of the model object 'Option'
|
interface |
VerificationPoint
A representation of the model object 'Verification Point'
|
Modifier and Type | Class and Description |
---|---|
class |
OptionImpl
An implementation of the model object 'Option'
|
class |
ProxyElementImpl
An implementation of the model object 'Proxy Element'
|
class |
VerificationPointImpl
An implementation of the model object 'Verification Point'
|
Modifier and Type | Interface and Description |
---|---|
interface |
VPContent
A representation of the model object 'VP Content'
|
interface |
VPString
A representation of the model object 'VP String'
|
Modifier and Type | Method and Description |
---|---|
CBActionElement |
SelectContentStringsDialog.getCurrentObject() |
CBActionElement |
ExtendedStyledText.getHostElement()
Deprecated.
|
protected abstract CBActionElement |
ExtendedStyledText.getRelatedHostElement()
Deprecated.
|
static CBActionElement |
DataCorrelationUtil.resolveDcOwnership(com.ibm.rational.test.common.models.behavior.cbdata.CoreHarvester ch)
Finds
IDcWonershipResolver based on the argument DataSource . |
static CBActionElement |
DataCorrelationUtil.resolveDcOwnership(String attribute,
CBActionElement action) |
static CBActionElement |
DataCorrelationUtil.resolveDcOwnership(com.ibm.rational.test.common.models.behavior.cbdata.Substituter substituter)
Finds
IDcWonershipResolver based on the argument DataSource . |
Modifier and Type | Method and Description |
---|---|
static int |
DataCorrelationUtil.getDcSize(CBActionElement element) |
static CBActionElement |
DataCorrelationUtil.resolveDcOwnership(String attribute,
CBActionElement action) |
void |
DatasourceSelectionDialog.setAnchorElement(CBActionElement anchorElement) |
protected void |
ExtendedStyledText.setHostElement(CBActionElement req)
Deprecated.
Sets host element.
|
void |
ExtendedStyledText.setText(String text,
CBActionElement httpreq)
Deprecated.
|
Constructor and Description |
---|
DatasourceSelectionDialog(Shell parent,
CBActionElement anchorElement,
TestEditor editor) |
ExtendedStyledText(ExtLayoutProvider hostLayoutProvider,
CBActionElement element,
StyledText stext,
String attributeName)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
CBActionElement |
DataBoundStyleRange.getData() |
Modifier and Type | Method and Description |
---|---|
void |
DataBoundStyleRange.setData(CBActionElement m_data) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
VpSettingJob.handleObject(CBActionElement object) |
protected void |
VpSettingJob.refreshElement(CBActionElement element) |
protected void |
VpSettingJob.storeNew(CBActionElement newElement) |
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.testeditor.main.LoadTestEditor.SplitTestRegion |
LoadTestEditor.getElementRegion(CBActionElement element) |
Modifier and Type | Method and Description |
---|---|
boolean |
LtLayoutProvider.layoutControls(CBActionElement selectedElement) |
boolean |
LtLayoutProvider.refreshControls(CBActionElement selectedElement) |
Modifier and Type | Method and Description |
---|---|
void |
ITestStack.add(CBActionElement element,
long timestamp,
boolean hasThinkTime)
Adds an element to the current element host.
|
© Copyright IBM Corp. 2013. All rights reserved.