jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

LemurProps:PropertyPanel does not support raw string fields #2

Open pspeed42 opened 9 years ago

pspeed42 commented 9 years ago

Even if we only support read-only text fields, it's still worth doing as then we could also support read-only composite objects (like Vector3f) that have reasonable toString() methods.

Anything too advanced starts to get outside the scope of this 'simple' class and into a whole more frameworky thing.