com.ibm.commons.iloader.node
Interface IPropertyEditor

All Known Implementing Classes:
AbstractCheckBoxEditor, AbstractCLabelEditor, AbstractComboEditor, AbstractLabelEditor, AbstractObjectEditor, AbstractTableEditor, AbstractTextEditor, BooleanCheckBoxEditor, BooleanEditor, ComboLookupEditor, DoubleEditor, IntegerEditor, MultilineTextEditor, ObjectCollectionEditor, ObjectEditor, PasswordEditor, PrimitiveCollectionEditor, PropertyEditor, StringEditor, TreeComboEditor

public interface IPropertyEditor

A base interface that all property editors must implement. It is strongly advised to extend the abstract PropertyEditor class as the editor lifecycle is clearly defined there.

See Also:
PropertyEditor