| 
|||||||||||
| 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(String metaDataAlias,
            Map values)
Creates a Theme using the given values.  | 
 Theme | 
ThemeManager.getDefaultTheme(String metaDataAlias,
                List columnNames)
Gets the Default Theme.  | 
 Theme | 
ThemeManager.getNonCachedTheme(String metaDataAlias,
                  int id,
                  List columnNames)
Gets a Theme by ID out of the DB (the cache is not checked).  | 
 Theme | 
ThemeManager.getTheme(String metaDataAlias,
         int id,
         List columnNames)
Gets a Theme by ID.  | 
 Theme | 
ThemeManager.getTheme(Application application,
         List columnNames)
Gets a Theme associated with the given Application.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||