Revision: 1258
Author:   mathiasbr
Date:     2006-08-01 10:54:55 -0700 (Tue, 01 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1258&view=rev

Log Message:
-----------
fix for RCP-343
getLabelAttributes(), addBinding(Binding, String, String) are now public

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/form/builder/TableFormBuilder.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/form/builder/TableFormBuilder.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/form/builder/TableFormBuilder.java
     2006-08-01 17:07:55 UTC (rev 1257)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/form/builder/TableFormBuilder.java
     2006-08-01 17:54:55 UTC (rev 1258)
@@ -133,7 +133,7 @@
         return builder.getPanel();
     }
 
-    protected String getLabelAttributes() {
+    public String getLabelAttributes() {
         return labelAttributes;
     }
 
@@ -141,7 +141,7 @@
         this.labelAttributes = labelAttributes;
     }
 
-    private JComponent[] addBinding(Binding binding, String attributes, String 
labelAttributes) {
+    public JComponent[] addBinding(Binding binding, String attributes, String 
labelAttributes) {
         return addBinding(binding, binding.getControl(), attributes, 
labelAttributes);
     }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to