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

Packages that use LibraryHandle
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.util Utility classes. 
 

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

Methods in org.eclipse.birt.report.model.api that return LibraryHandle
 LibraryHandle ModuleHandle.findLibrary(java.lang.String fileName)
          Returns the library handle with the given file name.
 LibraryHandle ModuleHandle.getLibrary(java.lang.String namespace)
          Returns the library handle with the given namespace.
 

Methods in org.eclipse.birt.report.model.api with parameters of type LibraryHandle
 void ModuleHandle.dropLibrary(LibraryHandle library)
          Drops the given library from the included libraries of this design file.
 void ModuleHandle.dropLibraryAndBreakExtends(LibraryHandle library)
          Drops the given library from the design and break all the parent/child relationships.
 boolean ModuleHandle.isInclude(LibraryHandle library)
          Checks whether there is an included library in this module, which has the same absolute path as that of the given library.
 void ModuleHandle.reloadLibrary(LibraryHandle libraryToReload)
          Reloads the library with the given library file path.
 void ModuleHandle.shiftLibrary(LibraryHandle library, int toPosn)
          Shifts the library to new position.
 

Uses of LibraryHandle in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util with parameters of type LibraryHandle
static boolean ElementExportUtilImpl.canExport(DesignElementHandle elementToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Checks whether the given element can be exported into one library.
static boolean ElementExportUtilImpl.canExport(StructureHandle structToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Checks whether the given structure can be exported into one library.
static void ElementExportUtilImpl.exportDesign(ReportDesignHandle designToExport, LibraryHandle targetLibraryHandle, boolean canOverride, boolean genDefaultName)
          Exports one design to library.
static void ElementExportUtilImpl.exportElement(DesignElementHandle elementToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Exports the given element into one library.
static void ElementExportUtilImpl.exportStructure(StructureHandle structToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Exports the given structure into one library.
 



Copyright © 2008 Actuate Corp. All rights reserved.