Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.theme.ThemeMap

Packages that use ThemeMap
com.jivesoftware.base.theme   
com.jivesoftware.forum.theme   
 

Uses of ThemeMap in com.jivesoftware.base.theme
 

Methods in com.jivesoftware.base.theme with parameters of type ThemeMap
 void AbstractThemeManager.addThemeMap(java.lang.String theme, ThemeMap themeMap)
           
 void ThemeManager.addThemeMap(java.lang.String theme, ThemeMap themeMap)
          Adds a theme mapping to the system.
 void AbstractThemeManager.deleteThemeMap(ThemeMap themeMap)
           
 void ThemeManager.deleteThemeMap(ThemeMap themeMap)
          Removes a theme mapping from the system.
 Theme AbstractThemeManager.getTheme(ThemeMap themeMap)
           
 Theme ThemeManager.getTheme(ThemeMap themeMap)
          Returns the Theme object corresponding to the provided themeMap, or null if no association is found.
protected abstract  boolean AbstractThemeManager.isNumValue(ThemeMap themeMap)
          Returns true if the themeMap is using a number value, false if it's using a string value.
 

Constructors in com.jivesoftware.base.theme with parameters of type ThemeMap
AbstractThemeManager.ThemePutTask(ThemeMap themeMap, java.lang.String theme)
           
AbstractThemeManager.ThemeRemoveTask(ThemeMap themeMap)
           
 

Uses of ThemeMap in com.jivesoftware.forum.theme
 

Methods in com.jivesoftware.forum.theme with parameters of type ThemeMap
 void ForumThemeManager.addThemeMap(java.lang.String theme, ThemeMap themeMap)
           
protected  boolean ForumThemeManager.isNumValue(ThemeMap themeMap)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.