Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
Packages that use ISimpleElementFactory
Package
Description
Report element representations in the BIRT simple API environment.
-
Uses of ISimpleElementFactory in org.eclipse.birt.report.model.api.impl
Classes in org.eclipse.birt.report.model.api.impl that implement ISimpleElementFactoryModifier and TypeClassDescriptionclass
The factory class to create scriptable objects. -
Uses of ISimpleElementFactory in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi that return ISimpleElementFactoryModifier and TypeMethodDescriptionstatic ISimpleElementFactory
SimpleElementFactory.getInstance()
Returns the factory instance.Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ISimpleElementFactoryModifier and TypeMethodDescriptionstatic void
SimpleElementFactory.setInstance
(ISimpleElementFactory inFactory) Sets the factory instance.