Revision: 1646 http://svn.sourceforge.net/spring-rich-c/?rev=1646&view=rev Author: kevinstembridge Date: 2007-01-11 11:31:47 -0800 (Thu, 11 Jan 2007)
Log Message: ----------- Added javadoc Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/PageComponentDescriptor.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/PageComponentDescriptor.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/PageComponentDescriptor.java 2007-01-11 19:30:37 UTC (rev 1645) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/PageComponentDescriptor.java 2007-01-11 19:31:47 UTC (rev 1646) @@ -28,8 +28,17 @@ * on the page within the current active window. */ public interface PageComponentDescriptor extends PropertyChangePublisher, DescribedElement, VisualizedElement { + + /** + * Returns the identifier of this descriptor. + * @return The descriptor id. + */ public String getId(); + /** + * Creates the page component defined by this descriptor. + * @return The page component, never null. + */ public PageComponent createPageComponent(); -} \ 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