public void show(TreePath treePath) {
int constantPoolIndex = constantPoolIndex(treePath);
try {
ClassFile classFile = services.getClassFile();
ConstantMethodHandleInfo entry = (ConstantMethodHandleInfo)classFile.getConstantPoolEntry(constantPoolIndex, ConstantMethodHandleInfo.class);
lblKind.setText(entry.getTypeVerbose());
constantPoolHyperlink(lblReference,
lblReferenceVerbose,
entry.getReferenceIndex());