"beans.30", targetChild, e.getMessage())); //$NON-NLS-1$
}
// If child implements Visibility,
// set an appropriate type of ability to render GUI
Visibility vis = getChildVisibility(targetChild);
if (vis != null) {
if (this.okToUseGui) {
vis.okToUseGui();
} else {
vis.dontUseGui();
}
}
// Check if this child implements Serializable and increase
// the number of serializable children of the BeanContext