org.terracotta.modules.ehcache.presentation
Class EhcacheConfigPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.EhcacheConfigPanel
All Implemented Interfaces:
EventListener, ListSelectionListener, CacheManagerModelListener

public class EhcacheConfigPanel
extends XContainer
implements ListSelectionListener, CacheManagerModelListener


Constructor Summary
EhcacheConfigPanel()
           
 
Method Summary
 void cacheModelAdded(CacheModel cacheModel)
           
 void cacheModelChanged(CacheModel cacheModel)
           
 void cacheModelRemoved(CacheModel cacheModel)
           
 void cachesEnabled()
           
 void setSelectedCacheModel(CacheModel cacheModel)
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
 void statisticsEnabled()
           
 void tearDown()
           
 void valueChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheConfigPanel

public EhcacheConfigPanel()
Method Detail

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel)

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener

setSelectedCacheModel

public void setSelectedCacheModel(CacheModel cacheModel)

cacheModelAdded

public void cacheModelAdded(CacheModel cacheModel)
Specified by:
cacheModelAdded in interface CacheManagerModelListener

cacheModelRemoved

public void cacheModelRemoved(CacheModel cacheModel)
Specified by:
cacheModelRemoved in interface CacheManagerModelListener

cacheModelChanged

public void cacheModelChanged(CacheModel cacheModel)
Specified by:
cacheModelChanged in interface CacheManagerModelListener

statisticsEnabled

public void statisticsEnabled()
Specified by:
statisticsEnabled in interface CacheManagerModelListener

cachesEnabled

public void cachesEnabled()
Specified by:
cachesEnabled in interface CacheManagerModelListener

tearDown

public void tearDown()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.