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 suppory easily changing the 'bean' #3

Open pspeed42 opened 9 years ago

pspeed42 commented 9 years ago

Once a property panel has been setup, there is no easy way to change the underlying object. Since a PropertyPanel can actually view more than one object at a time, it might be worth having some kind of replaceBean() method that takes an old and new value and would just replace that for the properties that had the old bean value.