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>).
-// *
-// * @since 2.0
-// */
-// public static final String TARGET_ID_HIERARCHY_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".typehierarchy"; //$NON-NLS-1$
-//
-// /**
-// * Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer
-// * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.supertypes"</code>).
-// *
-// * @since 2.0
-// */
-// public static final String TARGET_ID_SUPERTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".supertypes"; //$NON-NLS-1$
-//
-// /**
-// * Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer
-// * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.subtypes"</code>).
-// *
-// * @since 2.0
-// */
-// public static final String TARGET_ID_SUBTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".subtypes"; //$NON-NLS-1$
-//
-// /**
-// * Type hierarchy view part: pop-up menu target ID for the meber viewer
-// * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.members"</code>).
-// *
-// * @since 2.0
-// */
-// public static final String TARGET_ID_MEMBERS_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".members"; //$NON-NLS-1$
-//
+ /**
+ * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer
+ * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.typehierarchy"</code>).
+ *
+ * @since 2.0
+ */
+ public static final String TARGET_ID_HIERARCHY_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".typehierarchy"; //$NON-NLS-1$
+
+ /**
+ * Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer
+ * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.supertypes"</code>).
+ *
+ * @since 2.0
+ */
+ public static final String TARGET_ID_SUPERTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".supertypes"; //$NON-NLS-1$
+
+ /**
+ * Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer
+ * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.subtypes"</code>).
+ *
+ * @since 2.0
+ */
+ public static final String TARGET_ID_SUBTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".subtypes"; //$NON-NLS-1$
+
+ /**
+ * Type hierarchy view part: pop-up menu target ID for the meber viewer
+ * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.members"</code>).
+ *
+ * @since 2.0
+ */
+ public static final String TARGET_ID_MEMBERS_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".members"; //$NON-NLS-1$
+
/**
* Pop-up menu: name of group for goto actions (value <code>"group.open"</code>).