edu.ksu.cis.cadena.core
Class ParentStyleAdapter

java.lang.Object
  extended by AdapterImpl
      extended by edu.ksu.cis.cadena.core.ParentStyleAdapter
Direct Known Subclasses:
ModuleAdapterMaintainer, ScenarioAdapterMaintainer

public abstract class ParentStyleAdapter
extends AdapterImpl

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

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

Constructor Detail

ParentStyleAdapter

public ParentStyleAdapter(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.