org.westofj.wui
Interface WLayoutManager
- All Known Implementing Classes:
- WFlowLayout, WGridLayout, WHorizontalLayout, WVerticalLayout
- public interface WLayoutManager
Defines the interface for classes that perform the rendering of
WContainer
instances.
- Version:
- $Revision: 1.5 $, $Date: 2004/03/14 21:27:46 $
- Author:
- bill
render
public void render(WContainer container,
WRunner runner,
WRenderContext context,
PrintWriter out)
throws WRenderException
- Renders the
WContainer
.
- Parameters:
container
- the container to render.runner
- the current runner context.out
- the PrintWriter
to which to render the
WContainer
instance.
- Throws:
WRenderException