public abstract class HtmlTestSubDomainImplementation extends java.lang.Object implements IHtmlTestSubDomainImplementation
| Constructor and Description |
|---|
HtmlTestSubDomainImplementation(java.lang.String name,
HtmlTestDomainImplementation parentHtmlDomain)
Provides a name for the domain.
|
HtmlTestSubDomainImplementation(java.lang.String name,
HtmlTestDomainImplementation parentHtmlDomain,
boolean isGraphical)
Provides a name for the domain (required).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Compares two domains based on name.
|
abstract com.rational.test.ft.domain.ProxyTestObject |
getControlProxy(HtmlProxy proxy,
com.rational.test.ft.domain.IChannel channel,
long nativeHandle,
com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswrap)
Determines whether this is a graphical domain.
|
java.lang.String |
getName()
Returns the name of the domain.
|
HtmlTestDomainImplementation |
getParentHtmlTestDomainImplementation()
Determines whether this is a graphical 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 parentHtmlDomain)
Determines whether this is a graphical domain.
|
public HtmlTestSubDomainImplementation(java.lang.String name,
HtmlTestDomainImplementation parentHtmlDomain)
public HtmlTestSubDomainImplementation(java.lang.String name,
HtmlTestDomainImplementation parentHtmlDomain,
boolean isGraphical)
public java.lang.String getName()
getName in interface IHtmlTestSubDomainImplementationpublic boolean equals(java.lang.Object other)
equals in interface IHtmlTestSubDomainImplementationequals in class java.lang.Objectpublic boolean isNamed(java.lang.String name)
isNamed in interface IHtmlTestSubDomainImplementationpublic boolean isGraphical()
isGraphical in interface IHtmlTestSubDomainImplementationpublic HtmlTestDomainImplementation getParentHtmlTestDomainImplementation()
getParentHtmlTestDomainImplementation in interface IHtmlTestSubDomainImplementationpublic boolean setParentHtmlTestDomainImplementation(HtmlTestDomainImplementation parentHtmlDomain)
setParentHtmlTestDomainImplementation in interface IHtmlTestSubDomainImplementationpublic abstract com.rational.test.ft.domain.ProxyTestObject getControlProxy(HtmlProxy proxy, com.rational.test.ft.domain.IChannel channel, long nativeHandle, com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswrap)
getControlProxy in interface IHtmlTestSubDomainImplementation