Renato R. Garcia

Show:

What's happening?

  • Comment: Bug/Feature Request/Help

    Have you tried "session merging"?.

    2009-08-29 20:22:24 UTC in Cobertura

  • Project status

    Hi, Is this project still active? Tks, Renato.

    2009-06-17 00:39:56 UTC in JalistoPlus

  • Finer control over bindings

    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

  • Followup: RE: ChangeListener + nested widget

    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

  • Followup: RE: ChangeListener + nested widget

    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

  • ChangeListener + nested widget

    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

  • Soruce code compile problem

    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

  • Soruce code compile problem

    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

  • Customize Required label

    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

  • Followup: RE: Property annotations

    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

About Me

  • 2002-02-17 (8 years ago)
  • 461324
  • re_garcia_br (My Site)
  • Renato R. Garcia

Send me a message