IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0
A B C D E F G H I K L M N O P R S T U V W Y _

I

IAutomaticRetry - interface com.rational.test.ft.IAutomaticRetry.
This is a marker interface to indicate to try again to find and invoke the method that threw the exception.
IBrowserObject - interface com.rational.test.ft.object.interfaces.IBrowserObject.
Supported by objects that represent HTML browser objects.
IClickTo - interface com.rational.test.ft.object.interfaces.IClickTo.
Performs the necessary mouse actions to attain the desired state specified by the subitem.
IDatapool - interface org.eclipse.hyades.edit.datapool.IDatapool.
This class defines the primary interface to datapools.
IDatapool - interface org.eclipse.hyades.execution.runtime.datapool.IDatapool.
This class defines the primary interface to datapools.
IDatapoolCell - interface org.eclipse.hyades.edit.datapool.IDatapoolCell.
An element of a record within a datapool.
IDatapoolCell - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell.
An element of a record within a datapool.
IDatapoolEquivalenceClass - interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass.
An equivalence class is a logical grouping of records within a datapool.
IDatapoolEquivalenceClass - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolEquivalenceClass.
An equivalence class is a logical grouping of records within a datapool.
IDatapoolEvaluatorExt - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolEvaluatorExt.
 
IDatapoolFactory - interface org.eclipse.hyades.edit.datapool.IDatapoolFactory.
A datapool factory manages the construction and sharing of IDatapool objects.
IDatapoolFactory - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory.
A datapool factory manages the construction and sharing of IDatapool and IDatapoolIterator objects.
IDatapoolIterator - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator.
This class provides base level iteration support for datapools.
IDatapoolIteratorExt - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt.
 
IDatapoolListener - interface org.eclipse.hyades.edit.datapool.IDatapoolListener.
 
