org.terracotta.modules.hibernatecache.presentation
Class CacheRegionsPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.hibernatecache.presentation.CacheRegionsPanel
All Implemented Interfaces:
PropertyChangeListener, EventListener, NotificationListener, ListSelectionListener

public class CacheRegionsPanel
extends XContainer
implements NotificationListener, ListSelectionListener, PropertyChangeListener


Nested Class Summary
static class CacheRegionsPanel.CachedColumnRenderer
           
 
Constructor Summary
CacheRegionsPanel()
           
 
Method Summary
protected  ApplicationContext getApplicationContext()
           
protected  IClusterModel getClusterModel()
           
protected  String getPersistenceUnit()
           
 void handleNotification(Notification notif, Object handBack)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, String persistenceUnit)
           
 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

CacheRegionsPanel

public CacheRegionsPanel()
Method Detail

setup

public void setup(ApplicationContext appContext,
                  IClusterModel clusterModel,
                  String persistenceUnit)

valueChanged

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

propertyChange

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

getApplicationContext

protected ApplicationContext getApplicationContext()

getClusterModel

protected IClusterModel getClusterModel()

getPersistenceUnit

protected String getPersistenceUnit()

handleNotification

public void handleNotification(Notification notif,
                               Object handBack)
Specified by:
handleNotification in interface NotificationListener

tearDown

public void tearDown()


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