ValueEditor.getValues

Overview | Methods | This Package | All Packages

ValueEditor.getValues

Retrieves the common values for the editor's type.

Syntax

public Object[] getValues()

Return Value

Returns null by default.

Remarks

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.