facets.core.app
Interface MountFacet

All Superinterfaces:
SFacet, SRetargetable, STarget.Targeted

public interface MountFacet
extends SFacet, STarget.Targeted

Contains other facets.

A MountFacet manages a widget containing the widgets of other SFacets; it is thus not strictly a true facet, as it does not expose a target.


Method Summary
 void setFacets(SFacet... facets)
          Set the facets whose widgets will be contained by the container widget managed by this MountFacet.
 
Methods inherited from interface facets.core.superficial.SRetargetable
retarget, target
 
Methods inherited from interface facets.core.superficial.STarget.Targeted
targets
 

Method Detail

setFacets

void setFacets(SFacet... facets)
Set the facets whose widgets will be contained by the container widget managed by this MountFacet.