Revision: 1627
          http://svn.sourceforge.net/spring-rich-c/?rev=1627&view=rev
Author:   kevinstembridge
Date:     2007-01-08 05:33:05 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
Added javodoc

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/DefaultCommandButtonConfigurer.java

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/DefaultCommandButtonConfigurer.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/DefaultCommandButtonConfigurer.java
     2007-01-08 13:02:07 UTC (rev 1626)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/DefaultCommandButtonConfigurer.java
     2007-01-08 13:33:05 UTC (rev 1627)
@@ -21,9 +21,16 @@
 import org.springframework.util.Assert;
 
 /**
+ * The default implementation of the [EMAIL PROTECTED] 
CommandButtonConfigurer} interface. This implementation
+ * ignores the command object and only configures the button.
+ * 
  * @author Keith Donald
  */
 public class DefaultCommandButtonConfigurer implements CommandButtonConfigurer 
{
+
+    /**
+     * [EMAIL PROTECTED]
+     */
     public void configure(AbstractButton button, AbstractCommand command, 
CommandFaceDescriptor faceDescriptor) {
         Assert.notNull(button, "The button to configure cannot be null.");
         Assert.notNull(faceDescriptor, "The command face descriptor cannot be 
null.");
@@ -31,4 +38,5 @@
         faceDescriptor.configureIcon(button);
         button.setToolTipText(faceDescriptor.getCaption());
     }
-}
\ No newline at end of file
+    
+}


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
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to