com.pow2.webgui
Class WidgetDrawer
java.lang.Object
com.pow2.webgui.WidgetStrategy
com.pow2.webgui.WidgetDrawer
- Direct Known Subclasses:
- AmazonListerDrawer, AmazonTabbedDrawer, AmazonTabDrawer, BOTabDrawer, TabbedDrawer, WindowDrawer
public abstract class WidgetDrawer
- extends WidgetStrategy
WidgetDrawer abstract class.
- Author:
- Luca Fossato
Method Summary |
abstract StringBuffer |
draw()
Gets the string representation of the widget. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetDrawer
public WidgetDrawer(Widget widget)
- Constructor.
- Parameters:
widget
- the widget to draw
draw
public abstract StringBuffer draw()
throws Exception
- Gets the string representation of the widget.
- Returns:
- the string representation of the widget
- Throws:
Exception
- if any error occurs
Copyright © 2002-2005 Power Of Two S.r.l. All Rights Reserved.