uchicago.src.reflector
Class PropertyDescriptor
java.lang.Object
|
+--uchicago.src.reflector.PropertyDescriptor
- Direct Known Subclasses:
- BooleanPropertyDescriptor, FilePropertyDescriptor, ListPropertyDescriptor, RangePropertyDescriptor
- public abstract class PropertyDescriptor
- extends Object
Base class for describing an Object's property. This includes its
name and a PropertyWidget that is a GUI representation of that
property.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDescriptor
public PropertyDescriptor(String name)
getName
public String getName()
getWidget
public abstract PropertyWidget getWidget()
Bug reports and feature requests to RePast