Uses of Class
org.eclipse.birt.report.model.api.olap.CubeHandle

Packages that use CubeHandle
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.olap   
 

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

Methods in org.eclipse.birt.report.model.api that return CubeHandle
 CubeHandle ModuleHandle.findCube(java.lang.String name)
          Finds a cube element by name in this module and the included modules.
 CubeHandle ReportItemHandle.getCube()
          Returns the cube of the report item.
 

Methods in org.eclipse.birt.report.model.api with parameters of type CubeHandle
 void ReportItemHandle.setCube(CubeHandle handle)
          Sets the cube of the report item.
protected  void DesignVisitor.visitCube(CubeHandle obj)
          Visits the cube element.
 

Uses of CubeHandle in org.eclipse.birt.report.model.api.olap
 

Subclasses of CubeHandle in org.eclipse.birt.report.model.api.olap
 class OdaCubeHandle
          Represents a cube.
 class TabularCubeHandle
          Represents a cube.
 



Copyright © 2008 Actuate Corp. All rights reserved.