Public Member Functions | |
void | initializePropertyEditor (Object obj, String str) |
boolean | isPaintable () |
void | paintValue (Graphics gfx, Rectangle box) |
Private Attributes | |
ColoredEditorHelper | colorHelper = null |
|
|
|
Determines whether the class will honor the painValue method.
|
|
Paint a representation of the value into a given area of screen real estate. Note that the propertyEditor is responsible for doing its own clipping so that it fits into the given rectangle. If the PropertyEditor doesn't honor paint requests (see isPaintable) this method should be a silent noop.
|
|
color helper |