lblClassInfoIndex = linkLabel(),
lblClassInfoIndexVerbose = highlightLabel());
}
public void show(TreePath treePath) {
ClassElementValue element = (ClassElementValue)
((BrowserTreeNode)treePath.getLastPathComponent()).getElement();
constantPoolHyperlink(lblClassInfoIndex,
lblClassInfoIndexVerbose,
element.getClassInfoIndex());
super.show(treePath);
}