improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / IContextMenuConstants.java
index 6bb3fd6..9b9164f 100644 (file)
@@ -23,7 +23,7 @@ public interface IContextMenuConstants {
        
        /**
         * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer
-        * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.typehierarchy"</code>).
+        * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.typehierarchy"</code>).
         * 
         * @since 2.0
         */
@@ -31,7 +31,7 @@ public interface IContextMenuConstants {
 
        /**
         * Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer
-        * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.supertypes"</code>).
+        * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.supertypes"</code>).
         * 
         * @since 2.0
         */
@@ -39,7 +39,7 @@ public interface IContextMenuConstants {
 
        /**
         * Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer
-        * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.subtypes"</code>).
+        * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.subtypes"</code>).
         * 
         * @since 2.0
         */
@@ -47,7 +47,7 @@ public interface IContextMenuConstants {
 
        /**
         * Type hierarchy view part: pop-up menu target ID for the meber viewer
-        * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.members"</code>).
+        * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.members"</code>).
         * 
         * @since 2.0
         */