lblConstNameIndex = linkLabel(),
lblConstNameIndexVerbose = highlightLabel());
}
public void show(TreePath treePath) {
EnumElementValue element = (EnumElementValue)
((BrowserTreeNode)treePath.getLastPathComponent()).getElement();
constantPoolHyperlink(lblTypeNameIndex,
lblTypeNameIndexVerbose,
element.getTypeNameIndex());
constantPoolHyperlink(lblConstNameIndex,
lblConstNameIndexVerbose,
element.getConstNameIndex());
super.show(treePath);
}