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

Packages that use SharedStyleHandle
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 SharedStyleHandle in org.eclipse.birt.report.model.api
 

Subclasses of SharedStyleHandle in org.eclipse.birt.report.model.api
 class CssSharedStyleHandle
          Css shared style handle.
 

Methods in org.eclipse.birt.report.model.api that return SharedStyleHandle
 SharedStyleHandle ModuleHandle.findNativeStyle(java.lang.String name)
          Finds a style by its name in this module.
 SharedStyleHandle ModuleHandle.findStyle(java.lang.String name)
          Finds a style by its name in this module and the included modules.
 SharedStyleHandle DesignElementHandle.getStyle()
          Returns the shared style, if any, as a style handle.
 SharedStyleHandle ElementFactory.newStyle(java.lang.String name)
          Creates a new style element.
 SharedStyleHandle ElementFactory.newStyle(ThemeHandle theme, java.lang.String name)
          Creates a new style element, and the style element is supposed to be adding to some theme in Library.
 

Methods in org.eclipse.birt.report.model.api with parameters of type SharedStyleHandle
 void DesignElementHandle.setStyle(SharedStyleHandle style)
          Sets the shared style element for this element.
 void ContentElementHandle.setStyle(SharedStyleHandle style)
           
 

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

Methods in org.eclipse.birt.report.model.api.css that return SharedStyleHandle
 SharedStyleHandle CssStyleSheetHandle.findStyle(java.lang.String name)
          Gets a style handle with the given name in the style sheet.
 



Copyright © 2008 Actuate Corp. All rights reserved.