zinger.bsheet.module
Class ComponentContextRegistry
java.lang.Object
zinger.bsheet.module.ComponentContextRegistry
public class ComponentContextRegistry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentContextMap
protected final java.util.Map componentContextMap
ComponentContextRegistry
public ComponentContextRegistry(java.util.Map componentContextMap)
ComponentContextRegistry
public ComponentContextRegistry()
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)