RePast
v. 2.0

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.


Constructor Summary
PropertyDescriptor(String name)
           
 
Method Summary
 String getName()
           
abstract  PropertyWidget getWidget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptor

public PropertyDescriptor(String name)
Method Detail

getName

public String getName()

getWidget

public abstract PropertyWidget getWidget()

RePast
v. 2.0

Bug reports and feature requests to RePast