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.script.Action

Packages that use Action
com.rational.test.ft   
com.rational.test.ft.object.interfaces   
com.rational.test.ft.object.interfaces.WPF   
com.rational.test.ft.script   
 

Uses of Action in com.rational.test.ft
 

Constructors in com.rational.test.ft with parameters of type Action
UnsupportedActionException(Action action)
           
 

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

Methods in com.rational.test.ft.object.interfaces with parameters of type Action
 void SubitemTestObject.setState(Action action)
          Modifies the state of a subitem.
 void GuiSubitemTestObject.setState(Action action)
          Modifies the state of a subitem.
 void ISubitem.setState(Action action)
          Performs a specific action.
 void SubitemTestObject.setState(Action action, Subitem item)
          Modifies the state of the subitem at a specified index.
 void GuiSubitemTestObject.setState(Action action, Subitem item)
          Modifies the state of the subitem at a specified index.
 void ISubitem.setState(Action action, Subitem item)
          Performs a specific action against the subitem at a specified index.
 void SubitemTestObject.setState(Action action, Subitem start, Subitem end)
          Modifies the state of a range of subitem.
 void GuiSubitemTestObject.setState(Action action, Subitem start, Subitem end)
          Modifies the state of a range of subitems.
 void ISubitem.setState(Action action, Subitem start, Subitem end)
          Performs a specific action against the subitem range defined by the specified subitems.
 

Uses of Action in com.rational.test.ft.object.interfaces.WPF
 

Methods in com.rational.test.ft.object.interfaces.WPF with parameters of type Action
 void WpfGuiSubitemTestObject.setState(Action action)
          Modifies the state of a subitem.
 void WpfGuiSubitemTestObject.setState(Action action, Subitem item)
          Modifies the state of a subitem.
 void WpfGuiSubitemTestObject.setState(Action action, Subitem start, Subitem end)
          Modifies the state of a range of subitems.
 

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

Fields in com.rational.test.ft.script declared as Action
static Action RationalTestScriptConstants.CHECK
          Shortcut for a CHECK action specification.
static Action RationalTestScriptConstants.COLLAPSE
          Shortcut for a COLLAPSE action specification.
static Action RationalTestScriptConstants.COLLAPSE_AND_EXTEND_SELECT
          Shortcut for a COLLAPSE_AND_EXTEND_SELECT action specification.
static Action RationalTestScriptConstants.COLLAPSE_AND_SELECT
          Shortcut for a COLLAPSE_AND_SELECT action specification.
static Action RationalTestScriptConstants.DESELECT
          Shortcut for a DESELECT action specification.
static Action RationalTestScriptConstants.DESELECT_ALL
          Shortcut for a DESELECT_ALL action specification.
static Action RationalTestScriptConstants.EXPAND
          Shortcut for an EXPAND action specification.
static Action RationalTestScriptConstants.EXPAND_AND_EXTEND_SELECT
          Shortcut for an EXPAND_AND_EXTEND_SELECT action specification.
static Action RationalTestScriptConstants.EXPAND_AND_SELECT
          Shortcut for an EXPAND_AND_SELECT action specification.
static Action RationalTestScriptConstants.EXTEND_SELECT
          Shortcut for an EXTEND_SELECT action specification.
static Action RationalTestScriptConstants.SCROLL_LINEDOWN
          Shortcut for a SCROLL_LINEDOWN action specification.
static Action RationalTestScriptConstants.SCROLL_LINELEFT
          Shortcut for a SCROLL_LINELEFT action specification.
static Action RationalTestScriptConstants.SCROLL_LINERIGHT
          Shortcut for a SCROLL_LINERIGHT action specification.
static Action RationalTestScriptConstants.SCROLL_LINEUP
          Shortcut for a SCROLL_LINEUP action specification.
static Action RationalTestScriptConstants.SCROLL_PAGEDOWN
          Shortcut for a SCROLL_PAGEDOWN action specification.
static Action RationalTestScriptConstants.SCROLL_PAGELEFT
          Shortcut for a SCROLL_PAGELEFT action specification.
static Action RationalTestScriptConstants.SCROLL_PAGERIGHT
          Shortcut for a SCROLL_PAGERIGHT action specification.
static Action RationalTestScriptConstants.SCROLL_PAGEUP
          Shortcut for a SCROLL_PAGEUP action specification.
static Action RationalTestScriptConstants.SELECT
          Shortcut for a SELECT action specification.
static Action RationalTestScriptConstants.SINGLE_SELECT
          Shortcut for a SELECT action specification.
static Action RationalTestScriptConstants.UNCHECK
          Shortcut for an UNCHECK action specification.
static Action RationalTestScriptConstants.UNDETERMINED
          Shortcut for an UNDETERMINED action specification.
 

Methods in com.rational.test.ft.script that return Action
static Action Action.check()
          Creates a CHECK action object.
static Action Action.collapse()
          Creates a COLLAPSE action object.
static Action Action.collapseAndExtendSelect()
          Creates a COLLAPSE_AND_EXTENDSELECT action object.
static Action Action.collapseAndSelect()
          Creates a COLLAPSE_AND_SELECT action object.
static Action Action.construct(int action, int value)
          Serializes an Action object; this method should not be used directly.
static Action Action.deselect()
          Creates a DESELECT action object.
static Action Action.deselectAll()
          Creates a DESELECT_ALL action object.
static Action Action.expand()
          Creates an EXPAND action object.
static Action Action.expandAndExtendSelect()
          Creates an EXPAND_AND_EXTENDSELECT action object.
static Action Action.expandAndSelect()
          Creates an EXPAND_AND_SELECT action object.
static Action Action.extendSelect()
          Creates an EXTEND_SELECT action object.
static Action Action.hScroll(int toPosition)
          Creates an HSCROLL (that is, horizontal scroll) action object.
static Action Action.scrollLineDown()
          Creates a SCROLL_LINEDOWN action object.
static Action Action.scrollLineLeft()
          Creates a SCROLL_LINELEFT action object.
static Action Action.scrollLineRight()
          Creates a SCROLL_LINERIGHT action object.
static Action Action.scrollLineUp()
          Creates a SCROLL_LINEUP action object.
static Action Action.scrollPageDown()
          Creates a SCROLL_PAGEDOWN action object.
static Action Action.scrollPageLeft()
          Creates a SCROLL_PAGELEFT action object.
static Action Action.scrollPageRight()
          Creates a SCROLL_PAGERIGHT action object.
static Action Action.scrollPageUp()
          Creates a SCROLL_PAGEUP action object.
static Action Action.select()
          Creates a SINGLE_SELECT action object.
static Action Action.uncheck()
          Creates an UNCHECK action object.
static Action Action.undetermined()
          Creates an UNDETERMINED action object.
static Action Action.vScroll(int toPosition)
          Creates a VSCROLL (that is, vertical scroll) action object.