lblTag = highlightLabel(),
lblTagVerbose = highlightLabel());
}
public void show(TreePath treePath) {
AnnotationDefaultAttribute ada = (AnnotationDefaultAttribute)findAttribute(treePath);
int tag = ada.getDefaultValue().getTag();
String name = ada.getDefaultValue().getEntryName();
lblTag.setText(name);
lblTagVerbose.setText("<" + ElementValue.getTagDescription(tag) + ">");
super.show(treePath);
}