}
else if (portletJavaClassName.equals(EditorPortlet.class.getName())) {
return new EditorPortlet(project);
}
else if (portletJavaClassName.equals(UsagePortlet.class.getName())) {
return new UsagePortlet(project);
}
else if (portletJavaClassName.equals(OWLEntityDescriptionBrowserPortlet.class.getName())) {
return new OWLEntityDescriptionBrowserPortlet(project);
}
else if (portletJavaClassName.endsWith(OWLEntityDescriptionEditorPortlet.class.getName())) {