| Interface | Description |
|---|---|
| IAppletViewer |
An applet viewer wants to have the child applet show up in the map just like a browser
does with the applet as a top level object.
|
| IComboBox |
The
ComboListBoxProxy uses this interface to access
the text of the items from the proxy rather than dealing with formatting issues
on the specific host. |
| IMenuBarHost |
Frames and other windows that host a heavyweight menu bar need to implement this
interface so that the menu bar correlation can be performed.
|
| IMenuManager | |
| IPropertyFilter |
Method implemented by all proxies.
|
| ISetParent |
| Class | Description |
|---|---|
| ComboListBoxProxy |
Proxy for the native ComboListBox windows.
|
| DatapoolUtilities | |
| Java2TestDomainImplementation |
The "assistive_technology" class that gets loaded
as an accessibility interface.
|
| JavaBeanProperties |
A helper class that provides access to java properties as defined by
the java bean pattern.
|
| JavaDomainProxy |
The class for the Java Domain Proxy.
|
| JavaGuiProxy |
This is the Java GUI object proxies base class.
|
| JavaProxy |
The Java object proxy's base class, which all Java proxies must
extend.
|
| PopupMenuProxy |
The implicit proxy for a heavyweight popup menu.
|
| ProxyClassMap |
This internal class loads
Java domain proxies that have been
registered in an RFTCUST file. |
| PseudoTopLevelProxy |
This class does not represent a true top level proxy, it exists
solely to block recording against children that can not properly
respond when a popup window is displaying.
|
| SelfRegisteredTestDomainImplementation |
This class is available for
Java applications that need
to manually enable themselves for testing. |
| TestDomainImplementationJava | |
| TestDomainJava |
The Java Domain
|