Uses of Class
org.eclipse.birt.report.model.api.ModuleHandle

Packages that use ModuleHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
org.eclipse.birt.report.model.api.core Represents the fundamental data structures of the user-defined property and the interface of UI listener. 
org.eclipse.birt.report.model.api.css   
 

Uses of ModuleHandle in org.eclipse.birt.report.model.api
 

Subclasses of ModuleHandle in org.eclipse.birt.report.model.api
 class LibraryHandle
          Represents the handle of library element.
 class ReportDesignHandle
          Represents the overall report design.
 

Methods in org.eclipse.birt.report.model.api that return ModuleHandle
 ModuleHandle SimpleGroupElementHandle.getModuleHandle()
           
 ModuleHandle SessionHandle.openModule(java.lang.String fileName, java.io.InputStream is)
          Opens a module regardless of the module type(library or report design).
 ModuleHandle SessionHandle.openModule(java.lang.String fileName)
          Opens a module regardless of the module type(library or report design).
 ModuleHandle LibraryHandle.getHostHandle()
          Returns the host handle which includes the library.
abstract  ModuleHandle GroupElementHandle.getModuleHandle()
          Returns the handle of module.
 ModuleHandle EmptyGroupElementHandle.getModuleHandle()
           
 ModuleHandle DesignElementHandle.getModuleHandle()
          Returns the handle of module.
 ModuleHandle DesignElementHandle.getRoot()
          Returns the root container of this element.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ModuleHandle
static EmbeddedImage StructureFactory.newEmbeddedImageFrom(EmbeddedImageHandle baseImage, java.lang.String name, ModuleHandle targetModule)
          Creates an embedded image from another library embedded image.
static EmbeddedImage StructureFactory.newEmbeddedImageFrom(EmbeddedImageHandle baseImage, ModuleHandle targetModule)
          Creates an embedded image from another library embedded image.
 java.net.URL IResourceLocator.findResource(ModuleHandle moduleHandle, java.lang.String filename, int type)
          Searches the file by the given file name.
static GroupElementHandle GroupElementFactory.newGroupElement(ModuleHandle moduleHandle, java.util.List selectedElements)
          Instantiates a group element handle with the given module handle and selected design element list.
protected  void DesignVisitor.visitModule(ModuleHandle obj)
          Visits the module element
 java.net.URL DefaultResourceLocator.findResource(ModuleHandle moduleHandle, java.lang.String fileName, int type)
           
 

Constructors in org.eclipse.birt.report.model.api with parameters of type ModuleHandle
TranslationHandle(ModuleHandle moduleHandle, org.eclipse.birt.report.model.elements.Translation trans)
          Constructs a handle for a translation message.
SimpleGroupElementHandle(ModuleHandle moduleHandle, java.util.List elements)
          Constructs a handle to deal with a list of report elements.
 

Uses of ModuleHandle in org.eclipse.birt.report.model.api.core
 

Methods in org.eclipse.birt.report.model.api.core with parameters of type ModuleHandle
 void IDisposeListener.moduleDisposed(ModuleHandle targetElement, DisposeEvent ev)
          Notifies the element is disposed.
 void IAttributeListener.fileNameChanged(ModuleHandle targetElement, AttributeEvent ev)
          Notifies the element is validated.
 

Uses of ModuleHandle in org.eclipse.birt.report.model.api.css
 

Constructors in org.eclipse.birt.report.model.api.css with parameters of type ModuleHandle
CssStyleSheetHandle(ModuleHandle moduleHandle, org.eclipse.birt.report.model.css.CssStyleSheet styleSheet)
          Constructs a handle for an include style sheet.
 



Copyright © 2005 Actuate Corp. All rights reserved.