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

Packages that use IncludedCssStyleSheetHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
 

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

Methods in org.eclipse.birt.report.model.api that return IncludedCssStyleSheetHandle
 IncludedCssStyleSheetHandle AbstractThemeHandle.findIncludedCssStyleSheetHandleByName(java.lang.String fileName)
          Deprecated.  
 IncludedCssStyleSheetHandle AbstractThemeHandle.findIncludedCssStyleSheetHandleByProperties(java.lang.String fileName, java.lang.String externalCssURI, boolean useExternalCss)
          (non-Javadoc)
 

Methods in org.eclipse.birt.report.model.api with parameters of type IncludedCssStyleSheetHandle
 boolean AbstractThemeHandle.canRenameCss(IncludedCssStyleSheetHandle handle, java.lang.String newFileName)
          Deprecated.  
 boolean AbstractThemeHandle.canRenameCssByProperties(IncludedCssStyleSheetHandle handle, java.lang.String newFileName, java.lang.String externalCssURI, boolean useExternalCss)
           
 void AbstractThemeHandle.renameCss(IncludedCssStyleSheetHandle handle, java.lang.String newFileName)
          Deprecated.  
 void AbstractThemeHandle.renameCssByProperties(IncludedCssStyleSheetHandle handle, java.lang.String newFileName, java.lang.String externalCssURI, boolean useExternalCss)
          (non-Javadoc)
 



Copyright © 2008 Actuate Corp. All rights reserved.