public interface IHtmlTestSubDomainImplementation
TestDomainImplementation
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Compares two domains based on name.
|
ProxyTestObject |
getControlProxy(HtmlProxy proxy,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswrap)
Determines whether this is a graphical domain.
|
java.lang.String |
getName()
Returns the name of the domain.
|
HtmlTestDomainImplementation |
getParentHtmlTestDomainImplementation()
Returns the parent domain.
|
boolean |
isGraphical()
Determines whether this is a graphical domain.
|
boolean |
isNamed(java.lang.String name)
Compares a domain's name to a string.
|
boolean |
setParentHtmlTestDomainImplementation(HtmlTestDomainImplementation domain)
Returns the parent domain.
|
java.lang.String getName()
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
boolean isNamed(java.lang.String name)
boolean isGraphical()
HtmlTestDomainImplementation getParentHtmlTestDomainImplementation()
boolean setParentHtmlTestDomainImplementation(HtmlTestDomainImplementation domain)
ProxyTestObject getControlProxy(HtmlProxy proxy, IChannel channel, long nativeHandle, IBrowserCommunicator jswrap)