Uses of Interface
org.zkoss.zk.ui.util.ThemeProvider

Packages that use ThemeProvider
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkmax.init Initialization of zkmax 
org.zkoss.zul.theme   
 

Uses of ThemeProvider in org.zkoss.zk.ui.util
 

Methods in org.zkoss.zk.ui.util that return ThemeProvider
 ThemeProvider Configuration.getThemeProvider()
          Returns the theme provider for the current execution, or null if not available.
 

Methods in org.zkoss.zk.ui.util with parameters of type ThemeProvider
 void Configuration.setThemeProvider(ThemeProvider provider)
          Sets the theme provider for the current execution, or null if not available.
 

Uses of ThemeProvider in org.zkoss.zkmax.init
 

Classes in org.zkoss.zkmax.init that implement ThemeProvider
 class TabletThemeProvider
          Deprecated. Please use org.zkoss.zul.theme.StandardThemeProvider instead after 6.5.2
 

Constructors in org.zkoss.zkmax.init with parameters of type ThemeProvider
TabletThemeProvider(ThemeProvider origin)
          Deprecated.  
 

Uses of ThemeProvider in org.zkoss.zul.theme
 

Classes in org.zkoss.zul.theme that implement ThemeProvider
 class StandardThemeProvider
          A standard implementation of ThemeProvider for ZK CE, which works with the Breeze series themes
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo