Uses of Interface
org.eclipse.birt.report.model.api.IModuleOption
Packages that use IModuleOption
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of IModuleOption in org.eclipse.birt.report.model.api
Classes in org.eclipse.birt.report.model.api that implement IModuleOptionModifier and TypeClassDescriptionclass
Provide the way to do some setting about the module.Methods in org.eclipse.birt.report.model.api with parameters of type IModuleOptionModifier and TypeMethodDescriptionDesignEngine.openDesign
(String fileName, InputStream ins, IModuleOption options) Opens the report design.IDesignEngine.openDesign
(String fileName, InputStream ins, IModuleOption options) Opens the report design. -
Uses of IModuleOption in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl with parameters of type IModuleOptionModifier and TypeMethodDescriptionDesignEngineImpl.openDesign
(String fileName, InputStream ins, IModuleOption options) Opens the report design.