Paints a representation of the specified value.
public void paintValue( Object value, Graphics g, Rectangle rect )
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.
Override this method to paint the value. This method is called only if the IValueEditor.STYLE_PAINTVALUE style is present.