|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestObject in com.rational.test.ft.object.interfaces |
---|
Subclasses of TestObject in com.rational.test.ft.object.interfaces | |
---|---|
class |
BrowserTabTestObject
IBM Confidential IBM Rational Functional Tester (c) Copyright IBM Corporation 2008, 2009. |
class |
BrowserTestObject
Provides script access to the general browser, which is the HTML Browser TestObject class. |
class |
ClientTestObject
|
class |
ColorDialogTestObject
Represents native-style Color dialog. |
class |
CrossDomainContainer
Extends the base TestObject . |
class |
DialogTestObject
Represents native-style Dialog controls. |
class |
DocumentTestObject
Provides script access to the general browser, which is the HTML Browser TestObject class. |
class |
DomainTestObject
Provides access to an object domain. |
class |
EclipseTestObject
Provides Script access to Eclipse User Interface. |
class |
EmbeddedBrowserTestObject
Provides script access to the general embedded browser, which is the HTML Browser TestObject class. |
class |
FileDialogTestObject
Represents native-style file dialog controls. |
class |
FrameSubitemTestObject
Provides subitem methods for frame controls. |
class |
FrameTestObject
Represents frame objects in the system under test. |
class |
FTETopLevelTestObject
|
class |
GefEditPartTestObject
Provides script access to an EditPart in GEF based applications. |
class |
GuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
GuiTestObject
The core class for modeling GUI components. |
class |
InternalFrameTestObject
Represents frame objects in the system under test. |
class |
MessageBoxTestObject
Represents native-style Message Box dialog. |
class |
PaletteGuiSubitemTestObject
|
class |
ProcessTestObject
Provides, in a host-independent manner, access to process information that is specific to the operating system. |
class |
RootTestObject
The RootTestObject represents a global view of the system being tested. |
class |
ScreenTestObject
|
class |
ScrollGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
ScrollTestObject
Provides methods to move horizontal and vertical scrollbars. |
class |
SelectGuiSubitemTestObject
For internal use only. |
class |
SelectScrollGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
ShellTestObject
Represents org.eclipse.swt.widgets.Shell objects in the System Under Test. |
class |
StatelessGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
SubitemTestObject
Defines the methods that must be programmatically supported for access to subitems. |
class |
TabitemTestObject
|
class |
TextGuiSubitemTestObject
Provides meta-actions on text in a control. |
class |
TextGuiTestObject
Provides access to text in a control. |
class |
TextScrollTestObject
Provides methods to move horizontal and vertical scrollbars. |
class |
TextSelectGuiSubitemTestObject
Extends commmand to access text on a selectable TestObject. |
class |
ToggleGUITestObject
Extends the definition of the IToggle interface
to include actions that directly use the mouse. |
class |
ToggleTestObject
Serves as the base TestObject implementation of the IToggle interface. |
class |
TopLevelSubitemTestObject
Represents top-level window objects in the system under test that support subitems. |
class |
TopLevelTestObject
Represents top-level window objects in the system under test. |
class |
TrackbarTestObject
Provides subitem methods for trackbar controls. |
Methods in com.rational.test.ft.object.interfaces that return TestObject | |
---|---|
TestObject |
ClientTestObject.find()
Finds the object in the software under test and returns a reference to it. |
TestObject |
TestObject.find()
Finds the object in the software under test and returns a reference to it. |
TestObject[] |
RootTestObject.find(Subitem properties)
Finds all candidates that match given search criteria. |
TestObject[] |
TestObject.find(Subitem properties)
Finds all candidates that match given search criteria starting at this TestObject . |
TestObject[] |
RootTestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match the given search criteria. |
TestObject[] |
ClientTestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria starting at this TestObject . |
TestObject[] |
TestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria starting at this TestObject . |
TestObject[] |
TestObject.getChildren()
Returns an array of references to the object's children. |
TestObject[] |
CrossDomainContainer.getChildren()
For internal use. |
TestObject[] |
GefEditPartTestObject.getConnectors()
Provide access to the Connectors. |
protected TestObject |
TestObject.getDescribedObject(CrossDomainContainer describedTestObject)
Used to bind a described object returned by proxy into the corresponding bound TestObject |
protected TestObject[] |
TestObject.getDescribedObjects(TestObject[] testObject)
Given an array of TestObjects, find any described objects and turn them into bound test objects. |
TestObject[] |
TestObject.getMappableChildren()
Returns an array of references to the object's mappable children. |
TestObject |
TestObject.getMappableParent()
Returns a reference to the parent object that appears in the object map. |
TestObject[] |
TestObject.getOwnedObjects()
Returns an array of references to the objects owned by this object. |
TestObject |
TestObject.getOwner()
Returns a reference to the owner object. |
TestObject |
TestObject.getParent()
Returns a reference to the parent object. |
TestObject |
TestObject.getTopMappableParent()
Returns a reference to the topmost mappable parent for an object. |
TestObject[] |
DomainTestObject.getTopObjects()
Returns an array of references to the top objects in the domain. |
TestObject |
TestObject.getTopParent()
Returns a reference to the topmost parent for an object. |
Methods in com.rational.test.ft.object.interfaces with parameters of type TestObject | |
---|---|
protected TestObject[] |
TestObject.getDescribedObjects(TestObject[] testObject)
Given an array of TestObjects, find any described objects and turn them into bound test objects. |
boolean |
TestObject.isSameObject(TestObject other)
Returns true if the supplied TestObject represents the same
underlying object in the software under test. |
Constructors in com.rational.test.ft.object.interfaces with parameters of type TestObject | |
---|---|
BrowserTabTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
BrowserTabTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
BrowserTabTestObject(TestObject obj)
Constructs one TestObject from another. |
|
BrowserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
BrowserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
BrowserTestObject(TestObject obj)
Constructs one TestObject from another. |
|
ClientTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
ClientTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
ClientTestObject(TestObject obj)
|
|
ColorDialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ColorDialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ColorDialogTestObject(TestObject obj)
For internal use. |
|
CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
CrossDomainContainer(TestObject obj)
For internal use. |
|
DialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
DialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
DialogTestObject(TestObject obj)
For internal use. |
|
DocumentTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
DocumentTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
DocumentTestObject(TestObject obj)
For internal use. |
|
EclipseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
EclipseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
EclipseTestObject(TestObject obj)
Constructs one EclipseTestObject from another TestObject . |
|
EmbeddedBrowserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
EmbeddedBrowserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
EmbeddedBrowserTestObject(TestObject obj)
Constructs one TestObject from another. |
|
FileDialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
FileDialogTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
FrameSubitemTestObject(TestObject obj)
Construct one FrameTestObject from another TestObject. |
|
FrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
FrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
FrameTestObject(TestObject obj)
Construct one FrameTestObject from a TestObject . |
|
FTETopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FTETopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FTETopLevelTestObject(TestObject obj)
|
|
GefEditPartTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
GefEditPartTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
GefEditPartTestObject(TestObject obj)
Constructs one GefEditPartTestObject from another GefEditPartTestObject . |
|
GuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
GuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
GuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
GuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
GuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
GuiTestObject(TestObject obj)
Constructs one GuiTestObject from another TestObject . |
|
InternalFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
InternalFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
InternalFrameTestObject(TestObject obj)
Construct one InternalFrameTestObject from another TestObject . |
|
MessageBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
MessageBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
MessageBoxTestObject(TestObject obj)
For internal use. |
|
PaletteGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
PaletteGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
PaletteGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ScrollGuiSubitemTestObject(TestObject obj)
For internal use. |
|
ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ScrollTestObject(TestObject obj)
Constructs one ScrollTestObject from another TestObject . |
|
SelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SelectGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SelectScrollGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
ShellTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ShellTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ShellTestObject(TestObject obj)
Constructs one ShellTestObject from another TestObject . |
|
StatelessGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
StatelessGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
StatelessGuiSubitemTestObject(TestObject obj)
Constructs one StatelessGuiSubitemTestObject from another TestObject . |
|
SubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SubitemTestObject(TestObject obj)
Constructs a SubitemTestObject from a TestObject . |
|
TabitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
TabitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
TabitemTestObject(TestObject obj)
|
|
TestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
Deprecated. use ClientTestObject |
|
TestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
Deprecated. use ClientTestObject |
|
TestObject(TestObject obj)
Deprecated. use ClientTestObject |
|
TextGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TextGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TextGuiSubitemTestObject(TestObject obj)
Constructs one GuiTestObject from another TestObject . |
|
TextGuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TextGuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TextGuiTestObject(TestObject obj)
Constructs one GuiTestObject from another TestObject . |
|
TextScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TextScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TextScrollTestObject(TestObject obj)
Constructs one TextScrollTestObject from another TestObject . |
|
TextSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TextSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TextSelectGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
ToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ToggleGUITestObject(TestObject obj)
Constructs one ToggleGUITestObject from another TestObject . |
|
ToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
ToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
ToggleTestObject(TestObject obj)
Constructs one ToggleTestObject from another TestObject . |
|
TopLevelSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TopLevelSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TopLevelSubitemTestObject(TestObject obj)
Constructs one TopLevelSubitemTestObject from another TestObject . |
|
TopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
TopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
TopLevelTestObject(TestObject obj)
Construct a TopLevelTestObject from a TestObject . |
|
TrackbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
TrackbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
Uses of TestObject in com.rational.test.ft.object.interfaces.flex |
---|
Subclasses of TestObject in com.rational.test.ft.object.interfaces.flex | |
---|---|
class |
FlexAccordionTestObject
An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. |
class |
FlexAdvancedDataGridTestObject
The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties |
class |
FlexApplicationTestObject
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. |
class |
FlexButtonBarTestObject
The ButtonBar control defines a horizontal or vertical group of logically related push buttons with a common look and navigation. |
class |
FlexButtonTestObject
The Button control is a commonly used rectangular button. |
class |
FlexChartSeriesTestObject
The Series class is the base class for the classes that let you specify a data series for a chart control. |
class |
FlexChartTestObject
The base class for the chart controls. |
class |
FlexColorPickerTestObject
The ColorPicker control provides a way for a user to choose a color from a swatch list. |
class |
FlexComboBaseTestObject
The ComboBase class is the base class for controls that display text in a text field and have a button that causes a drop-down list to appear where the user can choose which text to display. |
class |
FlexComboBoxTestObject
The ComboBox control contains a drop-down list from which the user can select a single value. |
class |
FlexContainerTestObject
The Container class is an abstract base class for components that controls the layout characteristics of child components. |
class |
FlexDataGridTestObject
The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties |
class |
FlexDateChooserTestObject
The DateChooser control displays the name of a month, the year, and a grid of the days of the month, with columns labeled for the day of the week. |
class |
FlexDateFieldTestObject
The DateField control is a text field that shows the date with a calendar icon on its right side. |
class |
FlexDividedBoxTestObject
A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable dividers in the gaps between the children. |
class |
FlexLinkBarTestObject
A LinkBar control defines a horizontal or vertical row of LinkButton controls that designate a series of link destinations. |
class |
FlexListBaseTestObject
The ListBase class is the base class for controls that represent lists of items that can have one or more selected and can scroll through the items. |
class |
FlexListLabelTestObject
|
class |
FlexListTestObject
The List control displays a vertical list of items. |
class |
FlexMenuBarTestObject
A MenuBar control defines a horizontal, top-level menu bar that contains one or menu items. |
class |
FlexMenuTestObject
The Menu control creates a pop-up menu of individually selectable choices, similar to the File or Edit menu found in most software applications. |
class |
FlexNavigationBarTestObject
The NavBar control is the superclass for navigator controls, such as the LinkBar and TabBar controls. |
class |
FlexNumericStepperTestObject
The NumericStepper control lets the user select a number from an ordered set. |
class |
FlexObjectTestObject
|
class |
FlexPopUpButtonTestObject
The PopUpButton control adds a flexible pop-up control interface to a Button control. |
class |
FlexRichTextEditorTestObject
The RichTextEditor control lets users enter and format text. |
class |
FlexScrollBarTestObject
The ScrollBar class is the base class for the HScrollBar and VScrollBar controls. |
class |
FlexScrollBaseTestObject
|
class |
FlexSliderTestObject
The Slider class is the base class for the Flex slider controls. |
class |
FlexTabNavigatorTestObject
The TabNavigator container extends the ViewStack container by including a TabBar container for navigating between its child containers. |
class |
FlexTextAreaTestObject
The TextArea control is a multiline text field with a border and optional scroll bars. |
class |
FlexTitleWindowTestObject
A TitleWindow navigator container contains a title bar, a caption, a border, and a content area for its child. |
class |
FlexTreeTestObject
The Tree control lets a user view hierarchical data arranged as an expandable tree. |
class |
FlexViewStackTestObject
A ViewStack navigator container consists of a collection of child containers stacked on top of each other, where only one child at a time is visible. |
Constructors in com.rational.test.ft.object.interfaces.flex with parameters of type TestObject | |
---|---|
FlexAccordionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexAccordionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexAccordionTestObject(TestObject obj)
|
|
FlexAdvancedDataGridTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexAdvancedDataGridTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexAdvancedDataGridTestObject(TestObject obj)
|
|
FlexApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexApplicationTestObject(TestObject obj)
|
|
FlexButtonBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexButtonBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexButtonBarTestObject(TestObject obj)
|
|
FlexButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexButtonTestObject(TestObject obj)
|
|
FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexChartSeriesTestObject(TestObject obj)
|
|
FlexChartTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexChartTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexChartTestObject(TestObject obj)
|
|
FlexColorPickerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexColorPickerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexColorPickerTestObject(TestObject obj)
|
|
FlexComboBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexComboBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexComboBaseTestObject(TestObject obj)
|
|
FlexComboBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexComboBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexComboBoxTestObject(TestObject obj)
|
|
FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexContainerTestObject(TestObject obj)
|
|
FlexDataGridTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexDataGridTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexDataGridTestObject(TestObject obj)
|
|
FlexDateChooserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexDateChooserTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexDateChooserTestObject(TestObject obj)
|
|
FlexDateFieldTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexDateFieldTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexDateFieldTestObject(TestObject obj)
|
|
FlexDividedBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexDividedBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexDividedBoxTestObject(TestObject obj)
|
|
FlexLinkBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexLinkBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexLinkBarTestObject(TestObject obj)
|
|
FlexListBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexListBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexListBaseTestObject(TestObject obj)
|
|
FlexListLabelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexListLabelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexListLabelTestObject(TestObject obj)
|
|
FlexListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexListTestObject(TestObject obj)
|
|
FlexMenuBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexMenuBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexMenuBarTestObject(TestObject obj)
|
|
FlexMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexMenuTestObject(TestObject obj)
|
|
FlexNavigationBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexNavigationBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexNavigationBarTestObject(TestObject obj)
|
|
FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexNumericStepperTestObject(TestObject obj)
|
|
FlexObjectTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexObjectTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexObjectTestObject(TestObject obj)
|
|
FlexPopUpButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexPopUpButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexPopUpButtonTestObject(TestObject obj)
|
|
FlexRichTextEditorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexRichTextEditorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexRichTextEditorTestObject(TestObject obj)
|
|
FlexScrollBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexScrollBarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexScrollBarTestObject(TestObject obj)
|
|
FlexScrollBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexScrollBaseTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexScrollBaseTestObject(TestObject obj)
|
|
FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexSliderTestObject(TestObject obj)
|
|
FlexTabNavigatorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexTabNavigatorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexTabNavigatorTestObject(TestObject obj)
|
|
FlexTextAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexTextAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexTextAreaTestObject(TestObject obj)
|
|
FlexTitleWindowTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexTitleWindowTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexTitleWindowTestObject(TestObject obj)
|
|
FlexTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexTreeTestObject(TestObject obj)
|
|
FlexViewStackTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
FlexViewStackTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
FlexViewStackTestObject(TestObject obj)
|
Uses of TestObject in com.rational.test.ft.object.interfaces.SAP |
---|
Subclasses of TestObject in com.rational.test.ft.object.interfaces.SAP | |
---|---|
class |
SAPGuiApplicationTestObject
A TestObject representing a SAPGUI Scripting GuiApplication object. |
class |
SAPGuiCalendarTestObject
|
class |
SAPGuiComboBoxTestObject
|
class |
SAPGuiConnectionTestObject
A TestObject representing a SAPGUI Scripting GuiConnection object. |
class |
SAPGuiCtrlGridViewTestObject
Summary for SAPGuiCtrlTextEditTestObject |
class |
SAPGuiCtrlHTMLViewerTestObject
|
class |
SAPGuiCtrlTextEditTestObject
Summary for SAPGuiCtrlTextEditTestObject |
class |
SAPGuiCtrlToolbarTestObject
|
class |
SAPGuiCtrlTreeTestObject
|
class |
SAPGuiCustomControlTestObject
|
class |
SAPGuiMenubarTestObject
Represents a SAP GuiMenubar object. |
class |
SAPGuiMenuTestObject
TestObject representing a single menu item or context menu. |
class |
SAPGuiOfficeIntegrationTestObject
|
class |
SAPGuiPictureTestObject
|
class |
SAPGuiSessionTestObject
A TestObject representing a SAPGUI Scripting GuiSession object.The GuiSession provides the context in which a user performs a certain task such as working with a transaction. |
class |
SAPGuiStatusbarTestObject
|
class |
SAPGuiTableControlTestObject
|
class |
SAPGuiTabStripTestObject
|
class |
SAPGuiTabTestObject
|
class |
SAPGuiTextTestObject
|
class |
SAPGuiToggleTestObject
|
class |
SAPGuiToolbarTestObject
|
class |
SAPGuiUserAreaTestObject
|
class |
SAPTopLevelTestObject
a top level object (GuiModalWindow or GuiMainWindow) in the SAPGUI Scripting framework. |
Methods in com.rational.test.ft.object.interfaces.SAP that return TestObject | |
---|---|
TestObject[] |
SAPGuiUserAreaTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiToolbarTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiToggleTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiTextTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiTabTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiTabStripTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiTableControlTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiStatusbarTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiPictureTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCustomControlTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCtrlTreeTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCtrlToolbarTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCtrlTextEditTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCtrlHTMLViewerTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCtrlGridViewTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiComboBoxTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiCalendarTestObject.dumpState(java.lang.String innerObject)
Dumps the state of the object. |
TestObject[] |
SAPGuiUserAreaTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiToolbarTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiTabTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiTabStripTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiTableControlTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiPictureTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCtrlTreeTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCtrlToolbarTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCtrlTextEditTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCtrlHTMLViewerTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCtrlGridViewTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiCalendarTestObject.findAllByName(java.lang.String name,
java.lang.String type)
The methods findByName and findByNameEx return only the first object with matching name and type. |
TestObject[] |
SAPGuiUserAreaTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiToolbarTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiTabTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiTabStripTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiTableControlTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiPictureTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCtrlTreeTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCtrlToolbarTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCtrlTextEditTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCtrlHTMLViewerTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCtrlGridViewTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject[] |
SAPGuiCalendarTestObject.findAllByNameEx(java.lang.String name,
long type)
Better performance than FindAllByName |
TestObject |
SAPGuiSessionTestObject.findById(java.lang.String id)
Locates a descendant object in the SAPGUI Scripting hierarchy with the matching id. |
TestObject |
SAPGuiConnectionTestObject.findById(java.lang.String id)
Locates a descendant object in the SAPGUI Scripting hierarchy with the matching id. |
TestObject |
SAPGuiApplicationTestObject.findById(java.lang.String id)
Locates a descendant object in the SAPGUI Scripting hierarchy with the matching id. |
TestObject |
SAPGuiUserAreaTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiToolbarTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiTabTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiTabStripTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiTableControlTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiPictureTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCtrlTreeTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCtrlToolbarTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCtrlTextEditTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCtrlHTMLViewerTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCtrlGridViewTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiCalendarTestObject.findById(java.lang.String id,
boolean raiseEx)
Search through the object's descendants for a given id. |
TestObject |
SAPGuiUserAreaTestObject.findByLabel(java.lang.String text,
java.lang.String type)
Find an object based on it's text label. |
TestObject |
SAPGuiUserAreaTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiToolbarTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiTabTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiTabStripTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiTableControlTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiPictureTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiCtrlTreeTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiCtrlToolbarTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiCtrlTextEditTestObject.findByName(java.lang.String name,
java.lang.String type)
|
TestObject |
SAPGuiCtrlHTMLViewerTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiCtrlGridViewTestObject.findByName(java.lang.String name,
java.lang.String type)
|
TestObject |
SAPGuiCalendarTestObject.findByName(java.lang.String name,
java.lang.String type)
Unlike findById, this function does not guarantee a unique result. |
TestObject |
SAPGuiUserAreaTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiToolbarTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiTabTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiTabStripTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiTableControlTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiPictureTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCtrlTreeTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCtrlToolbarTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCtrlTextEditTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCtrlHTMLViewerTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCtrlGridViewTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiCalendarTestObject.findByNameEx(java.lang.String name,
long type)
Better performance than FindByName |
TestObject |
SAPGuiSessionTestObject.findByPosition(int x,
int y)
Finds a descendant SAPGUI Scripting element at the given position |
TestObject |
SAPGuiTableControlTestObject.getAbsoluteRow(int index)
Unlike the rows collection, the indexing supported by this function does not reset the index after scrolling, but counts the rows starting with the first row with respect to the first scroll position. |
Constructors in com.rational.test.ft.object.interfaces.SAP with parameters of type TestObject | |
---|---|
SAPGuiApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiApplicationTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCalendarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiComboBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiComboBoxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiComboBoxTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiConnectionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiConnectionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiConnectionTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCtrlGridViewTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCtrlGridViewTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCtrlGridViewTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCtrlHTMLViewerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCtrlHTMLViewerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCtrlHTMLViewerTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCtrlTextEditTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCtrlTextEditTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCtrlTextEditTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCtrlToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCtrlToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCtrlToolbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCtrlTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCtrlTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCtrlTreeTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiCustomControlTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiCustomControlTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiCustomControlTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiMenubarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiMenubarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiMenubarTestObject(TestObject obj)
Creates one TestObject from another. |
|
SAPGuiMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiMenuTestObject(TestObject obj)
Creates one TestObject from another. |
|
SAPGuiOfficeIntegrationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
SAPGuiOfficeIntegrationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
SAPGuiOfficeIntegrationTestObject(TestObject obj)
|
|
SAPGuiPictureTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiPictureTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiPictureTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiSessionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiSessionTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiSessionTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiStatusbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiStatusbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiStatusbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiTableControlTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiTableControlTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiTableControlTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiTabStripTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiTabStripTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiTabStripTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiTabTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiTabTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiTabTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiTextTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiToggleTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiToolbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPGuiUserAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPGuiUserAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPGuiUserAreaTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SAPTopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SAPTopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SAPTopLevelTestObject(TestObject obj)
Constructs one TestObject from another. |
Uses of TestObject in com.rational.test.ft.object.interfaces.siebel |
---|
Subclasses of TestObject in com.rational.test.ft.object.interfaces.siebel | |
---|---|
class |
SiebAlphaTabsTestObject
Provides script access to the SiebButton.TestObject class. |
class |
SiebAppletTestObject
Provides script access to the SiebApplet.TestObject class. |
class |
SiebApplicationTestObject
Provides script access to the SiebApplication.TestObject class. |
class |
SiebButtonTestObject
Provides script access to the SiebButton.TestObject class. |
class |
SiebCalculatorTestObject
Provides script access to the SiebCalculator.TestObject class. |
class |
SiebCalendarTestObject
Provides script access to the SiebCalendar.TestObject class. |
class |
SiebCheckboxTestObject
Provides script access to the SiebCheckbox.TestObject class. |
class |
SiebCommunicationsToolbarTestObject
Provides script access to the SiebCommunicationsToolbar.TestObject class. |
class |
SiebCurrencyTestObject
Provides script access to the SiebCurrency.TestObject class. |
class |
SiebInkDataTestObject
Provides script access to the SiebButton.TestObject class. |
class |
SiebListTestObject
Provides script access to the SiebList.TestObject class. |
class |
SiebMenuTestObject
Provides script access to the SiebMenu.TestObject class. |
class |
SiebPageTabsTestObject
Provides script access to the SiebPageTabs.TestObject class. |
class |
SiebPDQTestObject
Provides script access to the SiebPDQ.TestObject class. |
class |
SiebPicklistTestObject
Provides script access to the SiebPicklist.TestObject class. |
class |
SiebRichTextTestObject
Provides script access to SiebRichText.TestObject class. |
class |
SiebScreenTestObject
Provides script access to SiebScreen.TestObject class. |
class |
SiebScreenViewsTestObject
Provides script access to SiebScreenViews.TestObject class. |
class |
SiebTaskAssistantTestObject
Provides script access to SiebTaskAssistant.TestObject class. |
class |
SiebTaskLinkTestObject
Provides script access to the SiebButton.TestObject class. |
class |
SiebTaskStepTestObject
Provides script access to the SiebButton.TestObject class. |
class |
SiebTaskTestObject
Provides script access to SiebScreen.TestObject class. |
class |
SiebTaskUIPaneTestObject
Provides script access to SiebTaskAssistant.TestObject class. |
class |
SiebTestObject
Provides script access to Siebel objects. |
class |
SiebTextAreaTestObject
Provides script access to the SiebTextArea.TestObject class. |
class |
SiebTextTestObject
Provides script access to the SiebText.TestObject class. |
class |
SiebThreadbarTestObject
Provides script access to the SiebThreadbar.TestObject class. |
class |
SiebToolbarTestObject
Provides script access to the SiebToolbar.TestObject class. |
class |
SiebTreeTestObject
Provides script access to the SiebTree.TestObject class. |
class |
SiebViewAppletsTestObject
Provides script access to the SiebViewApplets.TestObject class. |
class |
SiebViewTestObject
Provides script access to the SiebView.TestObject class. |
Methods in com.rational.test.ft.object.interfaces.siebel that return TestObject | |
---|---|
TestObject |
SiebTestObject.getChildOfName(java.lang.String repositoryName)
Gets a child object when given the Siebel repository name. |
protected static TestObject |
SiebTestObject.getChildOfName(TestObject parent,
java.lang.String repositoryName)
|
TestObject |
SiebTestObject.getChildOfNameAndType(java.lang.String repositoryName,
java.lang.String typeName)
Gets a child object when given the Siebel repository name and classname. |
protected static TestObject |
SiebTestObject.getChildOfNameAndType(TestObject parent,
java.lang.String repositoryName,
java.lang.String typeName)
|
TestObject |
SiebTestObject.getChildOfUIName(java.lang.String UIName)
Gets the child object when given the Siebel UIName
of the object. |
protected static TestObject |
SiebTestObject.getChildOfUIName(TestObject parent,
java.lang.String UIName)
|
TestObject |
SiebTestObject.getChildOfUINameAndType(java.lang.String UIName,
java.lang.String typeName)
Gets a child object when given the Siebel UI name and classname. |
protected static TestObject |
SiebTestObject.getChildOfUINameAndType(TestObject parent,
java.lang.String UIName,
java.lang.String typeName)
|
TestObject[] |
SiebTestObject.getChildren()
Gets the immediate Siebel children of the Siebel object. |
protected static TestObject[] |
SiebTestObject.getChildren(TestObject parent)
|
TestObject[] |
SiebTestObject.getChildrenOfType(java.lang.String typeName)
Gets the Siebel children when given the Siebel classname. |
protected static TestObject[] |
SiebTestObject.getChildrenOfType(TestObject parent,
java.lang.String typeName)
|
TestObject[] |
SiebTestObject.getDescendantsOfName(java.lang.String repositoryName)
Gets every Siebel descendant when given the parent and the Siebel repository name. |
protected static TestObject[] |
SiebTestObject.getDescendantsOfName(TestObject parent,
java.lang.String repositoryName)
|
TestObject[] |
SiebTestObject.getDescendantsOfNameAndType(java.lang.String repositoryName,
java.lang.String typeName)
Gets every Siebel descendant when given the Siebel repository name and classname. |
protected static TestObject[] |
SiebTestObject.getDescendantsOfNameAndType(TestObject parent,
java.lang.String repositoryName,
java.lang.String typeName)
|
TestObject[] |
SiebTestObject.getDescendantsOfType(java.lang.String typeName)
Gets every Siebel descendant when given the Siebel classname. |
protected static TestObject[] |
SiebTestObject.getDescendantsOfType(TestObject parent,
java.lang.String typeName)
|
TestObject[] |
SiebTestObject.getDescendantsOfUIName(java.lang.String UIName)
Gets every Siebel descendant when given the parent and the Siebel UI name. |
protected static TestObject[] |
SiebTestObject.getDescendantsOfUIName(TestObject parent,
java.lang.String UIName)
|
TestObject[] |
SiebTestObject.getDescendantsOfUINameAndType(java.lang.String UIName,
java.lang.String typeName)
Gets every Siebel descendant when given the Siebel UI name (the display name in the user interface) and classname. |
protected static TestObject[] |
SiebTestObject.getDescendantsOfUINameAndType(TestObject parent,
java.lang.String UIName,
java.lang.String typeName)
|
Methods in com.rational.test.ft.object.interfaces.siebel with parameters of type TestObject | |
---|---|
static SiebViewTestObjectDictionary |
SiebViewTestObjectDictionary.createDictionary(TestObject[] tos)
|
static SiebToolbarTestObjectDictionary |
SiebToolbarTestObjectDictionary.createDictionary(TestObject[] tos)
|
static SiebTestObjectDictionary |
SiebTestObjectDictionary.createDictionary(TestObject[] tos)
|
static SiebScreenTestObjectDictionary |
SiebScreenTestObjectDictionary.createDictionary(TestObject[] tos)
|
static SiebMenuTestObjectDictionary |
SiebMenuTestObjectDictionary.createDictionary(TestObject[] tos)
|
static SiebAppletTestObjectDictionary |
SiebAppletTestObjectDictionary.createDictionary(TestObject[] tos)
Creates the collection of Siebel Applets. |
protected static TestObject |
SiebTestObject.getChildOfName(TestObject parent,
java.lang.String repositoryName)
|
protected static TestObject |
SiebTestObject.getChildOfNameAndType(TestObject parent,
java.lang.String repositoryName,
java.lang.String typeName)
|
protected static TestObject |
SiebTestObject.getChildOfUIName(TestObject parent,
java.lang.String UIName)
|
protected static TestObject |
SiebTestObject.getChildOfUINameAndType(TestObject parent,
java.lang.String UIName,
java.lang.String typeName)
|
protected static TestObject[] |
SiebTestObject.getChildren(TestObject parent)
|
protected static TestObject[] |
SiebTestObject.getChildrenOfType(TestObject parent,
java.lang.String typeName)
|
protected static TestObject[] |
SiebTestObject.getDescendantsOfName(TestObject parent,
java.lang.String repositoryName)
|
protected static TestObject[] |
SiebTestObject.getDescendantsOfNameAndType(TestObject parent,
java.lang.String repositoryName,
java.lang.String typeName)
|
protected static TestObject[] |
SiebTestObject.getDescendantsOfType(TestObject parent,
java.lang.String typeName)
|
protected static TestObject[] |
SiebTestObject.getDescendantsOfUIName(TestObject parent,
java.lang.String UIName)
|
protected static TestObject[] |
SiebTestObject.getDescendantsOfUINameAndType(TestObject parent,
java.lang.String UIName,
java.lang.String typeName)
|
Constructors in com.rational.test.ft.object.interfaces.siebel with parameters of type TestObject | |
---|---|
SiebAlphaTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebAlphaTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebAlphaTabsTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebAppletTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebAppletTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebAppletTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebApplicationTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebApplicationTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebButtonTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebButtonTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebCalculatorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebCalculatorTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebCalculatorTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebCalendarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebCheckboxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebCheckboxTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebCheckboxTestObject(TestObject obj)
Constructs one TestObject |
|
SiebCommunicationsToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebCommunicationsToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebCommunicationsToolbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebCurrencyTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebCurrencyTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebCurrencyTestObject(TestObject obj)
Constructs one TestObject |
|
SiebInkDataTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebInkDataTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebInkDataTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebListTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebMenuTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebMenuTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebPageTabsTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebPDQTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebPDQTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebPDQTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebPicklistTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebPicklistTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebPicklistTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebRichTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebRichTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebRichTextTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebScreenTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebScreenTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebScreenTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebScreenViewsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebScreenViewsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebScreenViewsTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTaskAssistantTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTaskAssistantTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTaskAssistantTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTaskLinkTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTaskLinkTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTaskLinkTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTaskStepTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTaskStepTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTaskStepTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTaskTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTaskTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTaskTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTaskUIPaneTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTaskUIPaneTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTaskUIPaneTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTextAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTextAreaTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTextAreaTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTextTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTextTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebThreadbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebThreadbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebThreadbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebToolbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebToolbarTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTreeTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebViewAppletsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebViewAppletsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebViewAppletsTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebViewTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebViewTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebViewTestObject(TestObject obj)
Constructs one TestObject from another. |
Uses of TestObject in com.rational.test.ft.object.interfaces.WPF |
---|
Subclasses of TestObject in com.rational.test.ft.object.interfaces.WPF | |
---|---|
class |
WpfFrameSubitemTestObject
Provides subitem methods for WPF frame controls. |
class |
WpfFrameTestObject
Represents WPF frame objects in the system under test. |
class |
WpfGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
WpfGuiTestObject
The WPF core class for modeling GUI components. |
class |
WpfSelectGuiSubitemTestObject
|
class |
WpfStatelessGuiSubitemTestObject
|
class |
WpfTextGuiSubitemTestObject
|
class |
WpfTextSelectGuiSubitemTestObject
|
class |
WpfToggleGUITestObject
|
class |
WpfToggleTestObject
Serves as the base TestObject implementation of the IToggle interface. |
class |
WpfTopLevelSubitemTestObject
|
class |
WpfTopLevelTestObject
|
class |
WpfTrackbarTestObject
|
class |
WpfVisualTestObject
|
Methods in com.rational.test.ft.object.interfaces.WPF that return TestObject | |
---|---|
TestObject[] |
WpfVisualTestObject.GetLogicalChildren()
Returns a list of Logical children of this TestObject |
TestObject |
WpfVisualTestObject.GetLogicalParent()
Returns the logical parent of this TestObject. |
TestObject[] |
WpfVisualTestObject.GetVisualChildren()
Returns a list of Visual children of this TestObject |
TestObject |
WpfVisualTestObject.GetVisualParent()
Returns the visual parent of this TestObject. |
Constructors in com.rational.test.ft.object.interfaces.WPF with parameters of type TestObject | |
---|---|
WpfFrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use |
|
WpfFrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use |
|
WpfFrameSubitemTestObject(TestObject obj)
For internal use |
|
WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfFrameTestObject(TestObject obj)
For internal use. |
|
WpfGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfGuiSubitemTestObject(TestObject obj)
For internal use. |
|
WpfGuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfGuiTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfGuiTestObject(TestObject obj)
For internal use. |
|
WpfSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfSelectGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
WpfStatelessGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
WpfStatelessGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
WpfStatelessGuiSubitemTestObject(TestObject obj)
|
|
WpfTextGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfTextGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfTextGuiSubitemTestObject(TestObject obj)
Constructs one GuiTestObject from another TestObject . |
|
WpfTextSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfTextSelectGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfTextSelectGuiSubitemTestObject(TestObject obj)
Constructs one GuiSubitemTestObject from another TestObject . |
|
WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfToggleGUITestObject(TestObject obj)
Constructs one WpfToggleGUITestObject from another TestObject . |
|
WpfToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfToggleTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfToggleTestObject(TestObject obj)
Constructs one WpfToggleTestObject from another TestObject . |
|
WpfTopLevelSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfTopLevelSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfTopLevelSubitemTestObject(TestObject obj)
For internal use. |
|
WpfTopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfTopLevelTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfTopLevelTestObject(TestObject obj)
For internal use. |
|
WpfTrackbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfTrackbarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
WpfVisualTestObject(TestObject obj)
For internal use. |
Uses of TestObject in com.rational.test.ft.script |
---|
Fields in com.rational.test.ft.script declared as TestObject | |
---|---|
static TestObject |
RationalTestScript.ANY
Acts as the default anchor object for script commands that use specific ScriptCommandFlags with an explicit anchor value. |
Methods in com.rational.test.ft.script that return TestObject | |
---|---|
static TestObject[] |
RationalTestScript.find(Subitem properties)
Finds all candidates that match given search criteria. |
static TestObject[] |
RationalTestScript.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria. |
static TestObject[] |
RationalTestScript.getRegisteredTestObjects()
Returns all registered TestObjects for this client. |
TestObject |
ITestObjectMethodState.getTestObject()
Returns the TestObject whose method is being invoked. |
Methods in com.rational.test.ft.script with parameters of type TestObject | |
---|---|
void |
RationalTestScript.onAmbiguousRecognition(ITestObjectMethodState testObjectMethodState,
TestObject[] choices,
int[] scores)
Called by the ObjectManager if the ObjectManager is looking for
a TestObject to invoke a method on and it finds more than one object
that matches the description of the MappedTestObject in the
TestObject . |
void |
IObjectManagerEventListener.onAmbiguousRecognition(ITestObjectMethodState testObjectMethodState,
TestObject[] choices,
int[] scores)
Called by the object manager when more than one object matching the specified pattern is found. |
void |
RationalTestScript.onRecognitionWarning(ITestObjectMethodState testObjectMethodState,
TestObject foundObject,
int score)
Called by the ObjectManager when an object is found and the
recognition score is above the warning threshold (rt.recognition_threshold_warning ). |
void |
IObjectManagerEventListener.onRecognitionWarning(ITestObjectMethodState testObjectMethodState,
TestObject foundObject,
int score)
Called by the object manager when an object is found but the recognition score is above the warning threshold (rt.recognition_threshold_warning) . |
void |
RationalTestScript.onSubitemNotFound(ITestObjectMethodState testObjectMethodState,
TestObject foundObject,
java.lang.String subitemDescription)
Called by the ObjectManager when a subitem cannot be
found. |
void |
IObjectManagerEventListener.onSubitemNotFound(ITestObjectMethodState testObjectMethodState,
TestObject foundObject,
java.lang.String subitemDescription)
Called by the object manager when a subitem cannot be found. |
void |
RationalTestScript.onTestObjectMethodException(ITestObjectMethodState testObjectMethodState,
TestObject testObject)
Called by the ObjectManager when it is invoking
a method on a TestObject and an exception is thrown from the method. |
void |
IObjectManagerEventListener.onTestObjectMethodException(ITestObjectMethodState testObjectMethodState,
TestObject foundObject)
Called by the object manager when a script command throws an exception. |
void |
ITestObjectMethodState.setFoundTestObject(TestObject foundObject)
Sets the TestObject to be used when invoking the method. |
protected IFtVerificationPoint |
RationalTestScript.vp(java.lang.String vpName,
TestObject anchor)
Constructs a static verification point object. |
protected IFtVerificationPoint |
RationalTestScript.vpDynamic(java.lang.String vpName,
TestObject objectUnderTest)
Constructs a dynamic verification point object. |
Uses of TestObject in com.rational.test.ft.vp |
---|
Methods in com.rational.test.ft.vp with parameters of type TestObject | |
---|---|
ITestObjectDescriptor[] |
IFtVerificationPointImage.find(IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification point. |
ITestObjectDescriptor[] |
IFtVerificationPointData.find(IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification point. |
IFtVerificationPointData |
IFtVerificationPointData.getCurrentData(IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData . |
ITestData |
IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Returns the active ITestData object for
this verification point. |
IFtVerificationPointImage |
IFtVerificationPointImage.getCurrentImage(IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData . |
ITestData |
IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
com.rational.test.ft.object.map.ObjectMap objectMap,
TestObject anchor)
Returns the active ITestData object for
this verification point. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |