|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.ComponentFunction
org.safs.ios.CFWindow
public class CFWindow
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_PINCHCLOSE
"PINCHCLOSE" |
static java.lang.String |
COMMAND_PINCHOPEN
"PINCHOPEN" |
static java.lang.String |
JSCRIPTS_PINCH_SCRIPT
"pinch.js" implementation for supported Flick commands in JSCRIPTS_GENERICOBECT_SUBDIR. |
static java.lang.String |
JSCRIPTS_WINDOW_SUBDIR
"Window/" Subdir off of Utilities.ROOT_JSCRIPTS_DIR containing Window keyword implementation scripts. |
protected java.lang.String |
windowGUIID
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFWindow()
|
|
| Method Summary | |
|---|---|
protected void |
doPinch()
process the PinchOpen, PinchClose commands... |
void |
process()
TestRecordData should already have most fields including the object recognition strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JSCRIPTS_WINDOW_SUBDIR
public static final java.lang.String JSCRIPTS_PINCH_SCRIPT
public static final java.lang.String COMMAND_PINCHOPEN
public static final java.lang.String COMMAND_PINCHCLOSE
protected java.lang.String windowGUIID
| Constructor Detail |
|---|
public CFWindow()
| Method Detail |
|---|
public void process()
process in class Processor
protected void doPinch()
throws SAFSObjectRecognitionException,
InstrumentsScriptExecutionException,
SAFSObjectNotFoundException
var origin={x:value, y:value, width:value, height:value};
var target={width:value, height:value};
var seconds=N; (in seconds)
If no seconds is specified than the default of 1 second will be used.
SAFSObjectRecognitionException
InstrumentsScriptExecutionException
SAFSObjectNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||