421422423424425426427428429430431
if (v != null) { if (okToUseGui) v.okToUseGui(); else v.dontUseGui(); } if (getChildSerializable(targetChild) != null) serializable++; childJustAddedHook(targetChild, bcsc);
435436437438439440441442443444445
if (v != null) { if (okToUseGui) v.okToUseGui(); else v.dontUseGui(); } if (getChildSerializable(bccp) != null) serializable++; childJustAddedHook(bccp, pbcsc);
770771772773774775776777778779780
// lets also tell the Children that can that they may not use their GUI's synchronized(children) { for (Iterator i = children.keySet().iterator(); i.hasNext();) { Visibility v = getChildVisibility(i.next()); if (v != null) v.dontUseGui(); } } } }
230231232233234235236237238239240
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
436437438439440441442443444445446
450451452453454455456457458459460
790791792793794795796797798799800
438439440441442443444445446447448
452453454455456457458459460461462
787788789790791792793794795796797