Relates :
|
|
Relates :
|
|
Relates :
|
Name: vi73552 Date: 03/22/99 Its important that the default editors support the getAsText and setAsText methods. In my case, I'm using property editors to convert string values from an applet's HTML page into actual objects. Displaying a GUI object is inappropriate in this case. The code works for all classes, except Font and Color because the default editors for these classes don't implement the setAsText method (it throws IllegalArgumentException for every input). The Font and Color editors should accept strings in the same form as their corresponding "decode" method. The getAsText method will also need to be implemented. (Review ID: 55589) ======================================================================
|