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

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

public class TestWidgetFactory
extends AbstractWidgetFactory

Author:
kgajos Widget factory for testing new technologies
See Also:
Serialized Form

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

Constructor Detail

TestWidgetFactory

public TestWidgetFactory()
Method Detail

getWidgets

public java.util.Vector getWidgets(UiObject object)