Package muntjac :: Package ui :: Module abstract_component_container
[hide private]
[frames] | no frames]

Module abstract_component_container

source code

Defines the default implementation for the methods in IComponentContainer.

Classes [hide private]
  AbstractComponentContainer
Extension to AbstractComponent that defines the default implementation for the methods in IComponentContainer.
Variables [hide private]
  _COMPONENT_ATTACHED_METHOD = getattr(IComponentAttachListener,...
  _COMPONENT_DETACHED_METHOD = getattr(IComponentDetachListener,...
Variables Details [hide private]

_COMPONENT_ATTACHED_METHOD

Value:
getattr(IComponentAttachListener, 'componentAttachedToContainer')

_COMPONENT_DETACHED_METHOD

Value:
getattr(IComponentDetachListener, 'componentDetachedFromContainer')