Uses of Class
org.jboss.cache.demo.JBossCacheGUI

Packages that use JBossCacheGUI
org.jboss.cache.demo   
org.jboss.cache.pojo.demo   
 

Uses of JBossCacheGUI in org.jboss.cache.demo
 

Methods in org.jboss.cache.demo that return JBossCacheGUI
protected  JBossCacheGUI JBossCacheView.createCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)
          Factory method that creates a cache GUI instance
 

Uses of JBossCacheGUI in org.jboss.cache.pojo.demo
 

Subclasses of JBossCacheGUI in org.jboss.cache.pojo.demo
 class PojoCacheGUI
          View for PojoCache demo.
 

Methods in org.jboss.cache.pojo.demo that return JBossCacheGUI
protected  JBossCacheGUI PojoCacheView.createCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)