public class TestUtils
extends java.lang.Object
Constructor and Description |
---|
TestUtils() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Component |
getChildNamed(java.awt.Component parent,
java.lang.String name)
Get a Component by name.
|
public static java.awt.Component getChildNamed(java.awt.Component parent, java.lang.String name)
parent
- The parent Component, where to search in.name
- The name of the Component to find.