IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.domain.IProxyBase

Packages that use IProxyBase
com.rational.test.ft.domain   
com.rational.test.ft.domain.java   
com.rational.test.ft.domain.java.awt   
com.rational.test.ft.domain.java.jfc   
com.rational.test.ft.domain.java.swt   
 

Uses of IProxyBase in com.rational.test.ft.domain
 

Classes in com.rational.test.ft.domain that implement IProxyBase
 class DescribedObject
          A DescribedObject is a list of properties created in another domain, or or perhaps even TestContext, which describes an object in the current domain.
 class DescribedObjectReference
          DescribedObjectReference represents the reference to a DescribedObject, an known object which exists in another domain.
 class DomainProxy
          The base class for all domain proxies.
 class ProcessDomainProxy
          The class for the Java domain proxy.
 class ProxyTestObject
          The true base class for all Java Proxy classes.
 

Uses of IProxyBase in com.rational.test.ft.domain.java
 

Classes in com.rational.test.ft.domain.java that implement IProxyBase
 class ComboListBoxProxy
          Proxy for the native ComboListBox windows.
 class JavaDomainProxy
          The class for the Java Domain Proxy.
 class JavaGuiProxy
          This is the Java GUI object proxies base class.
 class JavaProxy
          The Java object proxy's base class, which all Java proxies must extend.
 class PopupMenuProxy
          The implicit proxy for a heavyweight popup menu.
 class 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.
 

Uses of IProxyBase in com.rational.test.ft.domain.java.awt
 

Classes in com.rational.test.ft.domain.java.awt that implement IProxyBase
 class AppletHostProxy
          This class interacts with non-mapped container classes used to host java.awt.Applet objects.
 class AppletProxy
          This is the base class for all Java applet test objects.
 class AppletViewerProxy
          Handles an applet being nested inside an applet viewer rather then in a browser.
protected static class AppletViewerProxy.AppletWrapperProxy
           
 class ButtonProxy
          The proxy class for the java.awt.Button class.
 class CanvasProxy
          Proxy for Java AWT Canvas objects.
 class CheckboxMenuItemProxy
          Proxy for AWT CheckboxMenuItem objects.
 class CheckboxProxy
          Proxy for AWT Checkbox objects.
 class ChoiceProxy
          Proxy for the AWT Choice (ComboListBox) objects.
 class ComponentProxy
          A proxy for java.awt.Component.
 class FileDialogProxy
          Proxy for AWT FileDialog objects.
 class FrameProxy
          Proxy class for java.awt.Frame
 class LabelProxy
          Proxy for the java.awt.Label class.
 class ListProxy
          Proxy for te java.awt.List class.
 class MenuBarProxy
          Proxy for AWT MenuBar objects.
 class MenuComponentProxy
          Base proxy for AWT Menu objects.
 class MenuItemProxy
          Proxy for AWT MenuItem objects.
 class MenuProxy
          Proxy for AWT Menu objects.
 class PanelProxy
          Proxy for the java.awt.Panel class.
 class ScrollbarProxy
          Proxy for AWT Scrollbar objects.
 class ScrollPaneProxy
          Proxy for the AWT ScrollPane objects.
 class TextAreaProxy
          Proxy for the AWT TextArea objects.
 class TopLevelWindowProxy
          Base proxy class for java.awt.Frame & java.awt.Window.
 class WindowProxy
          Proxy class for java.awt.Window and java.awt.Dialog classes.
 

Uses of IProxyBase in com.rational.test.ft.domain.java.jfc
 

