edu.ksu.cis.cadena.core
Class StyleAdapterMaintainer

java.lang.Object
  extended by EContentAdapter
      extended by edu.ksu.cis.cadena.core.StyleAdapterMaintainer

public class StyleAdapterMaintainer
extends EContentAdapter

Author:
jesse TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
StyleAdapterMaintainer(Style style)
          Adds adapters to the style as specified by plugins.
 
Method Summary
 void notifyChanged(Notification msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleAdapterMaintainer

public StyleAdapterMaintainer(Style style)
Adds adapters to the style as specified by plugins. Add's and removes adapters as the style's parents (and parents' parents) change.

Parameters:
style - The style to manage the adapters for.
Method Detail

notifyChanged

public void notifyChanged(Notification msg)