facets.facet
Class FacetFactory.EditFacets

java.lang.Object
  extended by facets.core.app.MenuFacets
      extended by facets.facet.FacetFactory.EditFacets
Enclosing class:
FacetFactory

public class FacetFactory.EditFacets
extends MenuFacets

Creates facets for an application edit menu.

getFacets() returns facets retargeted on elements of SContentRootTargeter.viewer() and indexed by ViewerTarget.ELEMENTS_VIEWABLE.


Field Summary
 
Fields inherited from class facets.core.app.MenuFacets
targeter
 
Constructor Summary
FacetFactory.EditFacets(SContentRootTargeter t)
           
 
Method Summary
 SFacet[] getFacets()
          Return facets managing items for a menu.
 
Methods inherited from class facets.core.app.MenuFacets
getContextFacets, title
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetFactory.EditFacets

public FacetFactory.EditFacets(SContentRootTargeter t)
Method Detail

getFacets

public SFacet[] getFacets()
Description copied from class: MenuFacets
Return facets managing items for a menu.

Overrides:
getFacets in class MenuFacets