Revision: 1642 http://svn.sourceforge.net/spring-rich-c/?rev=1642&view=rev Author: kevinstembridge Date: 2007-01-10 08:10:28 -0800 (Wed, 10 Jan 2007)
Log Message: ----------- Added javadoc Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/factory/ControlFactory.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/factory/ControlFactory.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/factory/ControlFactory.java 2007-01-09 22:57:29 UTC (rev 1641) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/factory/ControlFactory.java 2007-01-10 16:10:28 UTC (rev 1642) @@ -18,9 +18,18 @@ import javax.swing.JComponent; /** + * A factory for producing GUI control components. * * @author Keith Donald */ public interface ControlFactory { + + /** + * Returns the control that this factory is responsible for producing. Depending on the + * implementation, this control may or not be a singleton instance. + * + * @return The control, never null. + */ public JComponent getControl(); -} \ 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