IDatapoolRecord - interface org.eclipse.hyades.edit.datapool.IDatapoolRecord.
A logical grouping of values in a datapool.
IDatapoolRecord - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord.
A logical grouping of values in a datapool.
IDatapoolSuggestedType - interface org.eclipse.hyades.edit.datapool.IDatapoolSuggestedType.
Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
IDatapoolSuggestedType - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolSuggestedType.
Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
IDatapoolVariable - interface org.eclipse.hyades.edit.datapool.IDatapoolVariable.
Each cell in a record has a unique variable association.
IDatapoolVariable - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable.
Each cell in a record has a unique variable association.
IDatastore - interface com.rational.test.ft.script.IDatastore.
Provides information concerning a single-test project (formerly called a project) on a particular host system.
IFileDialog - interface com.rational.test.ft.object.interfaces.IFileDialog.
Defines the methods uniquely associated with a file-dialog type of control.
IFrame - interface com.rational.test.ft.object.interfaces.IFrame.
Defines the interface for frame GUI objects.
IFtVerificationPoint - interface com.rational.test.ft.vp.IFtVerificationPoint.
Serves as the verification-point operational interface.
IFtVerificationPointData - interface com.rational.test.ft.vp.IFtVerificationPointData.
Represents the core abstraction for static and dynamic verification-point data.
IGNORE_ALL_SPACES - Static variable in interface com.rational.test.ft.vp.ITestDataText
White-space mode setting for ignoring all whitespace characters.
IGNORE_INTERNAL_SPACES - Static variable in interface com.rational.test.ft.vp.ITestDataText
White-space mode setting for ignoring the nested whitespace characters only.
IGNORE_LEADING_AND_TRAILING_SPACES - Static variable in interface com.rational.test.ft.vp.ITestDataText
White-space mode setting for ignoring leading and trailing whitespace characters.
IGNORE_LEADING_SPACES - Static variable in interface com.rational.test.ft.vp.ITestDataText
White-space mode setting for ignoring leading whitespace characters.
IGNORE_NONE - Static variable in interface com.rational.test.ft.vp.ITestDataText
Default white-space mode setting, which matches all characters without ignoring any white-space characters.
IGNORE_TRAILING_SPACES - Static variable in interface com.rational.test.ft.vp.ITestDataText
White-space mode setting for ignoring trailing whitespace characters.
IGraphical - interface com.rational.test.ft.object.interfaces.IGraphical.
Supported by all GUI objects.
IGraphicalSubitem - interface com.rational.test.ft.object.interfaces.IGraphicalSubitem.
Defines methods that enable access to actions replayed by the mouse or keyboard.
IInternalFrame - interface com.rational.test.ft.object.interfaces.IInternalFrame.
Defines the interface for internalframe GUI objects.
IME_BUTTON - Static variable in class com.rational.test.ft.script.Location
Location name for the IME_BUTTON subitem location specification.
IMapPropertyName - interface com.rational.test.ft.script.IMapPropertyName.
Defines the default property names used by the TestObjects in the object map so that users can create scripts with direct access to these properties.
INDETERMINATE - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for an INDETERMINATE state specification.
INPUTCHARS_METHOD - Static variable in interface com.rational.test.ft.object.interfaces.ITopWindow
The name of the inputChars method.
INPUTKEYS_METHOD - Static variable in interface com.rational.test.ft.object.interfaces.ITopWindow
The name of the inputKeys method.
INTERACTIVE - Static variable in interface com.rational.test.ft.script.IOptionName
Specifies whether the user is available to interact with the user interface that is presented during playback.
INamedElement - interface org.eclipse.hyades.edit.datapool.INamedElement.
This class defines the base interface for all named elements.
INamedElement - interface org.eclipse.hyades.execution.runtime.datapool.INamedElement.
This class defines the base interface for all named elements.
IObjectManagerEventListener - interface com.rational.test.ft.script.IObjectManagerEventListener.
Used by RationalTestScript for notification of events by the object manager.
IOperatingSystem - interface com.rational.test.ft.script.IOperatingSystem.
Enables access to some commonly used operating system commands that are not immediately available from the scripting language.
IOptionCategoryName - interface com.rational.test.ft.script.IOptionCategoryName.
Contains option category names.
IOptionName - interface com.rational.test.ft.script.IOptionName.
Contains definitions of the customization option names.
IPackagePlaceholder - interface com.rational.test.ft.object.interfaces.siebel.IPackagePlaceholder.
This is just a placeholder for the Siebel TestObject package.
IRationalThrowable - interface com.rational.test.ft.IRationalThrowable.
Implemented by RationalTestError and RationalTestException.
IScreen - interface com.rational.test.ft.object.interfaces.IScreen.
Provides simple access to a Screen object.
IScript - interface com.rational.test.ft.script.IScript.
Enables access to the fundamental abstract properties of a test script, without getting into implementation details of a script.
IScriptDefinition - interface com.rational.test.ft.script.IScriptDefinition.
Persists the definition about the artifacts associated with the script as an object that implements this interface when the script is created or updated.
IScriptText - interface com.rational.test.ft.script.IScriptText.
Represents an associated object in a script.
IScrollable - interface com.rational.test.ft.object.interfaces.IScrollable.
Defines the methods necessary for supporting scrolling, relative to a particular component.
ISelect - interface com.rational.test.ft.object.interfaces.ISelect.
Provides meta-actions for selectable subitems in a control.
ISiebTestObject - interface com.rational.test.ft.object.interfaces.siebel.ISiebTestObject.
Interface for Siebel Object
ISubitem - interface com.rational.test.ft.object.interfaces.ISubitem.
Defines the methods that must be supported for access to subitems.
ITALIC - Static variable in class com.rational.test.ft.value.FontInfo
 
