|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.EngineCommandProcessor
org.safs.rational.REngineCommandProcessor
public class REngineCommandProcessor
REngineCommandProcessor works with RRobotJHook. Instantiated in RRobotJHook.initializeUtilities(). RGuiObjectVector (engine-specific) also is instantiated in RRobotJHook.initializeUtilities(). Engine commands that are not handled in this class, shall be handled by its parent class: EngineCommandProcessor.
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_CLEAR_HIGHLIGHTED_DIALOG
clearHighlightedDialog |
static java.lang.String |
COMMAND_GET_COMPONET_RECTANGLE
getComponentRectangle |
static java.lang.String |
COMMAND_GET_MATCHING_CHILDKEYS_ATPOINT
getMatchingChildKeysAtPoint |
static java.lang.String |
COMMAND_GET_TOP_WINDOW_HANDLE
getTopWindowHandle |
static java.lang.String |
COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT
highlightMatchingChildObject |
static java.lang.String |
COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT_BYKEY
highlightMatchingChildObjectByKey |
| Constructor Summary | |
|---|---|
REngineCommandProcessor()
|
|
| Method Summary | |
|---|---|
static GuiTestObject |
_getChildAtPoint(TestObject anObject,
java.awt.Point pt)
Attempt to locate the child GuiTestObject at a specific point. |
protected java.lang.String |
genIdInformation(TestObject obj,
GuiObjectRecognition gor)
|
protected boolean |
getRecogPropertyWithTopWeight(TestObject obj,
java.lang.StringBuffer rtlkey,
java.lang.StringBuffer rtlvalue)
|
void |
process()
By default executes setRecordProcessed(false) if no chainedProcessor is present. |
protected java.lang.String |
recognitionOfObjectAtPoint(int x,
int y)
|
| Methods inherited from class org.safs.EngineCommandProcessor |
|---|
_getObjectRecognitionAtScreenCoords, convertToDelimitedString, getEngineCommand, getGuiObjectVector, interpretFields, isSupportedRecordType, setGuiObjectVector |
| 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 COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT
public static final java.lang.String COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT_BYKEY
public static final java.lang.String COMMAND_CLEAR_HIGHLIGHTED_DIALOG
public static final java.lang.String COMMAND_GET_MATCHING_CHILDKEYS_ATPOINT
public static final java.lang.String COMMAND_GET_COMPONET_RECTANGLE
public static final java.lang.String COMMAND_GET_TOP_WINDOW_HANDLE
| Constructor Detail |
|---|
public REngineCommandProcessor()
| Method Detail |
|---|
public void process()
EngineCommandProcessorBy default executes setRecordProcessed(false) if no chainedProcessor is present.
process in class EngineCommandProcessor
public static GuiTestObject _getChildAtPoint(TestObject anObject,
java.awt.Point pt)
anObject - -- normally a GuiTestObject or CrossDomainContainer
protected java.lang.String recognitionOfObjectAtPoint(int x,
int y)
recognitionOfObjectAtPoint in class EngineCommandProcessor
protected java.lang.String genIdInformation(TestObject obj,
GuiObjectRecognition gor)
protected boolean getRecogPropertyWithTopWeight(TestObject obj,
java.lang.StringBuffer rtlkey,
java.lang.StringBuffer rtlvalue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||