|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportNLSLibrary
| Method Summary | |
|---|---|
java.util.List<java.awt.Font> |
getFontKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Font Keys from the Report NLS library. |
java.util.List<java.lang.String> |
getFormatKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Format Keys from the Report NLS library. |
java.util.Map<NLSType,java.util.Map<java.lang.String,java.lang.String>> |
getOriginalTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Text Keys and original text values from the Report NLS library. |
java.util.Map<java.lang.String,java.lang.String> |
getParameterNamesMap(java.lang.String catalogPath,
int catalogVersionNumber)
Gets the Parameter Names Map. |
java.util.Map<java.lang.String,ReportNLSLibrary> |
getSubReportNLSLibraries()
Gets the Report NLS libraries of sub-reports of the main report. |
java.util.Map<NLSType,java.util.List<java.lang.String>> |
getTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Text Keys from the Report NLS library. |
| Method Detail |
|---|
java.util.Map<NLSType,java.util.List<java.lang.String>> getTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.
java.util.List<java.lang.String> getFormatKeys(java.lang.String catalogPath,
int catalogVersionNumber)
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.
java.util.List<java.awt.Font> getFontKeys(java.lang.String catalogPath,
int catalogVersionNumber)
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.
java.util.Map<java.lang.String,ReportNLSLibrary> getSubReportNLSLibraries()
java.util.Map<java.lang.String,java.lang.String> getParameterNamesMap(java.lang.String catalogPath,
int catalogVersionNumber)
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.
java.util.Map<NLSType,java.util.Map<java.lang.String,java.lang.String>> getOriginalTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||