Uses of Class
org.eclipse.birt.report.model.api.css.CssStyleSheetHandle

Packages that use CssStyleSheetHandle
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.css   
 

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

Methods in org.eclipse.birt.report.model.api that return CssStyleSheetHandle
 CssStyleSheetHandle ReportDesignHandle.findCssStyleSheetHandleByFileName(java.lang.String fileName)
          Gets CssStyleSheetHandle by file name.
 CssStyleSheetHandle ThemeHandle.findCssStyleSheetHandleByName(java.lang.String fileName)
          Gets CssStyleSheetHandle by file name.
 CssStyleSheetHandle CssSharedStyleHandle.getCssStyleSheetHandle()
          Gets css style sheet handle.
 CssStyleSheetHandle ModuleHandle.openCssStyleSheet(java.io.InputStream is)
          Gets the result style sheet with given file name of an external CSS2 resource.
 CssStyleSheetHandle ModuleHandle.openCssStyleSheet(java.lang.String fileName)
          Gets the result style sheet with given file name of an external CSS2 resource.
 

Methods in org.eclipse.birt.report.model.api with parameters of type CssStyleSheetHandle
 void ThemeHandle.addCss(CssStyleSheetHandle sheetHandle)
          Includes one css with the given css file name.
 void ReportDesignHandle.addCss(CssStyleSheetHandle sheetHandle)
          Includes one css with the given css file name.
 boolean ThemeHandle.canAddCssStyleSheet(CssStyleSheetHandle sheetHandle)
          Check style sheet can be added or not.
 boolean ReportDesignHandle.canAddCssStyleSheet(CssStyleSheetHandle sheetHandle)
          Check style sheet can be added or not.
 boolean ThemeHandle.canDropCssStyleSheet(CssStyleSheetHandle sheetHandle)
          Check style sheet can be droped or not.
 boolean ReportDesignHandle.canDropCssStyleSheet(CssStyleSheetHandle sheetHandle)
          Check style sheet can be droped or not.
 void ThemeHandle.dropCss(CssStyleSheetHandle sheetHandle)
          Drops the given css style sheet of this design file.
 void ReportDesignHandle.dropCss(CssStyleSheetHandle sheetHandle)
          Drops the given css style sheet of this design file.
 void LibraryHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          Import css file to theme.
abstract  void ModuleHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          Imports the selected styles in a CssStyleSheetHandle to the module.
 void ReportDesignHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          (non-Javadoc)
 void LibraryHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles, java.lang.String themeName)
          Imports the selected styles in a CssStyleSheetHandle to the given theme of the library.
 void ThemeHandle.reloadCss(CssStyleSheetHandle sheetHandle)
          Reloads the css with the given css file path.
 void ReportDesignHandle.reloadCss(CssStyleSheetHandle sheetHandle)
          Reloads the css with the given css file path.
 

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

Constructors in org.eclipse.birt.report.model.api.css with parameters of type CssStyleSheetHandle
StyleIterator(CssStyleSheetHandle styleSheet)
          Constructs a iterator to return the styles of the given style sheet.
 



Copyright © 2008 Actuate Corp. All rights reserved.