public abstract class TestDomainImplementationJava
extends com.rational.test.ft.domain.TestDomainImplementation
| Modifier and Type | Field and Description |
|---|---|
static int |
IGNORE_MOUSE_DOUBLECLICK_THRESHOLD |
static int |
IGNORE_MOUSE_DRAG |
| Constructor and Description |
|---|
TestDomainImplementationJava(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActionRecordingFlags()
Returns bits that control the recording of actions.
|
com.rational.test.ft.domain.DomainProxy |
getDomainProxy()
Returns the proxy for this domain object.
|
java.lang.String |
getImplementationName()
Returns the name of the domain implementation.
|
com.rational.test.ft.domain.ProxyTestObject[] |
getProxiesForWindow(com.rational.test.ft.sys.graphical.Window win) |
com.rational.test.ft.domain.ProxyTestObject |
getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object in the SUT.
|
static com.rational.test.ft.domain.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.
|
public static final int IGNORE_MOUSE_DOUBLECLICK_THRESHOLD
public static final int IGNORE_MOUSE_DRAG
public TestDomainImplementationJava(java.lang.String name)
protected boolean IAmTheOne()
public static com.rational.test.ft.domain.TestDomainImplementation getTheDomainImplementation()
public final java.lang.String getImplementationName()
getImplementationName in class com.rational.test.ft.domain.TestDomainImplementationpublic int getActionRecordingFlags()
getActionRecordingFlags in class com.rational.test.ft.domain.TestDomainImplementationpublic final com.rational.test.ft.domain.ProxyTestObject getProxy(java.lang.Object theObject)
getProxy in class com.rational.test.ft.domain.TestDomainImplementationtheObject - The object to return a proxy object for.public final com.rational.test.ft.domain.DomainProxy getDomainProxy()
getDomainProxy in class com.rational.test.ft.domain.TestDomainImplementationpublic final void registerProxies(java.util.Enumeration proxies)
registerProxies in class com.rational.test.ft.domain.TestDomainImplementationpublic void registerFromSwtUIThread()
public com.rational.test.ft.domain.ProxyTestObject[] getProxiesForWindow(com.rational.test.ft.sys.graphical.Window win)