|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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 |
DesignElementHandle.getPrivateStyle()
Returns a handle to work with the style properties of this element. |
Methods in org.eclipse.birt.report.model.api with parameters of type StyleHandle | |
protected void |
DesignVisitor.visitStyle(StyleHandle obj)
Visits the style element. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |