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, supportVOMOptimizationgetName, isGraphical, isNamedpublic java.lang.String getImplementationName()
getImplementationName in class TestDomainImplementationpublic java.util.Enumeration getTopLevelObjects()
null.getTopLevelObjects in class TestDomainImplementationpublic static TestDomainImplementation getTheDomainImplementation()
public ProxyTestObject getTopLevelObject(Window window)
UnsupportedMethodException.getTopLevelObject in class TestDomainImplementationwindow - The window object to match.null if not found.public ProxyTestObject getProxy(java.lang.Object theObject)
null object should be returned.getProxy in class TestDomainImplementationtheObject - The object to return a proxy object for.public void registerProxies(java.util.Enumeration proxies)
UnsupportedMethodException.registerProxies in class TestDomainImplementationpublic DomainProxy getDomainProxy()
getDomainProxy in class TestDomainImplementationpublic int getActionRecordingFlags()
UnsupportedMethodException.getActionRecordingFlags in class TestDomainImplementation