jdk/src/share/classes/javax/swing/tree/VariableHeightLayoutCache.java
changeset 21278 ef8a3a2a72f2
parent 20458 f2423fb3fd19
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1313         //
  1313         //
  1314         // Local methods
  1314         // Local methods
  1315         //
  1315         //
  1316 
  1316 
  1317         /**
  1317         /**
  1318          * Recreates the receivers path, and all its childrens paths.
  1318          * Recreates the receivers path, and all its children's paths.
  1319          */
  1319          */
  1320         protected void resetChildrenPaths(TreePath parentPath) {
  1320         protected void resetChildrenPaths(TreePath parentPath) {
  1321             removeMapping(this);
  1321             removeMapping(this);
  1322             if(parentPath == null)
  1322             if(parentPath == null)
  1323                 path = new TreePath(getUserObject());
  1323                 path = new TreePath(getUserObject());