Package | Description |
---|---|
org.safs | |
org.safs.android | |
org.safs.ios | |
org.safs.rational | |
org.safs.rational.flex | |
org.safs.rational.win | |
org.safs.rational.wpf | |
org.safs.selenium | |
org.safs.selenium.webdriver |
Modifier and Type | Class and Description |
---|---|
class |
PCTree
PCTree, used by various testing tool's ProcessContainer, is used to produce consistent recognition
strings across all tools.
|
Modifier and Type | Method and Description |
---|---|
abstract Tree |
DDGUIUtilities.extractMenuBarItems(java.lang.Object obj)
Extract a menu hierarchy from a MenuBar pseudo-object reference.
|
Tree |
DCGUIUtilities.extractMenuBarItems(java.lang.Object obj) |
abstract Tree |
DDGUIUtilities.extractMenuItems(java.lang.Object obj)
Extract a menu hierarchy from a object.
|
Tree |
DCGUIUtilities.extractMenuItems(java.lang.Object obj) |
Tree |
Tree.getFirstChild() |
Tree |
Tree.getNextSibling() |
Modifier and Type | Method and Description |
---|---|
void |
Tree.setFirstChild(Tree firstChild) |
void |
Tree.setNextSibling(Tree nextSibling) |
Modifier and Type | Method and Description |
---|---|
Tree |
DGUIUtilities.extractMenuBarItems(java.lang.Object obj) |
Tree |
DGUIUtilities.extractMenuItems(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
Tree |
IGUIUtilities.extractMenuBarItems(java.lang.Object obj) |
Tree |
IGUIUtilities.extractMenuItems(java.lang.Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
MenuTree
Purpose: To handle the manipulation of JMenuBar and JPopupMenu |
Modifier and Type | Method and Description |
---|---|
Tree |
RDDGUIUtilities.extractMenuBarItems(java.lang.Object obj)
required implementation for superclass
|
Tree |
RDDGUIUtilities.extractMenuItems(java.lang.Object obj)
required implementation for superclass
|
protected Tree |
CFMenuBar.extractMenuItems(java.lang.Object obj,
int level)
Purpose: Extract a menu hierarchy from a TestObject; The item is for JMenuBars, JPopupMenus, JMenus, and JMenuItems (JMenu is subclass of JMenuItem). |
protected Tree |
CFTree.extractTreeItems(java.lang.Object obj)
Extract a 'Tree' hierarchy from a TestObject.
|
protected Tree |
CFComponent.extractTreeItemsSub(java.lang.Object nitem)
Extract a 'Tree' hierarchy from a TestObject.
|
static Tree |
CFMenuBar.staticExtractMenuItems(java.lang.Object obj,
int level)
Note: This method is used by the RDDGUIUtilities.java
|
static Tree |
CFDotNetMenuBar.staticExtractMenuItems(java.lang.Object obj,
int level)
Note: This method is used by the RDDGUIUtilities.java
|
protected Tree |
CFComponent.tobj(TestObject nitem)
Purpose: extract a 'Tree' hierarchy from a TestObject using recursion; The item is for JTree node. |
Modifier and Type | Method and Description |
---|---|
void |
MenuTree.setFirstChild(Tree firstChild) |
void |
MenuTree.setNextSibling(Tree nextSibling) |
Modifier and Type | Method and Description |
---|---|
protected Tree |
CFFlexMenuBar.extractMenuItems(java.lang.Object obj,
int level)
Note: Overrides the superclass to extract a menu hierarchy from a FlexMenuBarTestObject. |
static Tree |
CFFlexMenuBar.staticExtractMenuItems(java.lang.Object obj,
int level)
Note: This method is used by the RDDGUIUtilities.java
|
Modifier and Type | Method and Description |
---|---|
protected Tree |
CFWinMenuBar.extractMenuItems(java.lang.Object obj,
int level)
Purpose: Extract a menu hierarchy from a TestObject; The item is for .Menubar, .Menuitem, .Menupopup. |
static Tree |
CFWinMenuBar.staticExtractMenuItems(java.lang.Object obj,
int level)
Note: This method is used by the RDDGUIUtilities.java
|
Modifier and Type | Method and Description |
---|---|
static Tree |
CFWPFMenuBar.staticExtractMenuItems(java.lang.Object obj,
int level)
Note: This method is used by the RDDGUIUtilities.java
|
Modifier and Type | Method and Description |
---|---|
Tree |
SeleniumGUIUtilities.extractMenuBarItems(java.lang.Object obj) |
Tree |
SeleniumGUIUtilities.extractMenuItems(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
Tree |
WebDriverGUIUtilities.extractMenuBarItems(java.lang.Object obj) |
Tree |
WebDriverGUIUtilities.extractMenuItems(java.lang.Object obj) |
Copyright © SAS Institute. All Rights Reserved.