setTitlePaneTitle(getMessage("inspectType.label"));
setDescription(getMessage("inspectType.description", new Object[] { type.getName()}));
setResizable(false);
setCloseAction(CloseAction.DISPOSE);
this.type = type;
this.annotationPanel = new AnnotationPanel();
this.annotationPanel.update(type);
}