org.westofj.wui
Class WSeparator
java.lang.Object
org.westofj.wui.Widget
org.westofj.wui.WSeparator
- public class WSeparator
- extends Widget
A horizontal separator.
- Version:
- $Revision: 1.3 $, $Date: 2004/03/14 21:27:46 $
- Author:
- bill
Constructor Summary |
WSeparator()
Constructs a separator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final WSeparator INSTANCE
- An instance of a WSeparator widget.
WSeparator
public WSeparator()
- Constructs a separator.
render
public void render(WRunner runner,
WRenderContext context,
PrintWriter out)
- Description copied from class:
Widget
- Renders the widget to the display.
- Specified by:
render
in class Widget
- Parameters:
runner
- the current runner context.out
- the output for the display.