}
public void refresh() {
if (this.cf != null) {
StructureNode root = new ClassFileNode(this.cf);
this.tree.setModel(new DefaultTreeModel(root));
this.offsets = this.cf.getOffsetMap();
if (this.sync != null) {
this.sync.setOffsets(this.offsets);
splitSynchronize();