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

Packages that use StyleHandle
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.structures Defines the structure types in Model system. 
org.eclipse.birt.report.model.api.impl   
org.eclipse.birt.report.model.api.simpleapi Report element representations in the BIRT simple API environment. 
org.eclipse.birt.report.model.api.validators Provides the validation classes for semantic check on multiple properties. 
 

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

Subclasses of StyleHandle in org.eclipse.birt.report.model.api
 class CssSharedStyleHandle
          Css shared style handle.
 class PrivateStyleHandle
          Represents the "private style" for an element.
 class SharedStyleHandle
          Represents a named, shared style.
 

Methods in org.eclipse.birt.report.model.api that return StyleHandle
 StyleHandle ThemeHandle.findStyle(java.lang.String name)
          Returns the style with the given name.
 StyleHandle SessionHandle.getDefaultTOCStyle(java.lang.String name)
          Gets default TOC Style.Heading 1 -> Heading 10.
 StyleHandle DesignElementHandle.getPrivateStyle()
          Returns a handle to work with the style properties of this element.
 StyleHandle ContentElementHandle.getPrivateStyle()
           
 StyleHandle HighlightRuleHandle.getStyle()
          Returns the style that the highlight rule links with.
 

Methods in org.eclipse.birt.report.model.api with parameters of type StyleHandle
 void HighlightRuleHandle.setStyle(StyleHandle style)
          Sets the style property.
protected  void DesignVisitor.visitStyle(StyleHandle obj)
          Visits the style element.
 

Uses of StyleHandle in org.eclipse.birt.report.model.api.elements.structures
 

Methods in org.eclipse.birt.report.model.api.elements.structures that return StyleHandle
 StyleHandle HighlightRule.getStyle()
          Returns the style that the highlight rule links with.
 

Methods in org.eclipse.birt.report.model.api.elements.structures with parameters of type StyleHandle
 void HighlightRule.setStyle(StyleHandle styleElement)
          Sets the style property.
 

Uses of StyleHandle in org.eclipse.birt.report.model.api.impl
 

Methods in org.eclipse.birt.report.model.api.impl with parameters of type StyleHandle
 IStyle SimpleElementFactory.createStyle(StyleHandle style)
           
 

Uses of StyleHandle in org.eclipse.birt.report.model.api.simpleapi
 

Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type StyleHandle
 IStyle ISimpleElementFactory.createStyle(StyleHandle style)
          Create IStyle instance
 

Uses of StyleHandle in org.eclipse.birt.report.model.api.validators
 

Methods in org.eclipse.birt.report.model.api.validators with parameters of type StyleHandle
 java.util.List ThemeStyleNameValidator.validateForRenamingStyle(ThemeHandle theme, StyleHandle style, java.lang.String styleName)
          Validates whether the style can be renamed to the given name.
 



Copyright © 2008 Actuate Corp. All rights reserved.