public class ProcessDomainImplementation extends TestDomainImplementation
ProcessTestObjects
.
Created internally by a TestContext
.
Do not create objects of this type.
Constructor and Description |
---|
ProcessDomainImplementation() |
Modifier and Type | Method and Description |
---|---|
int |
getActionRecordingFlags()
Not supported - throws
UnsupportedMethodException . |
DomainProxy |
getDomainProxy()
Returns the proxy for this domain object.
|
java.lang.String |
getImplementationName()
Returns the name of the domain implementation.
|
ProxyTestObject |
getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object.
|
static TestDomainImplementation |
getTheDomainImplementation()
Returns the instance for this domain implementation.
|
ProxyTestObject |
getTopLevelObject(Window window)
Not supported - throws
UnsupportedMethodException . |
java.util.Enumeration |
getTopLevelObjects()
Returns
null . |
void |
registerProxies(java.util.Enumeration proxies)
Not supported - throws
UnsupportedMethodException . |
equals, find, getDescribedObject, getTopLevelObject, supportVOMOptimization
getName, isGraphical, isNamed
public java.lang.String getImplementationName()
getImplementationName
in class TestDomainImplementation
public java.util.Enumeration getTopLevelObjects()
null
.getTopLevelObjects
in class TestDomainImplementation
public static TestDomainImplementation getTheDomainImplementation()
public ProxyTestObject getTopLevelObject(Window window)
UnsupportedMethodException
.getTopLevelObject
in class TestDomainImplementation
window
- The window object to match.null
if not found.public ProxyTestObject getProxy(java.lang.Object theObject)
null
object should be returned.getProxy
in class TestDomainImplementation
theObject
- The object to return a proxy object for.public void registerProxies(java.util.Enumeration proxies)
UnsupportedMethodException
.registerProxies
in class TestDomainImplementation
public DomainProxy getDomainProxy()
getDomainProxy
in class TestDomainImplementation
public int getActionRecordingFlags()
UnsupportedMethodException
.getActionRecordingFlags
in class TestDomainImplementation