Class Summary |
BaseValue<T> |
Base class for IValue. |
PropertyCellLabelProvider |
PropertyCellLabelProvider is a CellLabelProvider that gets cell labels using
a nested bean property string like "company.country.name". |
PropertyEditingSupport |
EditingSupport for JFace viewers that gets and sets the value using a nested
bean property string like "company.country.name". |
PropertyLabelProvider |
PropertyLabelProvider is a LabelProvider that gets labels using a nested bean
property string like "company.country.name". |
PropertyValue |
PropertyValue: Resolves nested property Strings like "company.country.name". |
PropertyValueFormatter |
PropertyValueFormatter describes a conversion from a object to some property
of the object. |