fix doc links. jee5_build_20050719
authormkleint@netbeans.org
Thu, 14 Jul 2005 12:56:31 +0000
changeset 456cda8901ce82
parent 44 fd492f565875
child 46 4077f70bdfe6
fix doc links.
openide.util/src/org/openide/util/actions/Presenter.java
     1.1 --- a/openide.util/src/org/openide/util/actions/Presenter.java	Thu Jul 14 07:40:47 2005 +0000
     1.2 +++ b/openide.util/src/org/openide/util/actions/Presenter.java	Thu Jul 14 12:56:31 2005 +0000
     1.3 @@ -38,7 +38,7 @@
     1.4      */
     1.5      public interface Menu extends Presenter {
     1.6          /** Get a menu item that can present this action in a {@link javax.swing.JMenu}.
     1.7 -         * If your menu content is dynamic in nature, consider using {@link org.openide.awt.DynamicMenuContent}
     1.8 +         * If your menu content is dynamic in nature, consider using <a href="@org-openide-awt@/org/openide/awt/DynamicMenuContent.html">DynamicMenuContent</a>
     1.9           * @return the representation for this action
    1.10           */
    1.11          public JMenuItem getMenuPresenter();
    1.12 @@ -48,7 +48,7 @@
    1.13      */
    1.14      public interface Popup extends Presenter {
    1.15          /** Get a menu item that can present this action in a {@link javax.swing.JPopupMenu}.
    1.16 -         * If your menu content is dynamic in nature, consider using {@link org.openide.awt.DynamicMenuContent}
    1.17 +         * If your menu content is dynamic in nature, consider using <a href="@org-openide-awt@/org/openide/awt/DynamicMenuContent.html">DynamicMenuContent</a>
    1.18          * @return the representation for this action
    1.19          */
    1.20          public JMenuItem getPopupPresenter();