Package | Description |
---|---|
org.safs | |
org.safs.rational | |
org.safs.tools.drivers |
Modifier and Type | Method and Description |
---|---|
PCTree |
PCTree.getParent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PCTree.ignoreParentRecognitionString(PCTree aparent) |
void |
PCTree.setParent(PCTree parent)
Set the parent PCTree object that represents the parent component of the component
represented by this PCTree object.
|
Modifier and Type | Method and Description |
---|---|
protected PCTree |
ProcessContainer.processChildren(com.rational.test.ft.object.interfaces.TestObject[] children,
java.lang.String parentText,
PCTree parent)
Used internally.
|
PCTree |
ProcessContainer.processContainer(com.rational.test.ft.object.interfaces.TestObject container,
java.lang.String parentText,
PCTree parent)
Entry point to process a domain or object container.
|
protected PCTree |
ProcessContainer.processDomain(com.rational.test.ft.object.interfaces.DomainTestObject domain,
PCTree parent)
Used internally.
|
protected PCTree |
ProcessContainer.processObjectContainer(com.rational.test.ft.object.interfaces.TestObject container,
java.lang.String parentText,
PCTree parent)
Used internally.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ProcessContainer.genRecogString(PCTree pctree,
com.rational.test.ft.object.interfaces.TestObject container,
java.util.Map properties,
java.lang.String parentText)
Used internally.
|
protected PCTree |
ProcessContainer.processChildren(com.rational.test.ft.object.interfaces.TestObject[] children,
java.lang.String parentText,
PCTree parent)
Used internally.
|
PCTree |
ProcessContainer.processContainer(com.rational.test.ft.object.interfaces.TestObject container,
java.lang.String parentText,
PCTree parent)
Entry point to process a domain or object container.
|
protected PCTree |
ProcessContainer.processDomain(com.rational.test.ft.object.interfaces.DomainTestObject domain,
PCTree parent)
Used internally.
|
protected PCTree |
ProcessContainer.processObjectContainer(com.rational.test.ft.object.interfaces.TestObject container,
java.lang.String parentText,
PCTree parent)
Used internally.
|
protected void |
ProcessContainer.writeTree(PCTree tree)
Write the PCTree data to the writer.
|
protected void |
ProcessContainer.writeTreeXML(java.lang.String xmlfile,
PCTree tree)
Output the PCTree data in XML format.
|
Modifier and Type | Method and Description |
---|---|
PCTree |
STAFProcessContainer.Processor.getPCTree()
Accessor for hierarchy information
|
(package private) PCTree |
STAFProcessContainer.Processor.processChildren(java.lang.Object[] children,
java.lang.String text,
PCTree parent)
Process the children of a parent Processor,
children can be null because this method first checks for that.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
STAFProcessContainer.Processor.genRecogString(PCTree pctree,
java.lang.Object container,
java.lang.String parentText)
Deduce the recognition string for the container object and store that
along with associated object information in the PCTree.
|
(package private) PCTree |
STAFProcessContainer.Processor.processChildren(java.lang.Object[] children,
java.lang.String text,
PCTree parent)
Process the children of a parent Processor,
children can be null because this method first checks for that.
|
void |
STAFProcessContainer.Processor.setPCTree(PCTree atree)
Accessor for hierarchy information
|
(package private) void |
STAFProcessContainer.RsPCTreeMap.SetPCTree(java.lang.String topWinRString,
PCTree pctree) |
protected void |
STAFProcessContainer.Processor.showTree(PCTree pctree)
Show the Hierarchy Tree of AUT.
Note: This method will block the main thread of STAFProcessContainer$Processor User can click a node on that tree and highlight the component of AUT. User can triple-click a node or use F2 to modify a node's name. |
protected void |
STAFProcessContainer.Processor.writeTree(PCTree tree)
Write the raw tree data to System.out and the writeMap function.
|
Constructor and Description |
---|
HierarchyDlg(PCTree pctree) |
RsPCTreeMap(PCTree pctree) |
Copyright © SAS Institute. All Rights Reserved.