A JYPropertyTable allows you to set property related renderers and editors.
This means a renderer and/or editor is bound to a property key instead of a data type. This is helpful if you want
a property to be rendered and edited in a specific manner. In the example for the property Integer C a
JSpinner and for the property Integer D a JSlider
component is used. Other integer values will be rendered/edited by the already installed renderer/editor
for integer classes.
All relevant lines are highlighted. Press the "Run..."
button to start the demo.