|
||||||||||
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.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.util | Utility classes. |
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 |
AbstractThemeHandle.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. |
StyleHandle |
ContentElementHandle.getPrivateStyle()
|
StyleHandle |
HighlightRuleHandle.getStyle()
Returns the style that the highlight rule links with. |
Methods in org.eclipse.birt.report.model.api that return types with arguments of type StyleHandle | |
---|---|
java.util.List<StyleHandle> |
FactoryElementHandle.getAllFactoryStyles()
Gets all the factory style handle. |
Methods in org.eclipse.birt.report.model.api with parameters of type StyleHandle | |
---|---|
void |
HighlightRuleHandle.setStyle(StyleHandle style)
Sets the style property. |
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.util |
---|
Methods in org.eclipse.birt.report.model.api.util with parameters of type StyleHandle | |
---|---|
static boolean |
ElementExportUtilImpl.canExport(StyleHandle styleHandle,
ThemeHandle themeHandle,
boolean canOverride)
Checks whether the given element can be exported into the selected theme. |
static void |
ElementExportUtilImpl.exportStyle(StyleHandle styleToExport,
ThemeHandle themeHandle,
boolean canOverride)
Exports the given style into selected theme. |
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<SemanticException> |
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 |