public class JtfObjectHandle extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static JtfObjectHandle |
DESKTOP
表示桌面的对象句柄
|
Constructor and Description |
---|
JtfObjectHandle(int handle,
int spyId,
String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
int |
getHandle() |
int |
getSpyId() |
int |
hashCode() |
boolean |
isDesktopObjectHandle() |
String |
toString() |
public static final JtfObjectHandle DESKTOP
public JtfObjectHandle(int handle, int spyId, String className)
handle
- 被测试应用程序中对象的句柄spyId
- 拥有该对象的 spy ID。className
- 对象完全限定的 jtf 类名。如:com.borland.silktest.jtf.PushButton
public int getHandle()
public int getSpyId()
public String getClassName()
public boolean isDesktopObjectHandle()
Copyright 2009-2012 Micro Focus. All Rights Reserved.