jdk/src/share/classes/javax/swing/text/AsyncBoxView.java
changeset 7959 2e05332a8f5c
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
   382         }
   382         }
   383     }
   383     }
   384 
   384 
   385     /**
   385     /**
   386      * Loads all of the children to initialize the view.
   386      * Loads all of the children to initialize the view.
   387      * This is called by the <a href="#setParent">setParent</a>
   387      * This is called by the {@link #setParent setParent}
   388      * method.  Subclasses can reimplement this to initialize
   388      * method.  Subclasses can reimplement this to initialize
   389      * their child views in a different manner.  The default
   389      * their child views in a different manner.  The default
   390      * implementation creates a child view for each
   390      * implementation creates a child view for each
   391      * child element.
   391      * child element.
   392      * <p>
   392      * <p>