Classes in com.rational.test.ft.domain.java.jfc that implement IProxyBase
 class AbstractButtonProxy
          Proxy class for javax.swing.AbstractButton.
 class InternalFrameTitlePaneProxy
          Reconfigure the parent child relationships for JDesktop controls to include all JFrames instead of just those initiated relative to the desktop.
 class JCheckBoxProxy
          Proxy for the javax.swing.JCheckBox class.
 class JComboBoxProxy
          Proxy for the javax.swing.JComboBox class.
 class JComponentProxy
          The proxy for javax.swing.JComponent.
 class JDesktopIconProxy
          The proxy for javax.swing.JComponent.
 class JDesktopProxy
          Reconfigure the parent child relationships for JDesktop controls to include all JFrames instead of just those initiated relative to the desktop.
 class JDialogProxy
          Proxy for the javax.swing.JDialog class.
 class JfcGraphicalSubitemProxy
          Abstract proxy class implements IGraphicalSubitem interface.
 class JFrameProxy
          Proxy for the javax.swing.JFrame class.
 class JInternalFrameProxy
          Reconfigure the parent child relationships for JDesktop controls to include all JFrames instead of just those initiated relative to the desktop.
 class JLabelProxy
          Proxy for the javax.swing.JLabel class.
 class JListProxy
          Proxy for the javax.swing.JList class.
 class JMenuBarProxy
          Proxy class for javax.swing.JMenuBar.
 class JMenuItemProxy
          Proxy for the javax.swing.JMenuItem class.
 class JMenuProxy
          Proxy class for javax.swing.JMenu.
 class JOptionPaneProxy
          The proxy for javax.swing.JOptionPane.
 class JPanelProxy
          The proxy class for javax.swing.JPanel.
 class JPopupMenuProxy
          Proxy for the javax.swing.JPopupMenu class.
 class JPopupMenuWindowProxy
          A top level window proxy for managing transient popup menus in JFC.
 class JProgressBarProxy
          Proxy class for javax.swing.JProgressBar.
 class JScrollBarProxy
          Proxy class for javax.swing.JScrollBar.
 class JScrollPaneProxy
          Proxy class for javax.swing.JScrollPane.
 class JSeparatorProxy
          Proxy class for javax.swing.JSeparator.
 class JSliderProxy
          Proxy class for javax.swing.JSlider.
 class JSplitPaneProxy
          Proxy class for javax.swing.JSplitPane.
 class JTabbedPaneProxy
          Proxy class for javax.swing.JTabbedPane.
 class JTableHeaderProxy
          Proxy class for javax.swing.table.JTableHeader.
 class JTableProxy
          Proxy class for javax.swing.JTable.
 class JTextProxy
          Proxy class for javax.swing.JTextArea, javax.swing.JTextField, javax.swing.JPasswordField, javax.swing.JTextPane classes.
 class JToolBarProxy
          Proxy class for javax.swing.JToolBar.
 class JToolTipProxy
          Proxy for the javax.swing.JToolTip class.
 class JTreeProxy
          Proxy for the javax.swing.JTree class.
 class JWindowProxy
          Proxy for the javax.swing.JWindow class.
 class SiebelTableProxy
          This proxy is an extension to the JTableProxy specialized to work with Siebel Teller's tables.
 

Uses of IProxyBase in com.rational.test.ft.domain.java.swt
 

Classes in com.rational.test.ft.domain.java.swt that implement IProxyBase
 class CComboProxy
          This is the proxy class for org.eclipse.swt.custom.CCombo.
 class CLabelProxy
          This is the proxy class for org.eclipse.jface.widgets.CLabel.
 class ColorDialogProxy
           
 class ComboProxy
          This is the proxy class for org.eclipse.swt.widgets.Combo.
 class CompositeProxy
          The proxy class for org.eclipse.swt.widgets.Composite.
 class ControlProxy
          This is the proxy class for org.eclipse.swt.widgets.Control.
 class CoolBarProxy
          This is the proxy class for org.eclipse.swt.widgets.CoolBar.
 class CoolItemProxy
          This is the proxy class for org.eclipse.swt.widgets.CoolItem.
 class CTabFolderProxy
          This is the proxy class for org.eclipse.swt.custom.CTabFolder.
 class CTabItemProxy
           
 class DialogProxy
           
 class DirectoryDialogProxy
           
 class EmbeddedShellProxy
           
 class GroupProxy
          This is the proxy class for org.eclipse.swt.widgets.Group.
 class ItemProxy
          This is the proxy class for org.eclipse.swt.widgets.Item.
 class MessageBoxProxy
           
 class SashFormProxy
          Proxy class for org.eclipse.swt.custom.SashForm.
 class SashProxy
          This is the proxy class for org.eclipse.swt.widgets.Sash.
 class ScaleProxy
          This is the proxy class for org.eclipse.swt.widgets.Scale.
 class ScrollableProxy
          This is the proxy class for org.eclipse.swt.widgets.Control.Scrollable.
 class ScrollableSwtGraphicalSubitemProxy
          Abstract proxy class implements IGraphicalSubitem.
 class ScrollBarProxy
          This is the proxy class for org.eclipse.swt.widgets.ScrollBar.
 class ShellProxy
          This is the proxy class for org.eclipse.swt.widgets.Shell.
 class SliderProxy
          This is the proxy class for org.eclipse.swt.widgets.Slider.
 class SpinnerProxy
          This is the proxy class for org.eclipse.swt.widgets.Spinner.
 class SwtGraphicalSubitemProxy
          Abstract proxy class implements IGraphicalSubitem.
 class SwtProxy
          This is the proxy class for generic swt, non-gui objects.
 class TabFolderProxy
          This is the proxy class for org.eclipse.swt.widgets.TabFolder.
 class TableProxy
          This is the proxy class for org.eclipse.swt.widgets.Table.
 class TableTreeProxy
          This is the proxy class for org.eclipse.swt.custom.TableTree.
 class TextProxy
          This is the proxy class for org.eclipse.swt.widgets.Text.
 class ToolBarProxy
          This is the proxy class for org.eclipse.swt.widgets.ToolBar.
 class ToolItemProxy
          This is the proxy class for org.eclipse.swt.widgets.ToolItem.
 class TreeProxy
          This is the proxy class for org.eclipse.swt.widgets.Tree.
 class ViewFormProxy
          This is the proxy class for org.eclipse.swt.custom.ViewForm.
 class WidgetProxy
          This is the proxy class for org.eclipse.swt.widgets.Widget.