org.westofj.wui
Class WEmpty
java.lang.Object
org.westofj.wui.Widget
org.westofj.wui.WEmpty
- public final class WEmpty
- extends Widget
Renders an empty space to the display.
- Version:
- $Revision: 1.3 $, $Date: 2004/03/14 21:27:46 $
- Author:
- bill
Constructor Summary |
WEmpty()
Constructs an instance of the empty widget. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final WEmpty INSTANCE
- An instance of a WEmpty widget.
WEmpty
public WEmpty()
- Constructs an instance of the empty widget.
render
public final 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.