Package | Description |
---|---|
org.safs.rational | |
org.safs.rational.ft | |
org.safs.rational.logging |
Modifier and Type | Field and Description |
---|---|
protected Script |
CFTIDComponent.script |
protected Script |
CFComponent.script |
Modifier and Type | Method and Description |
---|---|
Script |
RTestRecordData.getScript() |
Script |
RGuiObjectVector.getScript()
Return the constructor-stored Script object.
|
Script |
RDDGUIUtilities.getScript() |
Modifier and Type | Method and Description |
---|---|
void |
RTestRecordData.setScript(Script script) |
void |
RRobotJHook.setScript(Script script) |
void |
RGuiObjectVector.setScript(Script script)
Required when alternate constructors are used.
|
void |
RDDGUIUtilities.setScript(Script script)
A one-time setting of the Script (RationalTestScript) to be used by this instance.
|
Constructor and Description |
---|
RApplicationMap(java.lang.String mapname,
Script script)
Creates a RApplicationMap handler with the necessary name and RobotJ object.
|
RDDGUIUtilities(STAFHelper helper,
Script script,
LogUtilities log)
Constructor providing the STAFHelper and Script needed by the instance for
proper operation.
|
RDDGUIUtilities(STAFHelper helper,
Script script,
RTestRecordData data,
LogUtilities log)
Constructor providing the STAFHelper, Script, and RTestRecordData needed by the
instance for proper operation.
|
RGuiObjectRecognition(java.lang.String objectInfo,
Script script,
int govLevel)
Standard Constructor
|
RGuiObjectRecognition(java.lang.String objectInfo,
java.lang.String aQualifierSeparator,
int govLevel,
Script script)
Constructor with Alternate Qualifier Separator
|
RGuiObjectVector(java.lang.String window,
java.lang.String child,
java.lang.String pathString,
Script script)
Calls the GuiObjectVector constructor and then initGuiObjectRecognition().
|
RRobotJHook(Script script) |
RRobotJHook(Script script,
RLogUtilities logUtils) |
RTestRecordData(STAFHelper helper,
Script script) |
RTestRecordData(STAFHelper helper,
Script script,
DDGUIUtilities ddgutils) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DynamicEnabler.isTopParentWinFocused(Script script,
int processID)
Try to "find" the TopLevelWindow associated with a processID and return true if it is the topmost window--
the one with keyboard focus.
|
Modifier and Type | Field and Description |
---|---|
(package private) Script |
RLogUtilities.script |
Constructor and Description |
---|
RLogUtilities(STAFHelper helper,
Script script)
RLogUtilities currently accepts a Script object as its parameter
which requires the running script or hook script to extend the
org.safs.rational.Script class in order to be able to log using
RLogUtilities
|
Copyright © SAS Institute. All Rights Reserved.