|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.domain.TestDomain com.rational.test.ft.domain.TestDomainImplementation com.rational.test.ft.domain.java.TestDomainImplementationJava
public abstract class TestDomainImplementationJava
Field Summary | |
---|---|
static int |
IGNORE_MOUSE_DOUBLECLICK_THRESHOLD
|
static int |
IGNORE_MOUSE_DRAG
|
Constructor Summary | |
---|---|
TestDomainImplementationJava(java.lang.String name)
Constructor |
Method Summary | |
---|---|
int |
getActionRecordingFlags()
Returns bits that control the recording of actions. |
DomainProxy |
getDomainProxy()
Returns the proxy for this domain object. |
java.lang.String |
getImplementationName()
Returns the name of the domain implementation. |
ProxyTestObject[] |
getProxiesForWindow(com.rational.test.ft.sys.graphical.Window win)
|
ProxyTestObject |
getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object in the SUT. |
static TestDomainImplementation |
getTheDomainImplementation()
Returns the instance for this domain implementation. |
protected boolean |
IAmTheOne()
|
void |
registerFromSwtUIThread()
|
void |
registerProxies(java.util.Enumeration proxies)
Registers proxies for this domain implementation. |
Methods inherited from class com.rational.test.ft.domain.TestDomainImplementation |
---|
equals, find, getDescribedObject, getTopLevelObject, getTopLevelObject, getTopLevelObjects, supportVOMOptimization |
Methods inherited from class com.rational.test.ft.domain.TestDomain |
---|
getName, isGraphical, isNamed |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int IGNORE_MOUSE_DOUBLECLICK_THRESHOLD
public static final int IGNORE_MOUSE_DRAG
Constructor Detail |
---|
public TestDomainImplementationJava(java.lang.String name)
Method Detail |
---|
protected boolean IAmTheOne()
public static TestDomainImplementation getTheDomainImplementation()
public final java.lang.String getImplementationName()
getImplementationName
in class TestDomainImplementation
public int getActionRecordingFlags()
getActionRecordingFlags
in class TestDomainImplementation
public final ProxyTestObject getProxy(java.lang.Object theObject)
getProxy
in class TestDomainImplementation
theObject
- The object to return a proxy object for.
public final DomainProxy getDomainProxy()
getDomainProxy
in class TestDomainImplementation
public final void registerProxies(java.util.Enumeration proxies)
registerProxies
in class TestDomainImplementation
public void registerFromSwtUIThread()
public ProxyTestObject[] getProxiesForWindow(com.rational.test.ft.sys.graphical.Window win)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |