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

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

public class DesktopAlignedWidgetFactory
extends DesktopWidgetFactory

Author:
kgajos
See Also:
Serialized Form

Constructor Summary
DesktopAlignedWidgetFactory()
           
 
Method Summary
 java.util.Vector getWidgets(UiObject object)
           
 
Methods inherited from class edu.washington.cs.supple.wlib.java2.DesktopWidgetFactory
wrapWidget, wrapWidgets
 
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

DesktopAlignedWidgetFactory

public DesktopAlignedWidgetFactory()
Method Detail

getWidgets

public java.util.Vector getWidgets(UiObject object)
Specified by:
getWidgets in interface WidgetFactory
Overrides:
getWidgets in class DesktopWidgetFactory