Set the parent Container to which this Container is being added as a child. This Container may refuse to become attached to the specified Container by throwing an exception. @param container Container to which this Container is being added as a child @exception IllegalArgumentException if this Con
(Container container)
| 222 | * @exception IllegalArgumentException if this Container refuses to become attached to the specified Container |
| 223 | */ |
| 224 | void setParent(Container container); |
| 225 | |
| 226 | |
| 227 | /** |
no outgoing calls
no test coverage detected