IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.object.interfaces.flex.FlexContainerTestObject

Packages that use FlexContainerTestObject
com.rational.test.ft.object.interfaces.flex   
 

Uses of FlexContainerTestObject in com.rational.test.ft.object.interfaces.flex
 

Subclasses of FlexContainerTestObject 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 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 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 FlexNavigationBarTestObject
          The NavBar control is the superclass for navigator controls, such as the LinkBar and TabBar controls.
 class FlexRichTextEditorTestObject
          The RichTextEditor control lets users enter and format text.
 class FlexTabNavigatorTestObject
          The TabNavigator container extends the ViewStack container by including a TabBar container for navigating between its child containers.
 class FlexTitleWindowTestObject
          A TitleWindow navigator container contains a title bar, a caption, a border, and a content area for its child.
 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.