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

Packages that use SlotHandle
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.elements.table   
 

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

Fields in org.eclipse.birt.report.model.api declared as SlotHandle
protected  SlotHandle SortedSlotIterator.slotHandle
          Handle to the slot over which to iterate.
protected  SlotHandle SlotIterator.slotHandle
          Handle to the slot over which to iterate.
 

Methods in org.eclipse.birt.report.model.api that return SlotHandle
 SlotHandle ReportDesignHandle.getBody()
          Returns a slot handle to work with the sections in the report's Body slot.
 SlotHandle GridHandle.getCellContent(int row, int column)
          Gets the content slot handle of the cell at the position where the given row and column intersect.
 SlotHandle RowHandle.getCells()
          Returns the cell slot of row.
 SlotHandle TableHandle.getColumns()
          Returns the column slot.
protected  SlotHandle GridColumnBandAdapter.getColumns()
           
protected  SlotHandle TableColumnBandAdapter.getColumns()
           
 SlotHandle GridHandle.getColumns()
          Returns a slot handle for the columns in the grid.
 SlotHandle ModuleHandle.getComponents()
          Returns a slot handle to work with the top-level components within the report.
 SlotHandle DesignElementHandle.getContainerSlotHandle()
          Returns the a handle the the container's slot that holds this element.
 SlotHandle CssSharedStyleHandle.getContainerSlotHandle()
           
 SlotHandle CellHandle.getContent()
          Returns the contents of the cell.
 SlotHandle GraphicMasterPageHandle.getContent()
          Returns the slot handle for the content.
 SlotHandle LibraryHandle.getCubes()
           
abstract  SlotHandle ModuleHandle.getCubes()
          Gets the slot handle to work with all cube elements within the report.
 SlotHandle ReportDesignHandle.getCubes()
           
 SlotHandle ModuleHandle.getDataSets()
          Returns a slot handle to work with the data sets within the report.
 SlotHandle ModuleHandle.getDataSources()
          Returns a slot handle to work with the data sources within the report.
 SlotHandle ListingHandle.getDetail()
          Returns the detail slot.
 SlotHandle ListingHandle.getFooter()
          Returns the footer slot.
 SlotHandle GroupHandle.getFooter()
          Returns the footer slot.
 SlotHandle ListingHandle.getGroups()
          Returns the group slot.
 SlotHandle ListingHandle.getHeader()
          Returns the header slot.
 SlotHandle GroupHandle.getHeader()
          Returns the header slot in the group.
 SlotHandle ModuleHandle.getMasterPages()
          Returns a slot handle to work with the master pages within the report.
 SlotHandle SimpleMasterPageHandle.getPageFooter()
          Returns the page footer slot of this simple master page.
 SlotHandle SimpleMasterPageHandle.getPageHeader()
          Returns the page header slot of this simple master page.
 SlotHandle ModuleHandle.getParameters()
          Returns a slot handle to work with the top-level parameters and parameter groups within the report.
 SlotHandle ParameterGroupHandle.getParameters()
          Returns a slot handle to work with the parameters within the parameter group.
 SlotHandle FreeFormHandle.getReportItems()
          Returns a slot handle to work with the Report Items within the free-form.
 SlotHandle GridHandle.getRows()
          Returns a slot handle for the rows in the grid.
 SlotHandle ReportDesignHandle.getScratchPad()
          Returns a slot handle to work with the scratched elements within the report, which are no longer needed or are in the process of rearranged.
 SlotHandle DesignElementHandle.getSlot(int slotID)
          Returns a handle to the given slot.
 SlotHandle LibraryHandle.getStyles()
          Deprecated. uses the theme instead
 SlotHandle ThemeHandle.getStyles()
          Returns the styles slot of row.
 SlotHandle ModuleHandle.getStyles()
          Returns a slot handle to work with the styles within the report.
 SlotHandle ReportDesignHandle.getStyles()
          Returns a slot handle to work with the styles within the report.
 SlotHandle LibraryHandle.getThemes()
          Returns a slot handle to work with the themes within the library.
 

Methods in org.eclipse.birt.report.model.api with parameters of type SlotHandle
protected  void DesignVisitor.visitContents(SlotHandle slot)
          Visits the content of the slot.
 

Constructors in org.eclipse.birt.report.model.api with parameters of type SlotHandle
SlotIterator(SlotHandle handle)
          Constructs an iterator for the given slot.
SortedSlotIterator(SlotHandle handle)
          Constructs a sorted slot iterator with the given slot handle.
 

Uses of SlotHandle in org.eclipse.birt.report.model.api.elements.table
 

Methods in org.eclipse.birt.report.model.api.elements.table that return SlotHandle
 SlotHandle LayoutSlot.getSlot()
          Returns the slot handle of the layout slot.
 



Copyright © 2008 Actuate Corp. All rights reserved.