public abstract class ReportItemFactory extends java.lang.Object implements IReportItemFactory
Constructor and Description |
---|
ReportItemFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
public abstract IReportItem newReportItem(DesignElementHandle extendedItemHandle)
IReportItemFactory
newReportItem
in interface IReportItemFactory
extendedItemHandle
- the BIRT report item that represents the extended elementpublic 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 elementCopyright © 2008 Actuate Corp. All rights reserved.