Actually, it is enough to reload the parent node. Internally,
public void reload()
is using
public void reload(TreeNode node)
but with root as its parameter, so, unless you are updating the direct root's leaf, you are better of using a more fine-grained version.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…