|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
planetj.dataengine.application | |
planetj.dataengine.theme |
Uses of Theme in planetj.dataengine.application |
Methods in planetj.dataengine.application that return Theme | |
Theme |
Application.getTheme()
Gets the Theme associated with this application. |
Uses of Theme in planetj.dataengine.theme |
Methods in planetj.dataengine.theme that return Theme | |
Theme |
ThemeManager.createTheme(java.lang.String metaDataAlias,
java.util.Map values)
Creates a Theme using the given values. |
Theme |
ThemeManager.getDefaultTheme(java.lang.String metaDataAlias,
java.util.List columnNames)
Gets the Default Theme. |
Theme |
ThemeManager.getNonCachedTheme(java.lang.String metaDataAlias,
int id,
java.util.List columnNames)
Gets a Theme by ID out of the DB (the cache is not checked). |
Theme |
ThemeManager.getTheme(java.lang.String metaDataAlias,
int id,
java.util.List columnNames)
Gets a Theme by ID. |
protected Theme |
ThemeManager.getTheme(java.lang.String metaDataAlias,
java.lang.String libraryName,
java.lang.String tableName,
int id,
java.util.List columnNames,
boolean checkCache)
Gets a theme by ID. |
Theme |
ThemeManager.getTheme(Application application,
java.util.List columnNames)
Gets a Theme associated with the given Application. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |