Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.