ITestData - interface com.rational.test.ft.vp.ITestData.
Provides base-level support for verification-point data returned from a proxy object.
ITestDataElement - interface com.rational.test.ft.vp.ITestDataElement.
Encapsulates a generic element used in an ITestDataList.
ITestDataElementList - interface com.rational.test.ft.vp.ITestDataElementList.
Used by the ITestDataList interface to encapsulate the ordered set of generic elements that make up the desired list.
ITestDataList - interface com.rational.test.ft.vp.ITestDataList.
Represents the elements in a list-type object for a verification-point operation.
ITestDataMenu - interface com.rational.test.ft.vp.ITestDataMenu.
Represents the necessary methods for supporting a menu-type verification point.
ITestDataProperties - interface com.rational.test.ft.vp.ITestDataProperties.
Defines the methods necessary for maintaining the properties associated with a single TestObject in the software under test.
ITestDataTable - interface com.rational.test.ft.vp.ITestDataTable.
Represents a table of test data.
ITestDataTableRegion - interface com.rational.test.ft.vp.ITestDataTableRegion.
Represents a region of a corresponding table.
ITestDataText - interface com.rational.test.ft.vp.ITestDataText.
Represents the necessary methods for supporting a text-type verification point.
ITestDataTree - interface com.rational.test.ft.vp.ITestDataTree.
The base-level tree verification-point interface.
ITestDataTreeAttributes - interface com.rational.test.ft.vp.ITestDataTreeAttributes.
Represents the necessary methods for supporting a tree node within a tree-type verification point.
ITestDataTreeNode - interface com.rational.test.ft.vp.ITestDataTreeNode.
Provides the necessary methods for representing a node in a Tree test-data object.
ITestDataTreeNodes - interface com.rational.test.ft.vp.ITestDataTreeNodes.
Enables an appropriate display object to be associated with the tree nodes.
ITestObjectDescriptor - interface com.rational.test.ft.vp.ITestObjectDescriptor.
Defines an abstract reference to an object in the software under test.
ITestObjectMethodState - interface com.rational.test.ft.script.ITestObjectMethodState.
Provides access to the state of a method call on a TestObject.
ITestObjectReference - interface com.rational.test.ft.object.interfaces.ITestObjectReference.
Defines the standard interface for all TestObjectReference objects.
ITestProject - interface com.rational.test.ft.script.ITestProject.
This interface defines the general methods available to a project instance.
IText - interface com.rational.test.ft.object.interfaces.IText.
Exposes methods that are explicitly associated with a text type control.
IToggle - interface com.rational.test.ft.object.interfaces.IToggle.
Supports objects with binary state characteristics such as check boxes, radio buttons, and toggle buttons.
IToggleGUI - interface com.rational.test.ft.object.interfaces.IToggleGUI.
Extends the definition of the IToggle interface to include actions that directly use the mouse.
ITopWindow - interface com.rational.test.ft.object.interfaces.ITopWindow.
Defines the interface for top-level GUI objects.
IWindow - interface com.rational.test.ft.object.interfaces.IWindow.
Provides access to the native window management system; any use of this interface is likely to be platform specific.
Id - class com.rational.test.ft.script.Id.
Encapsulates a programmatically defined identifier associated with a subitem.
Id(long) - Constructor for class com.rational.test.ft.script.Id
The sole constructor; it takes the required integer value.
IllegalAccessException - exception com.rational.test.ft.IllegalAccessException.
Thrown when attempting to call a method that is not accessible, or when trying to construct an object whose class is not accessible.
IllegalAccessException(String, String) - Constructor for class com.rational.test.ft.IllegalAccessException
 
IllegalAccessException(IllegalAccessException) - Constructor for class com.rational.test.ft.IllegalAccessException
 
IllegalAccessException(String) - Constructor for class com.rational.test.ft.IllegalAccessException
 
Index - class com.rational.test.ft.script.Index.
Adds definition to a simple int value.
Index(int) - Constructor for class com.rational.test.ft.script.Index
 
IndexerInfo - class com.rational.test.ft.value.IndexerInfo.
Provides information about a TestObject's indexer.
IndexerInfo(boolean, boolean, String, String) - Constructor for class com.rational.test.ft.value.IndexerInfo
 
