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

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

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

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandButtonConfigurer.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandButtonConfigurer.java
    2007-01-08 13:33:05 UTC (rev 1627)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandButtonConfigurer.java
    2007-01-08 13:33:29 UTC (rev 1628)
@@ -20,8 +20,23 @@
 import org.springframework.richclient.command.AbstractCommand;
 
 /**
+ * A configurer for Swing buttons that have an associated command.
+ * 
  * @author Keith Donald
  */
 public interface CommandButtonConfigurer {
+    
+    /**
+     * Configures the given button and optional command object with the 
properties of the given 
+     * descriptor. 
+     *
+     * @param button The button to be configured. Must not be null.
+     * @param command The command to be configured. May be null.
+     * @param faceDescriptor The object describing the visual properties of 
the command button.
+     * Must not be null.
+     * 
+     * @throws IllegalArgumentException if [EMAIL PROTECTED] button} or [EMAIL 
PROTECTED] faceDescriptor} are null.
+     */
     public void configure(AbstractButton button, AbstractCommand command, 
CommandFaceDescriptor faceDescriptor);
-}
\ 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