com.rational.test.ft.domain.java
Class ProxyClassMap
java.lang.Object com.rational.test.ft.domain.java.ProxyClassMap
public class ProxyClassMap
- extends java.lang.Object
This internal class loads Java
domain proxies that have been registered in an RFTCUST file. Proxy writers do not need to have
any direct knowledge of this class.
- Since:
- RFT1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyClassMap
public ProxyClassMap()
DestructMap
protected static void DestructMap()
getRegisteredProxy
public static ProxyTestObject getRegisteredProxy(java.lang.Object theObjectFromTheSUT)
getProxy
public static ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT)
getProxy
public static ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT, java.lang.Object[] proxyArgs)
- Construct the proxy using the arguements passed to proxy. In case of GEF Figures, we need to have the control information to
get the screen rectangle and also to tranverse from RootFigure to FigureCanvas.
- Parameters:
theObjectFromTheSUT
- The object whose proxy is to be constructedproxyArgs
- The proxyArgs - Returns: