zinger.bsheet.module
Class ComponentContextRegistry

java.lang.Object
  extended by zinger.bsheet.module.ComponentContextRegistry

public class ComponentContextRegistry
extends java.lang.Object


Field Summary
protected  java.util.Map componentContextMap
           
 
Constructor Summary
ComponentContextRegistry()
           
ComponentContextRegistry(java.util.Map componentContextMap)
           
 
Method Summary
 ModuleContext findContext(java.awt.Component contextKey)
           
 void registerComponent(java.lang.Object component, ModuleContext context)
           
 void unregisterComponent(java.lang.Object component)
           
 void unregisterContext(ModuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentContextMap

protected final java.util.Map componentContextMap
Constructor Detail

ComponentContextRegistry

public ComponentContextRegistry(java.util.Map componentContextMap)

ComponentContextRegistry

public ComponentContextRegistry()
Method Detail

registerComponent

public void registerComponent(java.lang.Object component,
                              ModuleContext context)

unregisterComponent

public void unregisterComponent(java.lang.Object component)

unregisterContext

public void unregisterContext(ModuleContext context)

findContext

public ModuleContext findContext(java.awt.Component contextKey)