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.
newAppletLayout
SHost.FacetLayout newAppletLayout(SFacet content,
SFacet toolPanel,
SFacet[] menus,
boolean panelToSide)
- Return a simple layout for use in applets.
- Parameters:
content
- main client areatoolPanel
- panel beside or below main areamenus
- to appear in applet menu barpanelToSide
- determines the location of any tool panel:
if true
to the right of the content, otherwise below.