Community
Participate
Working Groups
if (values.length == 0)
editValue = null;
else {
// set the first value object as the entry's value
// set the last value object as the entry's value (see bug 15734)
Object newValue = values[0];
Object newValue = values[values.length-1];
// see if we should convert the value to an editable value
IPropertySource source = getPropertySource(newValue);