سؤال

I'm working on a game editor with SWT/JFACE. I'm looking for something like PropertyEditor or PropertyGrid (like PropertyGrid in C#) in SWT, to provide modification of objects in the editor. Does anyone know something like that? Thanks

هل كانت مفيدة؟

المحلول

If you are going to develop standalone SWT application (without Eclipse RCP) you could use this open source library.

نصائح أخرى

Using data bindings might be what you're looking for.

https://developers.google.com/java-dev-tools/wbpro/features/swt/data_binding/example

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top