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 _

H

Header - class com.rational.test.ft.script.Header.
Clarifies which header is in the table.
Header(Subitem) - Constructor for class com.rational.test.ft.script.Header
 
Href - class com.rational.test.ft.script.Href.
A simple container class for an HTML URL attribute associated with a subitem value.
Href(String) - Constructor for class com.rational.test.ft.script.Href
Constructor that takes the string containing the URL.
hScroll(int) - Static method in class com.rational.test.ft.script.Action
Creates an HSCROLL (that is, horizontal scroll) action object.
hScrollTo(int) - Method in interface com.rational.test.ft.object.interfaces.IScrollable
Moves a horizontal scrollbar to a specified position.
hScrollTo(int) - Method in class com.rational.test.ft.object.interfaces.ScrollGuiSubitemTestObject
Moves a horizontal scrollbar to a specified position.
hScrollTo(int) - Method in class com.rational.test.ft.object.interfaces.ScrollTestObject
Moves a horizontal scrollbar to a specified position.
hScrollTo(int) - Method in class com.rational.test.ft.object.interfaces.SelectScrollGuiSubitemTestObject
 
hasAuxiliaryDataName(String, String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Returns true if the supplied name is a known auxiliary data name.
hasColumnHeaders() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the corresponding table has column headers.
hasFocus() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Determines whether a component has keyboard focus.
hasFocus() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Determines whether the component under evaluation has keyboard focus.
hasGetter() - Method in class com.rational.test.ft.value.IndexerInfo
Returns whether the indexer has a "Get" method
hasKeyColumns() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the table has columns that contain key data fields.
hasKeyRows() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the table has rows that contain key data fields.
hasProperty(String) - Method in class com.rational.test.ft.object.map.MappedTestObject
Returns true if the specified property is available in the associated property set.
hasRowHeaders() - Method in interface com.rational.test.ft.vp.ITestDataTable
Returns true if the corresponding table has row headers.
hasSetter() - Method in class com.rational.test.ft.value.IndexerInfo
Returns whether the indexer has a "Set" method
hasTestObjectName(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Returns true if the specified TestObject name is used by this script.
hasVpName(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Returns true if the supplied name is a known verification point name.
hashCode() - Method in class com.rational.test.ft.value.FontInfo
Overloads the java.lang.Object core specification to return a data-specific hash value rather than the default instance-specific hash code.
hashCode() - Method in class com.rational.test.ft.value.MethodInfo
Overrides the basic implementation in java.lang.Object.
hashCode() - Method in class com.rational.test.ft.value.NameSet
Overloads the core java.lang.Object implementation to hash the entries in the NameSet.
hashCode() - Method in class com.rational.test.ft.value.NumericRange
Overloads the java.lang.Object core specification to return a data-specific hash value rather than the default instance-specific hash code.
hashCode() - Method in class com.rational.test.ft.value.PropertyWeight
Overloads the core java.lang.Object implementation to hash the weight directly.
hashCode() - Method in class com.rational.test.ft.value.ReadOnlyString
Overloads the core java.lang.Object implementation of hashCode.
hashCode() - Method in class com.rational.test.ft.value.RecognitionIndex
Overrides Object.hashcode with class-specific code.
hashCode() - Method in class com.rational.test.ft.value.RecognitionString
Overrides Object.hashCode with class-specific code.
hashCode() - Method in class com.rational.test.ft.value.RegularExpression
Overrides Object.hashCode with class-specific code.
hashCode() - Method in class com.rational.test.value.Decimal
 
hashCode() - Method in class com.rational.test.value.UByte
 
hashCode() - Method in class com.rational.test.value.UInt32
 
hashCode() - Method in class com.rational.test.value.UInt64
 
home() - Method in class com.rational.test.ft.object.interfaces.BrowserTestObject
 
home() - Method in class com.rational.test.ft.object.interfaces.EmbeddedBrowserTestObject
 
home() - Method in interface com.rational.test.ft.object.interfaces.IBrowserObject
Navigates the browser to the default home page.
hover(double) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Hovers the mouse over the center of the associated TestObject.
hover(double, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Hovers the mouse over the specified coordinates of the associated TestObject.
hover() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Hovers the mouse over the center of the associated TestObject.
hover(Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Hovers the mouse over the specified coordinates of the associated TestObject.
hover(double) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Hovers the mouse over the center of the associated TestObject.
hover() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Hovers the mouse over the center of the associated TestObject.
hover(Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Hovers the mouse over the specified coordinates of the associated TestObject.
hover(double, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Hovers the mouse over the specified coordinates of the associated TestObject.
hover(double, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Hovers the mouse over the center of the specified subitem.
hover(double, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Hovers the mouse over the specified coordinates, relative to the specified subitem.
hover(Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Hovers the mouse over the specified subitem.
hover(Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Hovers the mouse over the specified coordinates, relative to the specified subitem.
hover(double, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Hovers the mouse over the center of the specified subitem.
hover(double, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Hovers the mouse over the specified coordinates, relative to the specified subitem.
hover(Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Hovers the mouse over the center of the specified subitem.
hover(Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Hovers the mouse over the specified coordinates that are relative to the specified subitem.

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