Properties Editor

Does anyone know if its possible to leverage the properties editor that the UI Designer has?

I have a custom editor over an XML file that I want to allow my users to set properties on via a properties editor just like the UI Designer does.

All help must appreciated.

Tegan

0
2 comments

Hello tegan,

Does anyone know if its possible to leverage the properties editor
that the UI Designer has?

I have a custom editor over an XML file that I want to allow my users
to set properties on via a properties editor just like the UI Designer
does.

All help must appreciated.


No. The properties editor is part of the UI Designer plugin itself, which
is not open-source and does not have a public API. (Moreover, the editor
is quite significantly coupled to Swing components.)

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Tegan,

You may try something like this:
http://www.l2fprod.com/common/

Last time I needed it, there was this and a few other free property editor widgets available on the internet.

Cheers,
Sergei

0

Please sign in to leave a comment.