InternalFrameTestObject - class com.rational.test.ft.object.interfaces.InternalFrameTestObject.
Represents frame objects in the system under test.
InternalFrameTestObject(SpyMappedTestObject) - Constructor for class com.rational.test.ft.object.interfaces.InternalFrameTestObject
For internal use.
InternalFrameTestObject(SpyMappedTestObject, TestObject) - Constructor for class com.rational.test.ft.object.interfaces.InternalFrameTestObject
For internal use.
InternalFrameTestObject(SpyMappedTestObject, TestObject, long) - Constructor for class com.rational.test.ft.object.interfaces.InternalFrameTestObject
For internal use.
InternalFrameTestObject(TestObjectReference) - Constructor for class com.rational.test.ft.object.interfaces.InternalFrameTestObject
For internal use.
InternalFrameTestObject(TestObject) - Constructor for class com.rational.test.ft.object.interfaces.InternalFrameTestObject
Construct one InternalFrameTestObject from another TestObject.
InvalidSignatureException - exception com.rational.test.ft.InvalidSignatureException.
Thrown when a method signature is invalid.
InvalidSignatureException() - Constructor for class com.rational.test.ft.InvalidSignatureException
 
InvalidSignatureException(String) - Constructor for class com.rational.test.ft.InvalidSignatureException
 
InvalidSubitemException - exception com.rational.test.ft.InvalidSubitemException.
Thrown when a subitem is not supported for the proxy.
InvalidSubitemException(String) - Constructor for class com.rational.test.ft.InvalidSubitemException
 
InvalidTestDataTypeException - exception com.rational.test.ft.InvalidTestDataTypeException.
Thrown when a request for test data cannot be completed because the requested data type is not available for the particular TestObject.
InvalidTestDataTypeException() - Constructor for class com.rational.test.ft.InvalidTestDataTypeException
 
InvalidTestDataTypeException(String) - Constructor for class com.rational.test.ft.InvalidTestDataTypeException
 
InvalidTestObjectException - exception com.rational.test.ft.InvalidTestObjectException.
Thrown when a TestObject method is being invoked and the ProxyTestObject refers to an object that is no longer valid.
InvalidTestObjectException() - Constructor for class com.rational.test.ft.InvalidTestObjectException
 
InvalidTestObjectException(String) - Constructor for class com.rational.test.ft.InvalidTestObjectException
 
InvalidWindowHandleException - exception com.rational.test.ft.InvalidWindowHandleException.
Thrown when the .NET infestation engine is not able to finish hooking the process.
InvalidWindowHandleException() - Constructor for class com.rational.test.ft.InvalidWindowHandleException
 
InvalidWindowHandleException(String) - Constructor for class com.rational.test.ft.InvalidWindowHandleException
 
InvocationTargetException - exception com.rational.test.ft.InvocationTargetException.
Thrown after another exception is caught when invoking a method.
InvocationTargetException(String, String, Throwable) - Constructor for class com.rational.test.ft.InvocationTargetException
 
indeterminate() - Method in interface com.rational.test.ft.object.interfaces.IToggle
Sets the state of the associated object to indeterminate.
indeterminate() - Method in class com.rational.test.ft.object.interfaces.ToggleTestObject
Sets the state of the associated object to INDETERMINATE.
indeterminate() - Static method in class com.rational.test.ft.script.NetCheckedState
Creates an INDETERMINATE state object.
indeterminate() - Static method in class com.rational.test.ft.script.State
Creates an INDETERMINATE state object.
index - Variable in class com.rational.test.ft.script.Index
 
