PropertyEditor.See: Description
| Interface | Description |
|---|---|
| BeanDependentPropertyEditor |
A
PropertyEditor implementing this interface signals that it is dependant on the bean the property
belongs to. |
| ColorMaster |
an interface used together with ColoredEditorHelper, to tell it what color it shall use to paint table cells.
|
| TaggedBean |
Inteface that has to be implemented by JavaBeans that provide properties with
dynamic sets of tags.
|
| Class | Description |
|---|---|
| ColoredEditorHelper |
A helper class used to build editors that set the background color of the field they edit.
|
| ColoredEditorSupport |
An editor base class for building editors that color the field they edit when it has been changed
|
PropertyEditor. In particular, the interface BeanDependentPropertyEditor allows to create PropertyEditor aware of the bean the property is for.