Revision: 1695 http://svn.sourceforge.net/spring-rich-c/?rev=1695&view=rev Author: ge0ffrey Date: 2007-01-27 05:08:32 -0800 (Sat, 27 Jan 2007)
Log Message: ----------- javadoc error Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/support/DialogPageUtils.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/support/DialogPageUtils.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/support/DialogPageUtils.java 2007-01-26 16:08:38 UTC (rev 1694) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/support/DialogPageUtils.java 2007-01-27 13:08:32 UTC (rev 1695) @@ -84,7 +84,7 @@ * @param cancelCommand to add to the command button bar * @return created component * @see #createTitlePane(DialogPage) - * @see #adaptToPageComplete(DialogPage, Guarded) + * @see #adaptPageCompletetoGuarded(DialogPage, Guarded) */ public static JComponent createStandardView( DialogPage dialogPage, ActionCommand okCommand, ActionCommand cancelCommand ) { @@ -102,7 +102,7 @@ * @param commandGroupMembers Array of commands to place in the button bar * @return created component * @see #createTitlePane(DialogPage) - * @see #adaptToPageComplete(DialogPage, Guarded) + * @see #adaptPageCompletetoGuarded(DialogPage, Guarded) */ public static JComponent createStandardView( DialogPage dialogPage, Object[] commandGroupMembers ) { JPanel viewPanel = new JPanel(new BorderLayout()); 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