[Japi-cvs] SF.net SVN: japi:[1172] libs/swing-recent/trunk/src/prj/net/sf/japi/swing/ recent/packag
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-24 02:28:42
|
Revision: 1172 http://japi.svn.sourceforge.net/japi/?rev=1172&view=rev Author: christianhujer Date: 2009-02-24 02:24:26 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fixed javadoc issues. Modified Paths: -------------- libs/swing-recent/trunk/src/prj/net/sf/japi/swing/recent/package.html Modified: libs/swing-recent/trunk/src/prj/net/sf/japi/swing/recent/package.html =================================================================== --- libs/swing-recent/trunk/src/prj/net/sf/japi/swing/recent/package.html 2009-02-24 02:24:07 UTC (rev 1171) +++ libs/swing-recent/trunk/src/prj/net/sf/japi/swing/recent/package.html 2009-02-24 02:24:26 UTC (rev 1172) @@ -34,12 +34,12 @@ <li> Alternatively, <ul> - <li>Create and instanciate your desired implementation of {@link net.sf.japi.progs.jeduca.swing.recent.RecentURLs}.</li> - <li>Get an instance using {@link net.sf.japi.progs.jeduca.swing.recent.PrefsRecentURLs#PrefsRecentURLs(Class)}</li> + <li>Create and instanciate your desired implementation of {@link net.sf.japi.swing.recent.RecentURLs}.</li> + <li>Get an instance using {@link net.sf.japi.swing.recent.PrefsRecentURLs#PrefsRecentURLs(Class)}</li> </ul> </li> - <li>Somewhere implement {@link net.sf.japi.progs.jeduca.swing.io.CanLoad} so a recently loaded document can be activated.</li> - <li>Create a Menu for recently opened files (URLs) using {@link net.sf.japi.progs.jeduca.swing.recent.RecentURLsMenu#RecentURLsMenu(net.sf.japi.progs.jeduca.swing.recent.RecentURLs,net.sf.japi.progs.jeduca.swing.io.CanLoad)}</li> + <li>Somewhere implement {@link net.sf.japi.swing.app.CanLoad} so a recently loaded document can be activated.</li> + <li>Create a Menu for recently opened files (URLs) using {@link net.sf.japi.swing.recent.RecentURLsMenu#RecentURLsMenu(net.sf.japi.swing.recent.RecentURLs,net.sf.japi.swing.app.CanLoad)}</li> </ul> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |