edu.washington.cs.supple.wlib.java2
Class DesktopWidgetFactory

java.lang.Object
  extended byedu.washington.cs.supple.wlib.AbstractWidgetFactory
      extended byedu.washington.cs.supple.wlib.java2.DesktopWidgetFactory
All Implemented Interfaces:
java.io.Serializable, WidgetFactory
Direct Known Subclasses:
DesktopAlignedWidgetFactory, DesktopShortcutWidgetFactory

public class DesktopWidgetFactory
extends AbstractWidgetFactory

Author:
kgajos
See Also:
Serialized Form

Constructor Summary
DesktopWidgetFactory()
           
 
Method Summary
 java.util.Vector getWidgets(UiObject object)
           
protected  Widget wrapWidget(Widget w)
           
protected  java.util.Vector wrapWidgets(java.util.Vector widgets)
           
 
Methods inherited from class edu.washington.cs.supple.wlib.AbstractWidgetFactory
getWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopWidgetFactory

public DesktopWidgetFactory()
Method Detail

getWidgets

public java.util.Vector getWidgets(UiObject object)

wrapWidgets

protected java.util.Vector wrapWidgets(java.util.Vector widgets)

wrapWidget

protected Widget wrapWidget(Widget w)
Overrides:
wrapWidget in class AbstractWidgetFactory