lblSignature = linkLabel(),
lblSignatureVerbose = highlightLabel());
}
public void show(TreePath treePath) {
SignatureAttribute attribute = (SignatureAttribute)findAttribute(treePath);
constantPoolHyperlink(lblSignature,
lblSignatureVerbose,
attribute.getSignatureIndex());
super.show(treePath);
}