public class JtfObjectHandle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static JtfObjectHandle |
DESKTOP
the object handle representing the 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 - the handle of the object in the application under testspyId - the id of the spy that owns that objectclassName - the fully qualified jtf class name of the object, e.g. 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.