- Method in class javax.swing.tree.FixedHeightLayoutCache public void treeStructureChanged (TreeModelEvent  e) Invoked after the tree has drastically changed structure from a given node down. If the path returned by e.getPath() is of length one and the first element does not identify the current root node the first element should become the new root of the tree.e.path() holds the path to the node.e.childIndices() returns null.Overrides:treeStructureChanged in class AbstractLayoutCache