Class | Description |
---|---|
AbbotGUIUtilities |
SAFS/Abbot-specific subclass of DDGUIUtilities.
|
AbbotJavaHook |
This class is our STAF-enabled JavaHook for the "SAFS/Abbot" Engine.
|
AGuiClassData |
Part of the required implementation to support SAFS "standard" recognition strings.
|
AGuiObjectRecognition |
Part of the required implementation to support SAFS "standard" recognition strings.
|
AGuiObjectVector |
Part of the required implementation to support SAFS "standard" recognition strings.
|
ATestRecordData |
Extends TestRecordData, which holds key data used by remote Abbot Agents.
|
ATestRecordHelper |
Extends TestRecordHelper, which holds key data used by the LocalServer Abbot Engine.
|
CFButton |
Process a generic Button (Button, JButton, ToggleButton) command via the Abbot engine
instantiated by TestStepProcessor
|
CFCheckBox |
Process a generic CheckBox (CheckBox, JCheckBox) command via the Abbot engine
instantiated by TestStepProcessor
|
CFComboBox |
Process a generic ComboBox (JComboBox) command via the Abbot engine
instantiated by TestStepProcessor
|
CFComponent |
Process a generic Component command via the Abbot engine.
|
CFLabel |
Process a generic Label (Label, JLabel) command via the Abbot engine
instantiated by TestStepProcessor
|
CFList |
Purpose: process a generic List (List, JList) command via the Abbot engine Lifetime: instantiated by TestStepProcessor |
CFMenuBar |
Process a menu ((J)MenuBar, (J)Menu, (J)MenuItem, (J)CheckBoxMenuItem,
(J)RadioButtonMenuItem) command via the Abbot engine
instantiated by TestStepProcessor
|
CFPageTabList |
Purpose: process a generic PageTabList (JTabbedPane) command via the Abbot engine Lifetime: instantiated by TestStepProcessor |
CFPopupMenu |
Process a generic PopupMenu (PopupMenu, JPopupMenu) command via the Abbot engine
instantiated by TestStepProcessor
|
CFRadioButton |
Process a generic RadioButton (JRadioButton) command via the Abbot engine
instantiated by TestStepProcessor
|
CFScrollBar |
Process a generic ScrollBar (ScrollBar, JScrollBar) command via the Abbot engine
instantiated by TestStepProcessor
|
CFTable |
Process a generic Table (JTable) command via the Abbot engine
instantiated by TestStepProcessor
|
CFText |
Process a generic Text command via the Abbot engine
(TextComponent, TextArea, TextField, JTextComponent, JTextArea, JTextField)
instantiated by TestStepProcessor
|
CFToolBar |
Process a generic ToolBar (JToolBar) command via the Abbot engine
instantiated by TestStepProcessor
|
CFTree |
Purpose: process a generic Tree (JTree) command via the Abbot engine Lifetime: instantiated by TestStepProcessor |
ProcessContainer |
Provides similar functionality as the RRAFS ProcessContainer app in a
tool-independent and multi-platform Java environment:
|