}
return null;
}
private SourceCodeLoadErrorNotificationPanel createPanel(final DBSchemaObject editableObject, String sourceLoadError) {
SourceCodeLoadErrorNotificationPanel panel = new SourceCodeLoadErrorNotificationPanel();
panel.setText("Could not load source for " + editableObject.getQualifiedNameWithType() + ". Error details: " + sourceLoadError.replace("\n", " "));
return panel;
}