-
Have you tried "session merging"?.
2009-08-29 20:22:24 UTC in Cobertura
-
Hi,
Is this project still active?
Tks,
Renato.
2009-06-17 00:39:56 UTC in JalistoPlus
-
Hi Richard,
I have a subclass of SwingMetawidget and I would like to add BindingListeners programatically to the bindings created, not only when they are created, but later responding to a GUI event for instance. Also, I would like to create a save(String propertyName) method wich would save a specific property only. Is it feasible to make SwingMetawidget.mPropertyBinding protected? Is there...
2009-05-11 22:05:34 UTC in Metawidget
-
Richard,
Yes, the binding implementation registers a PropertyChangeListener, based on the update strategy.
I did some further investigation and I found an error in the PropertyChangeSupport that I used. So, both scenarios I described are working just fine now!
Tks for answering!
Renato.
2009-05-11 18:47:49 UTC in Metawidget
-
Just to make it clear, I would like that when "myB" changes, the nested Metawidget is notified and refreshes it`s contents.
The other problem is how to fire a change event when "myText" is modified, but report it using the property name "myB.myText" so listeners the are registered by the binding knows that it has to refresh.
Regards,
Renato.
2009-05-09 00:05:35 UTC in Metawidget
-
Hello,
I'm stucked with a problem related to nested metawidgets and propertyChangeListener.
The SwingMetawidget is created for A and a nested metawidget for B. The binding is using BeansBinding/UpdateStrategy.READ_WRITE and B has PropertyChangeSupport.
Below is pseudo-declaration for clarity:
public class A{
B myB;
}
public class B{
String myText;
// Support for change...
2009-05-08 21:41:07 UTC in Metawidget
-
Hi,
I've downloaded the source code and there are missing classes the: Index_Field and StaticConfig. I couldn't find them in the repository.
Tks,
Renato.
2009-02-05 19:50:22 UTC in JDOInstruments - Java OODBMS
-
Hi,
I've downloaded the source code and there are missing classes the: Index_Field and StaticConfig. I couldn't find them in the repository.
Tks,
Renato.
2009-02-05 03:53:48 UTC in JDOInstruments - Java OODBMS
-
Today when a field is "Required" the existing layouts (TableGroupLayout and TableGridBagLayout) will render a star ('*') after the label.
It would be nice to be able to customize or control this feature without having to rewrite entire Layouts.
For instance I could be able to show a red star(maybe using html, if my widget library allows of course) before the label.
* Name: [.
2009-01-27 00:41:23 UTC in Metawidget
-
I think that the JavaBeanPropertyStyle in order to be more consistent, could have a behavior closer to the actual Java Beans conventions. So, it should not consider public fields, and it's implementation could rely on the convention, after all, this is what JavaBean is, right?
Perhaps, the main problem here is how to handle the private fields annotations, in order to support the existing...
2009-01-27 00:11:20 UTC in Metawidget