Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
DevOps Test UI
Version 2024.03 (11.0.1)
DevOps Test UI Proxy SDK Reference

Project Version 2.3
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.rational.test.ft.domain.java.JavaProxy

  • Packages that use JavaProxy 
    Package Description
    com.rational.test.ft.domain.java  
    com.rational.test.ft.domain.java.awt  
    com.rational.test.ft.domain.java.eclipse  
    com.rational.test.ft.domain.java.eclipse.gef  
    com.rational.test.ft.domain.java.jfc  
    com.rational.test.ft.domain.java.swt  
    • Uses of JavaProxy in com.rational.test.ft.domain.java

      Subclasses of JavaProxy in com.rational.test.ft.domain.java 
      Modifier and Type Class and Description
      class  ComboListBoxProxy
      Proxy for the native ComboListBox windows.
      class  JavaGuiProxy
      This is the Java GUI object proxies base class.
      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 JavaProxy in com.rational.test.ft.domain.java.awt

      Subclasses of JavaProxy in com.rational.test.ft.domain.java.awt 
      Modifier and Type Class and Description
      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  HtmlJsWrapperAppletProxy 
      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  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  WindowProxy
      Proxy class for java.awt.Window and java.awt.Dialog classes.
    • Uses of JavaProxy in com.rational.test.ft.domain.java.eclipse

      Subclasses of JavaProxy in com.rational.test.ft.domain.java.eclipse 
      Modifier and Type Class and Description
      class  EclipsePlatformProxy 
    • Uses of JavaProxy in com.rational.test.ft.domain.java.eclipse.gef

      Subclasses of JavaProxy in com.rational.test.ft.domain.java.eclipse.gef 
      Modifier and Type Class and Description
      class  EditPartProxy 
      class  FigureCanvasProxy 
      class  FigureProxy 
      class  PaletteProxy 
    • Uses of JavaProxy in com.rational.test.ft.domain.java.jfc

      Subclasses of JavaProxy in com.rational.test.ft.domain.java.jfc 
      Modifier and Type Class and Description
      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 JavaProxy in com.rational.test.ft.domain.java.swt

      Subclasses of JavaProxy in com.rational.test.ft.domain.java.swt 
      Modifier and Type Class and Description
      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  HyperLinkProxy 
      class  ItemProxy
      This is the proxy class for org.eclipse.swt.widgets.Item.
      class  MenuItemProxy
      Proxy for SWT MenuItem objects.
      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  TopLevelWindowProxy 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes