bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

add support of property overloading #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add support of property overloading on setter

for example on JSplitPane are present 2 properties with same name
setDividerLocation( int )
setDividerLocation( double )

actually only setDividerLocation( int ) is recognized

Original issue reported on code.google.com by bartolom...@gmail.com on 3 Dec 2010 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 4 Dec 2010 at 1:34