Class TLcdGenericPropertyEditor

java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.beans.TLcdGenericPropertyEditor
All Implemented Interfaces:
PropertyEditor

@Deprecated public class TLcdGenericPropertyEditor extends PropertyEditorSupport
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a generic PropertyEditor that will consider an Object value as a Bean. It will provide a custom editor (ILcdPropertySheet) that will be able to edit the bean properties with introspection.
See Also: