ValueEditor.paintValue

Overview | Methods | This Package | All Packages

ValueEditor.paintValue

Paints a representation of the specified value.

Syntax

public void paintValue( Object value, Graphics g, Rectangle rect )

Parameters

value

The value to be painted.

g

A Graphics object that represents the device context.

rect

A Rectangle object that represents the rectangle to paint in.

Remarks

Override this method to paint the value. This method is called only if the IValueEditor.STYLE_PAINTVALUE style is present.