Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
IncludedCssStyleSheetHandle |
AbstractThemeHandle.findIncludedCssStyleSheetHandleByName(java.lang.String fileName)
Deprecated.
|
IncludedCssStyleSheetHandle |
AbstractThemeHandle.findIncludedCssStyleSheetHandleByProperties(java.lang.String fileName,
java.lang.String externalCssURI,
boolean useExternalCss)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractThemeHandle.canRenameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Deprecated.
|
boolean |
AbstractThemeHandle.canRenameCssByProperties(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName,
java.lang.String externalCssURI,
boolean useExternalCss) |
void |
AbstractThemeHandle.renameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Deprecated.
|
void |
AbstractThemeHandle.renameCssByProperties(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName,
java.lang.String externalCssURI,
boolean useExternalCss)
(non-Javadoc)
|
Copyright © 2008 Actuate Corp. All rights reserved.