|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cs3d.util.eclipse.extension.AbstractExtension<CustomReportDetailsPage,CustomReportDetailsPageFactory>
eu.esdihumboldt.hale.ui.views.report.properties.details.extension.CustomReportDetailsPageExtension
public class CustomReportDetailsPageExtension
Extension for CustomReportDetailsPage
s.
Field Summary | |
---|---|
static String |
ID
The extension point ID. |
Method Summary | |
---|---|
protected CustomReportDetailsPageFactory |
createFactory(org.eclipse.core.runtime.IConfigurationElement conf)
|
CustomReportDetailsPage |
getDetailPage(Class<? extends Report> reportType)
Returns the registered detail page for the given report type. It searches for registered pages for the specified type or any of its super types/interfaces. |
static CustomReportDetailsPageExtension |
getInstance()
Get the extension instance. |
Methods inherited from class de.cs3d.util.eclipse.extension.AbstractExtension |
---|
createCollection, getFactories, getFactories, getFactories, getFactory, getFactoryCollections |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ID
Method Detail |
---|
public static CustomReportDetailsPageExtension getInstance()
protected CustomReportDetailsPageFactory createFactory(org.eclipse.core.runtime.IConfigurationElement conf) throws Exception
createFactory
in class de.cs3d.util.eclipse.extension.AbstractExtension<CustomReportDetailsPage,CustomReportDetailsPageFactory>
Exception
AbstractExtension.createFactory(IConfigurationElement)
public CustomReportDetailsPage getDetailPage(Class<? extends Report> reportType)
null
is returned.
reportType
- the type in question
CustomReportDetailsPage
for the given type
or null
if there is none
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |