edu.toronto.cs.beans
Class BeanUtil

java.lang.Object
  extended by edu.toronto.cs.beans.BeanUtil

public class BeanUtil
extends java.lang.Object


Field Summary
static java.lang.String HELP_ATTRIBUTE
           
 
Constructor Summary
BeanUtil()
           
 
Method Summary
static java.awt.Component getEditorComponent(java.beans.PropertyEditor _editor)
          Returns an editor Component a) try the editor itself b) if enumerated type use list box c) otherwise just use JText
static java.beans.PropertyEditor getPropertyEditor(java.beans.PropertyDescriptor d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP_ATTRIBUTE

public static final java.lang.String HELP_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

BeanUtil

public BeanUtil()
Method Detail

getPropertyEditor

public static java.beans.PropertyEditor getPropertyEditor(java.beans.PropertyDescriptor d)

getEditorComponent

public static java.awt.Component getEditorComponent(java.beans.PropertyEditor _editor)
Returns an editor Component a) try the editor itself b) if enumerated type use list box c) otherwise just use JText