public void actionPerformed(ActionEvent evt) {
Object eventSource = evt.getSource();
if (eventSource == this) {
ScopedEntity entity = CodeAnalyser.getVisibleModuleEntity(identifierName, identifierType, CodeGemEditor.this.perspective.getWorkingModuleTypeInfo());
NavAddress address = NavAddress.getAddress(entity);
navigatorOwner.displayMetadata(address, true);
}
}