org.terracotta.modules.ehcache.presentation
Class CacheManagerPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
          extended by org.terracotta.modules.ehcache.presentation.CacheManagerPanel
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class CacheManagerPanel
extends BaseClusterModelPanel
implements PropertyChangeListener


Field Summary
 
Fields inherited from class org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
appContext, bundle, clusterListener, clusterModel, mainPanel, messageLabel, messagePanel
 
Constructor Summary
CacheManagerPanel()
           
 
Method Summary
protected  XContainer createMainPanel()
           
protected  void init()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
clientConnected, clientDisconnected, getActiveCoordinator, getApplicationContext, getClusterModel, resume, setStatus, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManagerPanel

public CacheManagerPanel()
Method Detail

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel)
Overrides:
setup in class BaseClusterModelPanel

init

protected void init()
Specified by:
init in class BaseClusterModelPanel

createMainPanel

protected XContainer createMainPanel()
Specified by:
createMainPanel in class BaseClusterModelPanel

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

tearDown

public void tearDown()
Overrides:
tearDown in class BaseClusterModelPanel


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