Uses of Class
com.sun.webui.theme.ThemeContext

Packages that use ThemeContext
com.sun.webui.theme   
 

Uses of ThemeContext in com.sun.webui.theme
 

Methods in com.sun.webui.theme with parameters of type ThemeContext
 java.lang.String ThemeFactory.getDefaultThemeName(ThemeContext themeContext)
          Return the name of the default concrete theme this ThemeFactory implementation will choose when no theme name is explicitly requested.
 Theme ThemeFactory.getTheme(java.util.Locale locale, java.lang.String version, ThemeContext themeContext)
          Return the default Theme instance with version version for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.util.Locale locale, ThemeContext themeContext)
          Return the default Theme instance for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.lang.String themeName, java.util.Locale locale, ThemeContext themeContext)
          Return the Theme instance named themeName for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.lang.String themeName, java.lang.String version, java.util.Locale locale, ThemeContext themeContext)
          Return the Theme instance named themeName with version version for locale in the themeContext runtime environment.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.