public abstract class TestDomainImplementationJava extends 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.
|
DomainProxy |
getDomainProxy()
Returns the proxy for this domain object.
|
java.lang.String |
getImplementationName()
Returns the name of the domain implementation.
|
ProxyTestObject[] |
getProxiesForWindow(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.
|
equals, find, getDescribedObject, getTopLevelObject, getTopLevelObject, getTopLevelObjects, supportVOMOptimization
getName, isGraphical, isNamed
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 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(Window win)