Revision: 1667 http://svn.sourceforge.net/spring-rich-c/?rev=1667&view=rev Author: kevinstembridge Date: 2007-01-15 13:22:44 -0800 (Mon, 15 Jan 2007)
Log Message: ----------- Added javadoc Modified Paths: -------------- trunk/spring-richclient/core/src/main/java/org/springframework/richclient/core/VisualizedElement.java Modified: trunk/spring-richclient/core/src/main/java/org/springframework/richclient/core/VisualizedElement.java =================================================================== --- trunk/spring-richclient/core/src/main/java/org/springframework/richclient/core/VisualizedElement.java 2007-01-15 20:34:45 UTC (rev 1666) +++ trunk/spring-richclient/core/src/main/java/org/springframework/richclient/core/VisualizedElement.java 2007-01-15 21:22:44 UTC (rev 1667) @@ -19,8 +19,27 @@ import javax.swing.Icon; +/** + * An application component that has a graphical visual representation that is either an image + * or an icon. + * + * @author Keith Donald + * + */ public interface VisualizedElement { + + /** + * Returns the image associated with the application component, or null. + * + * @return The component's image, or null. + */ public Image getImage(); + /** + * Returns the icon associated with the application component, or null. + * + * @return The component's icon, or null. + */ public Icon getIcon(); -} \ 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