problem with an own PropertyEditor

Swing Designer allows you to quickly create the frames, panels, dialogs, applets and other UI elements that comprise Java Swing applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

problem with an own PropertyEditor

Postby marcel » Sun Dec 07, 2008 6:17 am

I can not set the property value by text when i defined my own PropertyEditor on BeanInfo.

Picture 1.png
screenshot
Picture 1.png (12.92 KiB) Viewed 452 times


My PropertEditor extends by PropertyEditorSupport and i overwrite getAsText, setAsText and getJavaInitializationString.

Code: Select all
...
   public String getAsText() {
      if (this.getValue() == null)
         return "";
      return ((OwnProperty) this.getValue()).getPropertyValue();

   }

   public void setAsText(String text){
      this.setValue(new OwnProperty(text));
   }
...

On NetBeans it works fine.

I attached an simple demo of my problem.
src.zip
simple demo
(3.08 KiB) Downloaded 54 times


Can every one say me, whats wrong?

Thanks and regards,
Marcel

I have the following setup:
Swing Designer 6.8.0
Eclipse 3.4.0
Java 1.6.0_10
Windows XP sp3
marcel
 
Posts: 1
Joined: Sun Dec 07, 2008 5:33 am

Re: problem with an own PropertyEditor

Postby Eric Clayberg » Mon Dec 08, 2008 6:20 am

Please use the latest Swing Designer build.

Also, there are some questions about your license status.

Please send the serial number you are using and the associated name/account to wb-support@instantiations.com.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to Swing Designer

Who is online

Users browsing this forum: Google [Bot] and 1 guest