|
|||||||||
| 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.CFTable
org.safs.rational.custom.CFJCTreeTable
public class CFJCTreeTable
Purpose: CFJCTreeTable, process a JCTable component
Lifetime: instantiated by TestStepProcessor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.safs.rational.CFTable |
|---|
CFTable.TableCell |
| Field Summary |
|---|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFJCTreeTable()
Purpose: constructor, calls super |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getCell(TestObject jctable,
int row,
int col)
Purpose: get a cell based on row and col, uses 'getCells' method |
protected java.lang.Object |
getUserObject(java.lang.Object obj,
java.lang.Integer level)
Purpose: getUserObject, check if obj instanceof TestObject, if not, return obj, if so, grab the 'programName' property value and return that |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CFJCTreeTable()
| Method Detail |
|---|
protected java.lang.Object getCell(TestObject jctable,
int row,
int col)
throws SAFSException
getCell in class CFTablejctable, - TestObjectrow, - intcol, - int
SAFSException - based on caught Exception, like index out of bounds, etc.
protected java.lang.Object getUserObject(java.lang.Object obj,
java.lang.Integer level)
getUserObject in class CFComponentobj, - Object objlevel, - Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||