...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Return Type
Example
Code Block | ||
---|---|---|
| ||
JComponent [] compObjs = getComponentsObjects("TP"); //projectKey as parameter for(JComponent comp in comObjs) { runnerLog(comp.name); runnerLog(comp.lead); } |
...
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Code Block | ||
---|---|---|
| ||
JComponent [] compObjs = getComponentsObjects("TP"); //projectKey as parameter for(JComponent comp in comObjs) { runnerLog(comp.name); runnerLog(comp.lead); } |
...