|
IBM Rational Functional Tester Version 8.0 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rational.test.ft.domain.TestDomain
com.rational.test.ft.domain.TestDomainImplementation
com.rational.test.ft.domain.java.TestDomainImplementationJava
com.rational.test.ft.domain.java.SelfRegisteredTestDomainImplementation
public class SelfRegisteredTestDomainImplementation
This class is available for Java applications that need
to manually enable themselves for testing. Manually enblement is required
when the JRE is unsupported or the environment does not allow for normal
enablement. This is most obviously true for SWT stand-alone applications
(SWT not running enbedded in Eclipse).
| Field Summary | |
|---|---|
protected static com.rational.test.ft.util.FtDebug |
debug
|
| Constructor Summary | |
|---|---|
SelfRegisteredTestDomainImplementation()
|
|
SelfRegisteredTestDomainImplementation(java.lang.String domainName)
|
|
| Method Summary | |
|---|---|
boolean |
addTopLevelObject(java.lang.Object topLevelObject)
Adds a window to the top-level windows vector. |
ProxyTestObject |
getTopLevelObject(com.rational.test.ft.sys.graphical.Window window)
Returns the topLevelObject that matches the specified window. |
java.util.Enumeration |
getTopLevelObjects()
Returns an enumeration for the top-level objects within this domain implementation. |
void |
removeTopLevelObject(java.lang.Object topLevelObject)
Removes a window to the top-level windows vector. |
| Methods inherited from class com.rational.test.ft.domain.java.TestDomainImplementationJava |
|---|
getActionRecordingFlags, getDomainProxy, getImplementationName, getProxiesForWindow, getProxy, getTheDomainImplementation, IAmTheOne, registerFromSwtUIThread, registerProxies |
| Methods inherited from class com.rational.test.ft.domain.TestDomainImplementation |
|---|
equals, find, getDescribedObject |
| Methods inherited from class com.rational.test.ft.domain.TestDomain |
|---|
getName, isGraphical, isNamed |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static com.rational.test.ft.util.FtDebug debug
| Constructor Detail |
|---|
public SelfRegisteredTestDomainImplementation(java.lang.String domainName)
public SelfRegisteredTestDomainImplementation()
| Method Detail |
|---|
public java.util.Enumeration getTopLevelObjects()
getTopLevelObjects in class TestDomainImplementationpublic ProxyTestObject getTopLevelObject(com.rational.test.ft.sys.graphical.Window window)
getTopLevelObject in class TestDomainImplementationwindow - The window object to match.
public boolean addTopLevelObject(java.lang.Object topLevelObject)
c - The top level window to add.
public void removeTopLevelObject(java.lang.Object topLevelObject)
w - The window to locate and remove from the top level
windows list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||