Customizer - firePropertyChange does not work on variables of type "Class"
Author: Markus |
07/22/11 01:56 |
Reply |
I've got a bean with a property like this:
private Class<? extends JPanel> panelClass = null;
Calling firePropertyChange or setPanelClass to change this attribute inside a customizer does not work.
If the code already had a setPanelClass call, jigloo deletes it and leaves the semicolon.
You can see the problem in this project: http://gebackene-ente.at/shark/jigloo.rar
Open "JiglooTestFrame.java" with jigloo, then open the Textfield with its customizer and press ok.
Changing the text works, changing the class, however, does not.
|
|