|
||||||||||
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 IReportItemFactory
extendedItemHandle
- the BIRT report item that represents the extended element
public abstract IMessages getMessages()
IReportItemFactory
IMessages
, which can get localized message
for the given resource key and locale.
getMessages
in interface IReportItemFactory
IMessages
public IStyleDeclaration[] getFactoryStyles(java.lang.String extensionName)
IReportItemFactory
getFactoryStyles
in interface IReportItemFactory
extensionName
- the extension name of the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |