Menu

Annotations

I am placing Annotation suppor for to bind visual component to javabeans/dynabeans getter and setters ... exemple :

@ Binding(componentName="TextFieldName")
public class JTextField_ exetends JTextField {

@BindingGetValue(BidingReference(reference="<reference_expression>"))
public String getText(){return super.getText()};

@BindingSetValue(BidingReference(reference="<reference_expression>"))
public void setText(String text){super.setText(text)};

}

Posted by Deivson Rayner T. Costa 2004-10-10

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.