setParent()
method must be called, with this Container as an argument. This method may thrown an IllegalArgumentException
if this Container chooses not to be attached to the specified Container, in which case it is not added
@param child New child Container to be added
@exception IllegalArgumentException if this exception is thrown bythe setParent()
method of the child Container
@exception IllegalArgumentException if the new child does not havea name unique from that of existing children of this Container
@exception IllegalStateException if this Container does not supportchild Containers
|
|
|
|
|
|
|
|