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 ThemeHandle.getStyles()
          Returns the styles slot of row.
 SlotHandle TableHandle.getColumns()
          Returns the column slot.
protected  SlotHandle TableColumnBandAdapter.getColumns()
           
 SlotHandle SimpleMasterPageHandle.getPageHeader()
          Returns the page header slot of this simple master page.
 SlotHandle SimpleMasterPageHandle.getPageFooter()
          Returns the page footer slot of this simple master page.
 SlotHandle RowHandle.getCells()
          Returns the cell slot of row.
 SlotHandle ReportDesignHandle.getBody()
          Returns a slot handle to work with the sections in the report's Body slot.
 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 ReportDesignHandle.getStyles()
          Returns a slot handle to work with the styles within the report.
 SlotHandle ParameterGroupHandle.getParameters()
          Returns a slot handle to work with the parameters within the parameter group.
 SlotHandle ModuleHandle.getComponents()
          Returns a slot handle to work with the top-level components within the report.
 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 ModuleHandle.getMasterPages()
          Returns a slot handle to work with the master pages within the report.
 SlotHandle ModuleHandle.getParameters()
          Returns a slot handle to work with the top-level parameters and parameter groups within the report.
 SlotHandle ModuleHandle.getStyles()
          Returns a slot handle to work with the styles within the report.
 SlotHandle ListingHandle.getHeader()
          Returns the header slot.
 SlotHandle ListingHandle.getFooter()
          Returns the footer slot.
 SlotHandle ListingHandle.getDetail()
          Returns the detail slot.
 SlotHandle ListingHandle.getGroups()
          Returns the group slot.
 SlotHandle LibraryHandle.getThemes()
          Returns a slot handle to work with the themes within the library.
 SlotHandle LibraryHandle.getStyles()
          Deprecated. uses the theme instead
 SlotHandle GroupHandle.getHeader()
          Returns the header slot in the group.
 SlotHandle GroupHandle.getFooter()
          Returns the footer slot.
 SlotHandle GridHandle.getColumns()
          Returns a slot handle for the columns in the grid.
 SlotHandle GridHandle.getRows()
          Returns a slot handle for the rows in the grid.
 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.
protected  SlotHandle GridColumnBandAdapter.getColumns()
           
 SlotHandle GraphicMasterPageHandle.getContent()
          Returns the slot handle for the content.
 SlotHandle FreeFormHandle.getReportItems()
          Returns a slot handle to work with the Report Items within the free-form.
 SlotHandle DesignElementHandle.getContainerSlotHandle()
          Returns the a handle the the container's slot that holds this element.
 SlotHandle DesignElementHandle.getSlot(int slotID)
          Returns a handle to the given slot.
 SlotHandle CellHandle.getContent()
          Returns the contents of the cell.
 

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
SortedSlotIterator(SlotHandle handle)
          Constructs a sorted slot iterator with the given slot handle.
SlotIterator(SlotHandle handle)
          Constructs an iterator for the given slot.
 

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 © 2005 Actuate Corp. All rights reserved.