inputChars(String) - Method in interface com.rational.test.ft.object.interfaces.IScreen
Sends the characters to the current active window as a sequence of key events.
inputChars(String) - Method in interface com.rational.test.ft.object.interfaces.ITopWindow
Sends the supplied characters to the associated window.
inputChars(String) - Method in class com.rational.test.ft.object.interfaces.TopLevelSubitemTestObject
Sends the supplied characters to the associated window.
inputChars(String) - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Sends the supplied characters to the associated window.
inputKeys(String) - Method in interface com.rational.test.ft.object.interfaces.IScreen
Sends the key events to the current active window.
inputKeys(String) - Method in interface com.rational.test.ft.object.interfaces.ITopWindow
Sends the supplied characters to the associated window.
inputKeys(String) - Method in class com.rational.test.ft.object.interfaces.TopLevelSubitemTestObject
Sends the supplied characters to the associated window.
inputKeys(String) - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Sends the supplied characters to the associated window.
insertEquivalenceClass(IDatapoolEquivalenceClass, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Insert the equivalence class at a supplied index.
insertRecord(IDatapoolRecord, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Insert the specified record before the zero based record index.
insertVariable(IDatapoolVariable, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Insert a variable before the variable at the specified zero based variable index.
intValue() - Method in class com.rational.test.ft.value.RecognitionIndex
Implements Number.intValue with a class-specific definition.
intValue() - Method in class com.rational.test.value.Decimal
 
intValue() - Method in class com.rational.test.value.UByte
 
intValue() - Method in class com.rational.test.value.UInt32
 
intValue() - Method in class com.rational.test.value.UInt64
 
internal() - Method in class com.rational.test.ft.script.Column
For internal use only.
internal() - Method in class com.rational.test.ft.script.Row
For internal use only.
invoke(String, String, Object[]) - Method in class com.rational.test.ft.object.interfaces.TestObject
Invokes a method on the object in the software under test.
invoke(String) - Method in class com.rational.test.ft.object.interfaces.TestObject
Invokes a method with no arguments on the object in the software under test.
invokeConstructor(String, String, Object[]) - Method in class com.rational.test.ft.object.interfaces.DomainTestObject
Invokes a constructor for a class in the context of the domain.
invokeConstructor(String) - Method in class com.rational.test.ft.object.interfaces.DomainTestObject
Invokes a constructor for a class in the context of the domain.
invokeProxy(String, String, Object[]) - Method in class com.rational.test.ft.object.interfaces.TestObject
Invokes a method on the proxy for an object in the software under test.
invokeProxy(String) - Method in class com.rational.test.ft.object.interfaces.TestObject
Invokes a method on the object in the software under test.
invokeProxyWithGuiDelay(String, String, Object[]) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Invokes a method on the proxy for an object in the software under test.
invokeProxyWithGuiDelay(String) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Invokes a method on the proxy for an object in the software under test.
invokeStaticMethod(String, String, String, Object[]) - Method in class com.rational.test.ft.object.interfaces.DomainTestObject
Invokes a static method on a class in the context of the domain.
invokeStaticMethod(String, String) - Method in class com.rational.test.ft.object.interfaces.DomainTestObject
Invokes a static method on a class in the context of the domain.
isAlive() - Method in class com.rational.test.ft.object.interfaces.ProcessTestObject
Returns true if the process is still alive, false if it has terminated.
isAllCells() - Method in interface com.rational.test.ft.vp.ITestDataTableRegion
Returns true if all the cells in the table are in the region.
isAlt() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the Alt key is selected.
isApplicationDefined(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Returns true if the specified application has been defined in the configuration file.
isArrow() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a combobox ARROW location.
isArtificialProperty(String) - Method in class com.rational.test.ft.object.map.MappedTestObject
Returns true if the property name corresponds to an extended property, that is, a property not defined by the underlying domain.
isBackButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a BACK_BUTTON window location.
isBackGround() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a BACKGROUND location.
isBlock() - Method in interface com.rational.test.ft.vp.ITestDataTableRegion
Returns true if the region is a block of cells in the corresponding table.
isBottomEdge() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge BOTTOM_EDGE window location.
isBound() - Method in interface com.rational.test.ft.object.interfaces.ITestObjectReference
Returns true if the object is bound.
isBrowserDefined(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Returns true if the specified browser name has been defined by the Enabler.
isCaption() - Method in class com.rational.test.ft.script.Location
 
isCaseSensitiveComparison() - Method in class com.rational.test.ft.value.RegularExpression
Returns whether the regular-expression pattern should be compared case sensitively.
isCell() - Method in interface com.rational.test.ft.vp.ITestDataTableRegion
Returns true if the region is a single cell of the corresponding table.
isCheck() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a CHECK action.
isCheckbox() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a CHECKBOX location.
isCheckbox() - Method in interface com.rational.test.ft.vp.ITestDataTreeAttributes
Returns true if the tree item is a checkbox type tree item.
isCheckboxMenuItem() - Method in interface com.rational.test.ft.vp.ITestDataMenu
Returns true if the menu item is a checkbox-type menu item.
isChecked() - Method in class com.rational.test.ft.script.NetCheckedState
Returns true if this state represents a CHECKED state.
isCloseButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge CLOSE_BUTTON window location.
isCollapse() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a COLLAPSE action.
isCollapseAndExtendSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a COLLAPSE_AND_EXTENDSELECT action.
isCollapseAndSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a COLLAPSE_AND_SELECT action.
isColumn() - Method in interface com.rational.test.ft.vp.ITestDataTableRegion
Returns true if the region is a single column of the corresponding table.
isColumnDrillDown(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Returns TRUE if the specified column is a drill-down column, and FALSE if it is not.
isColumnExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Returns a Boolean value indicating whether or not the specified column exists.
isCompareBothByLeftRegions() - Method in interface com.rational.test.ft.vp.ITestDataTable
Specifies whether the comparison should be performed by using the comparison regions of both left and right values or just the left.
isCompareColumnHeaders() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the column headers should be compared.
isCompareRowHeaders() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the row headers should be compared.
isContextHelpButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge CONTEXTHELP_BUTTON window location.
isControlEnabled(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebToolbarTestObject
Returns a Boolean value indicating whether or not the specified control is enabled.
isControlExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebAppletTestObject
Returns a Boolean value indicating whether or not the specified control exists.
isControlExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebToolbarTestObject
Returns a Boolean value indicating whether or not the specified control exists.
isCtrl() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the Ctrl key is selected.
isDatapoolInCache(String) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 
isDeletedFromMap(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Returns the deletion flag associated with a TestObject.
isDescribed() - Method in interface com.rational.test.ft.object.interfaces.ITestObjectReference
 
isDeselect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a DESELECT action.
isDeselectAll() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a DESELECT_ALL action.
isDropDown() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a DROPDOWN location.
isEnabled() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Determines whether a component is enabled.
isEnabled() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Determines whether the component under evaluation is enabled.
isEnabled(Subitem) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebMenuTestObject
Returns a Boolean value indicating whether or not the specified object is enabled.
isEnabled() - Method in class com.rational.test.ft.script.ScriptCommandFlags
Returns true if these flags reflect an ENABLED state in the associated TestObject.
isExists(Subitem) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebMenuTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebPDQTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExists(String, String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebPageTabsTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebPicklistTestObject
Returns a Boolean value indicating whether or not the specified picklist item exists.
isExists(String, String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebScreenViewsTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebThreadbarTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExists(Subitem) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTreeTestObject
Returns a Boolean value indicating whether the specified object exists (TRUE) or does not exist (FALSE).
isExists(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebViewAppletsTestObject
Returns a Boolean value indicating whether or not the specified object exists.
isExpand() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an EXPAND action.
isExpandAndExtendSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an EXPAND_AND_EXTENDSELECT action.
isExpandAndSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an EXPAND_AND_SELECT action.
isExpanded(Subitem) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTreeTestObject
Returns a Boolean value indicating whether the specified tree node is expanded (TRUE) or collapsed (FALSE).
isExtendSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an EXTEND_SELECT action.
isFixedWeight() - Method in class com.rational.test.ft.value.PropertyWeight
Specifies whether the weight can be updated.
isHScroll() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an HSCROLL action.
isHeader() - Method in class com.rational.test.ft.script.Column
Returns true if the column descriptor is a column header value.
isHeader() - Method in class com.rational.test.ft.script.Row
Returns true if the row descriptor is a row header value.
isHorizontalScrollElevator() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_HORIZONTAL_ELEVATOR location.
isIMEButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge IME_BUTTON window location.
isIconified() - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Returns true if the frame is iconified.
isIconified() - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Returns true if the frame is iconified.
isIconified() - Method in interface com.rational.test.ft.object.interfaces.IFrame
Returns true if the frame is iconified.
isIconified() - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Returns true if the top-level window is iconified.
isIgnoreOwner() - Method in class com.rational.test.ft.object.map.MappedTestObject
This method returns whether an owner found in the SUT is ignored or not.
isIndeterminate() - Method in class com.rational.test.ft.script.NetCheckedState
Returns true if this state represents an INDETERMINATE state.
isIndeterminate() - Method in class com.rational.test.ft.script.State
Returns true if this state represents an INDETERMINATE state.
isIndex() - Method in class com.rational.test.ft.script.Column
Returns true if the column descriptor is an Index value.
isIndex() - Method in class com.rational.test.ft.script.Row
Returns true if the row descriptor is an Index value.
isJVMDefined(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Returns true if the specified JVM name has been defined by the Enabler.
isKeyValuePairs() - Method in class com.rational.test.ft.script.Column
Returns true if the column descriptor is a KeyValuePairs value.
isKeyValuePairs() - Method in class com.rational.test.ft.script.Row
Returns true if the row descriptor is a key-value pairs value.
isLeft() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the left mouse button is selected.
isLeftEdge() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame LEFT_EDGE window location.
isMainScript() - Method in class com.rational.test.ft.script.RationalTestScript
Returns true if the currently executing script is the top-level (main) script, that is, not called by callScript.
isMappedObject() - Method in class com.rational.test.ft.object.interfaces.TestObject
Returns true if the object contains a mapped reference.
isMaximizeButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a MAXIMIZE_BUTTON window location.
isMayExit() - Method in class com.rational.test.ft.script.ScriptCommandFlags
Returns true if these flags reflect a MAY_EXIT flag.
isMiddle() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the middle mouse button is selected.
isMinimizeButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a MINIMIZE_BUTTON window location.
isMonth() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a MONTH location.
isName() - Method in class com.rational.test.ft.script.Button
 
isNew() - Method in class com.rational.test.ft.object.map.MappedTestObject
Returns the state of the associated test object.
isNotChecked() - Method in class com.rational.test.ft.script.NetCheckedState
Returns true if this state represents a NOT_CHECKED state.
isNotSelected() - Method in class com.rational.test.ft.script.State
Returns true if this state represents a NOT_SELECTED state.
isOpaque() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Determines whether a component is opaque.
isOpaque() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Determines whether the component under evaluation is opaque.
isParentRow() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a grid PARENTROW window location.
isPersistentProperty(String) - Method in class com.rational.test.ft.object.map.MappedTestObject
Returns true if the property name corresponds to a property that should be persisted, for example, a property in a verification-point Object recognition property cache.
isPlusMinus() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a PLUS_MINUS location.
isPointInObject(Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Determines whether the specified screen-relative point is contained in the component under evaluation.
isPointInObject(Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Determines whether the specified screen-relative point is contained in the component under evaluation.
isPopup() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a combobox POPUP window location.
isPredefinedLocation() - Method in class com.rational.test.ft.script.Location
Returns true if the location has a predefined value in the script base
isPrivateMap() - Method in interface com.rational.test.ft.script.IScriptDefinition
Returns true if the object map associated with the script is private.
isProcess() - Method in interface com.rational.test.ft.object.interfaces.ITestObjectReference
Returns true if the object is a process-reference object.
isRadioMenuItem() - Method in interface com.rational.test.ft.vp.ITestDataMenu
Returns true if the menu item is a checkbox-type menu item.
isRegularExpression() - Method in class com.rational.test.ft.script.ProcessName
 
isRight() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the right mouse button is selected.
isRightEdge() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge RIGHT_EDGE window location.
isRow() - Method in interface com.rational.test.ft.vp.ITestDataTableRegion
Returns true if the region is a single row of the corresponding table.
isRowExpanded(int) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Returns a Boolean value indicating whether the row is expanded (TRUE) or collapsed (FALSE).
isSameObject(TestObject) - Method in class com.rational.test.ft.object.interfaces.TestObject
Returns true if the supplied TestObject represents the same underlying object in the software under test.
isScrollAction() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents any of the scrolling actions.
isScrollDown() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_DOWN location.
isScrollDownButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_DOWNBUTTON location.
isScrollElevator() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_VERTICAL_ELEVATOR location.
isScrollLeft() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_LEFT location.
isScrollLeftButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_LEFTBUTTON location.
isScrollLineDown() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_LINEDOWN action.
isScrollLineLeft() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_LINELEFT action.
isScrollLineRight() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_LINERIGHT action object.
isScrollLineUp() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_LINEUP action.
isScrollLocation() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a ScrollLocation.
isScrollMaxButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_MAXBUTTON location.
isScrollMinButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_MINBUTTON location.
isScrollPageDown() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_PAGEDOWN action.
isScrollPageLeft() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_PAGELEFT action.
isScrollPageRight() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_PAGERIGHT action.
isScrollPageUp() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SCROLL_PAGEUP action.
isScrollRight() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_RIGHT location.
isScrollRightButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_RIGHTBUTTON location.
isScrollUp() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a block SCROLL_UP location.
isScrollUpButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_UPBUTTON location.
isSelect() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a SELECT action.
isSelected(Subitem) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTreeTestObject
Returns a Boolean value indicating whether the specified tree node is selected (TRUE) or not selected (FALSE).
isSelected() - Method in class com.rational.test.ft.script.State
Returns true if this state represents a SELECTED state.
isSelected() - Method in interface com.rational.test.ft.vp.ITestDataMenu
Returns the setting of the selected property associated with this verification point.
isShift() - Method in class com.rational.test.ft.script.MouseModifiers
Returns true if the Shift key is selected.
isShowHideButton() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SHOWHIDE_BUTTON window location.
isShowing() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Determines whether a component is showing.
isShowing() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Determine's whether the component under evaluation is showing.
isShowing() - Method in class com.rational.test.ft.script.ScriptCommandFlags
Returns true if these flags reflect a SHOWING state in the associated TestObject.
isSubitem() - Method in class com.rational.test.ft.script.Button
 
isSubitem() - Method in class com.rational.test.ft.script.Column
Returns true if the column descriptor is a column header value.
isSubitem() - Method in class com.rational.test.ft.script.Row
Returns true if the row descriptor is a row subitem specification.
isSystemMenu() - Method in class com.rational.test.ft.script.Location
 
isThumb() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a THUMB location.
isToday() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a TODAY location.
isTopEdge() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a frame edge TOP_EDGE window location.
isTopLevel() - Method in interface com.rational.test.ft.object.interfaces.IWindow
Returns true if this window is a top window (that is, not a child of any window).
isUncheck() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents an UNCHECK action.
isUnixOnly() - Method in class com.rational.test.ft.script.ScriptCommandFlags
Returns true if these flags reflect a UNIX_ONLY flag.
isUsed() - Method in class com.rational.test.ft.object.map.MappedTestObject
This method returns the referrence status of the associated test object.
isVScroll() - Method in class com.rational.test.ft.script.Action
Returns true if this action represents a VSCROLL action.
isValidRange() - Method in class com.rational.test.ft.value.NumericRange
Returns true if the current values denote an invalid range.
isValidRange(Number, Number, int) - Static method in class com.rational.test.ft.value.NumericRange
Returns true if the specified values denote an invalid range.
isVerticalScrollElevator() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a SCROLL_ELEVATOR location.
isWindows() - Method in interface com.rational.test.ft.script.IOperatingSystem
Returns true if the current operating system is Microsoft Windows.
isWindowsOnly() - Method in class com.rational.test.ft.script.ScriptCommandFlags
Returns true if these flags reflect a WINDOWS_ONLY flag.
isYear() - Method in class com.rational.test.ft.script.Location
Returns true if this location represents a YEAR location.
iteratorExists(IDatapool) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 

A B C D E F G H I K L M N O P R S T U V W Y _