|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ModuleHandleImpl.findNativeStyle(java.lang.String name)
Finds a style by its name in this module. |
SharedStyleHandle |
ModuleHandleImpl.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. |
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)
|
Method parameters in org.eclipse.birt.report.model.api with type arguments of type SharedStyleHandle | |
---|---|
void |
ReportItemThemeHandle.importCssStyles(CssStyleSheetHandle stylesheet,
java.util.List<SharedStyleHandle> selectedStyles)
Imports the selected styles in a CssStyleSheetHandle to the
given theme of the library. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |