uchicago.src.reflector
Class WidgetFactory

java.lang.Object
  extended by uchicago.src.reflector.WidgetFactory

public class WidgetFactory
extends java.lang.Object

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:51:05 $
Author:
Nick Collier

Constructor Summary
WidgetFactory(Introspector spector, java.util.List valueFields, java.util.Map descriptors)
           
 
Method Summary
 PropertyWidget getWidget(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetFactory

public WidgetFactory(Introspector spector,
                     java.util.List valueFields,
                     java.util.Map descriptors)
Method Detail

getWidget

public PropertyWidget getWidget(java.lang.String propertyName)
                         throws java.lang.IllegalAccessException,
                                java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException