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

Project Version 2.0

Uses of Class
com.rational.test.ft.script.State

Packages that use State
com.rational.test.ft.object.interfaces The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
com.rational.test.ft.vp The package com.rational.test.ft.vp provides verification point services to test scripts. 
 

Uses of State in com.rational.test.ft.object.interfaces
 

Methods in com.rational.test.ft.object.interfaces that return State
 State ToggleTestObject.getState()
          Returns the state of the associated object.
 State IToggle.getState()
          Returns the state of the associated object.
 

Methods in com.rational.test.ft.object.interfaces with parameters of type State
 void ToggleTestObject.setState(State state)
          Sets the state of the associated object.
 void ToggleGUITestObject.clickToState(State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void ToggleGUITestObject.clickToState(MouseModifiers modifiers, State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void ToggleGUITestObject.dragToState(State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void ToggleGUITestObject.dragToState(MouseModifiers modifiers, State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void IToggle.setState(State state)
          Sets the state of the associated object to the specified state.
 void IToggleGUI.clickToState(State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void IToggleGUI.clickToState(MouseModifiers modifiers, State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void IToggleGUI.dragToState(State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 void IToggleGUI.dragToState(MouseModifiers modifiers, State state)
          Performs the necessary mouse actions to attain the desired state for the associated component.
 

Uses of State in com.rational.test.ft.script
 

Fields in com.rational.test.ft.script declared as State
static State RationalTestScriptConstants.NOT_SELECTED
          Shortcut for a NOT_SELECTED state specification.
static State RationalTestScriptConstants.SELECTED
          Shortcut for a SELECTED state specification.
static State RationalTestScriptConstants.INDETERMINATE
          Shortcut for an INDETERMINATE state specification.
 

Methods in com.rational.test.ft.script that return State
static State State.notSelected()
          Creates a NOT_SELECTED state object.
static State State.selected()
          Creates a SELECTED state object.
static State State.indeterminate()
          Creates an INDETERMINATE state object.
static State State.construct(int state)
          Serializes a State object; should not be used directly.
 

Uses of State in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return State
 State ITestDataTreeAttributes.getCheckState()
          Returns the checked State associated with this VP.
 

Methods in com.rational.test.ft.vp with parameters of type State
 void ITestDataTreeAttributes.setCheckState(State state)
          Sets the checked State associated with this VP.