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 AbstractThemeHandle.findCssStyleSheetHandleByName(java.lang.String fileName)
          Deprecated.  
 CssStyleSheetHandle AbstractThemeHandle.findCssStyleSheetHandleByProperties(java.lang.String fileName, java.lang.String externalCssURI, boolean useExternalCss)
          (non-Javadoc)
 CssStyleSheetHandle CssSharedStyleHandle.getCssStyleSheetHandle()
          Gets css style sheet handle.
 CssStyleSheetHandle ModuleHandleImpl.openCssStyleSheet(java.io.InputStream is)
          Gets the result style sheet with given file name of an external CSS2 resource.
 CssStyleSheetHandle ModuleHandleImpl.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 AbstractThemeHandle.addCss(CssStyleSheetHandle sheetHandle)
          (non-Javadoc)
 boolean AbstractThemeHandle.canAddCssStyleSheet(CssStyleSheetHandle sheetHandle)
          (non-Javadoc)
 boolean AbstractThemeHandle.canDropCssStyleSheet(CssStyleSheetHandle sheetHandle)
          (non-Javadoc)
 void AbstractThemeHandle.dropCss(CssStyleSheetHandle sheetHandle)
          (non-Javadoc)
 void ModuleHandleImpl.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          Imports the selected styles in a CssStyleSheetHandle to the module.
 void LibraryHandleImpl.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          Import css file to theme.
 void ReportItemThemeHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List<SharedStyleHandle> selectedStyles)
          Imports the selected styles in a CssStyleSheetHandle to the given theme of the library.
 void LibraryHandleImpl.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 AbstractThemeHandle.reloadCss(CssStyleSheetHandle sheetHandle)
           
 

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.