Uses of Interface
org.objectweb.dsrg.sofa.microarchitecture.ContentPlaceholder

Packages that use ContentPlaceholder
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of ContentPlaceholder in org.objectweb.dsrg.sofa.bootstrap
 

Methods in org.objectweb.dsrg.sofa.bootstrap with parameters of type ContentPlaceholder
 void MIUpdateImpl.update(java.lang.Object newContentObject, ContentPlaceholder newContentBinder)
           
 

Uses of ContentPlaceholder in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return ContentPlaceholder
static ContentPlaceholder ComponentFactory.createContentPlaceholder(java.lang.Object o)
          Wraps the content class object into ContentPlaceholder.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture with parameters of type ContentPlaceholder
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, FramePlaceholder fBinder, ContentPlaceholder cBinder, java.lang.Iterable<Aspect> aspects)
          Creates new instance of specified component and returns reference to its control interface.
static MIComponent ComponentFactory.rebindComponent(MIComponent target, ContentPlaceholder cBinder)
          Updates component content with different implementation.
 void MIUpdate.update(java.lang.Object newContentObject, ContentPlaceholder newContentBinder)