|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.extension.ReportItemFactory
public abstract class ReportItemFactory
Adapter class for the IReportItemFactory interface.
| Constructor Summary | |
|---|---|
ReportItemFactory()
|
|
| Method Summary | |
|---|---|
IStyleDeclaration[] |
getFactoryStyles(java.lang.String extensionName)
Returns the list of default styles that defined for the extension element. |
abstract IMessages |
getMessages()
Returns the IMessages, which can get localized message
for the given resource key and locale. |
abstract IReportItem |
newReportItem(DesignElementHandle extendedItemHandle)
Creates a new instance of the extended element given a handle to the BIRT report element that represents the extended element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportItemFactory()
| Method Detail |
|---|
public abstract IReportItem newReportItem(DesignElementHandle extendedItemHandle)
IReportItemFactory
newReportItem in interface IReportItemFactoryextendedItemHandle - the BIRT report item that represents the extended element
public abstract IMessages getMessages()
IReportItemFactoryIMessages, which can get localized message
for the given resource key and locale.
getMessages in interface IReportItemFactoryIMessagespublic IStyleDeclaration[] getFactoryStyles(java.lang.String extensionName)
IReportItemFactory
getFactoryStyles in interface IReportItemFactoryextensionName - the extension name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||