|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.ComponentFunction
org.safs.rational.CFComponent
org.safs.rational.CFTree
org.safs.rational.flex.CFFlexTree
public class CFFlexTree
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_AUTOMATIONNAME
|
static java.lang.String |
PROPERTY_SELECTEDINDEX
|
static java.lang.String |
PROPERTY_SELECTEDINDICES
|
static java.lang.String |
TREE_ITEMNAME_SEPARATOR
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFFlexTree()
|
|
| Method Summary | |
|---|---|
protected void |
doDoubleClick(TestObject testObjct,
com.rational.test.ft.script.List path)
Note: It seems that double click has no effect on a flex tree node. |
protected void |
doExpand(TestObject testObjct,
com.rational.test.ft.script.List path,
boolean expand)
|
protected boolean |
isNodeSelected(GuiSubitemTestObject guiObj,
com.rational.test.ft.script.List testPathList)
Note: This method can only treate the java-swing component, For other appliction, it needed to be overrided. |
protected boolean |
isRootVisible(GuiSubitemTestObject guiObj)
This override the method of its superclass CFTree |
| Methods inherited from class org.safs.rational.CFTree |
|---|
captureObjectData, captureTreeDataToFile, extractRootName, extractSWTRootName, extractTreeItems, formatObjectData, getTestDataTypeKey, localProcess, process2DSubtree, to2DArray, verifyTreeContains |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_SELECTEDINDEX
public static final java.lang.String PROPERTY_SELECTEDINDICES
public static final java.lang.String PROPERTY_AUTOMATIONNAME
public static final java.lang.String TREE_ITEMNAME_SEPARATOR
| Constructor Detail |
|---|
public CFFlexTree()
| Method Detail |
|---|
protected boolean isRootVisible(GuiSubitemTestObject guiObj)
isRootVisible in class CFTree
protected boolean isNodeSelected(GuiSubitemTestObject guiObj,
com.rational.test.ft.script.List testPathList)
throws SAFSException
CFTree
isNodeSelected in class CFTreeguiObj - Represent a TreeView object.testPathList - The path to be tested if it is the selected path.
SAFSException
protected void doExpand(TestObject testObjct,
com.rational.test.ft.script.List path,
boolean expand)
throws SAFSException
doExpand in class CFTreetestObjct - TestObject The tree test objectpath - String The tree path to be expanded or collapsedexpand - boolean If true, expand the tree path; otherwise collapse the tree path
SAFSException
protected void doDoubleClick(TestObject testObjct,
com.rational.test.ft.script.List path)
throws SAFSException
doDoubleClick in class CFTreetestObjct - TestObject The tree test objectpath - String The tree path to be double clicked
SAFSException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||