lblIndex = linkLabel(),
lblIndexVerbose = highlightLabel());
}
public void show(TreePath treePath) {
ConstElementValue element = (ConstElementValue)
((BrowserTreeNode)treePath.getLastPathComponent()).getElement();
constantPoolHyperlink(lblIndex,
lblIndexVerbose,
element.getConstValueIndex());
super.show(treePath);
}