Retrieves the common values for the editor's type.
public Object[] getValues()
Returns null by default.
Override this method to retrieve the possible values. To display these values in a drop-down list, a property browser typically calls getTextFromValue and paintValue for each of the values.