// Where are we now?
Point where = mouseEvent.getPoint();
// Check for tooltip hotspots
DisplayedPart displayedPart = tableTop.getGemPartUnder(where);
// The naming policy to use for tooltips
ScopedEntityNamingPolicy namingPolicy;
ModuleTypeInfo currentModuleTypeInfo = tableTop.getCurrentModuleTypeInfo();
if (currentModuleTypeInfo == null) {