public class CustomReportDetailsPageExtension extends de.cs3d.util.eclipse.extension.AbstractExtension<CustomReportDetailsPage,CustomReportDetailsPageFactory>
CustomReportDetailsPage
s.Modifier and Type | Field and Description |
---|---|
static String |
ID
The extension point ID.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final String ID
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 questionCustomReportDetailsPage
for the given type
or null
if there is noneBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a