facets.facet
Interface FacetFactory.AppletHost

All Superinterfaces:
SHost
Enclosing class:
FacetFactory

public static interface FacetFactory.AppletHost
extends SHost

SHost that can create and set an applet layout.


Nested Class Summary
 
Nested classes/interfaces inherited from interface facets.core.superficial.app.SHost
SHost.FacetLayout
 
Method Summary
 SHost.FacetLayout newAppletLayout(SFacet content, SFacet toolPanel, SFacet[] menus, boolean panelToSide)
          Return a simple layout for use in applets.
 
Methods inherited from interface facets.core.superficial.app.SHost
setLayout, setTitle, updateLayout, wrapped
 

Method Detail

newAppletLayout

SHost.FacetLayout newAppletLayout(SFacet content,
                                  SFacet toolPanel,
                                  SFacet[] menus,
                                  boolean panelToSide)
Return a simple layout for use in applets.

Parameters:
content - main client area
toolPanel - panel beside or below main area
menus - to appear in applet menu bar
panelToSide - determines the location of any tool panel: if true to the right of the content, otherwise below.