X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java index 03de9a1..6bb3fd6 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java @@ -21,38 +21,38 @@ import org.eclipse.ui.IWorkbenchActionConstants; public interface IContextMenuConstants { -// /** -// * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer -// * (value "org.eclipse.jdt.ui.TypeHierarchy.typehierarchy"). -// * -// * @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 "org.eclipse.jdt.ui.TypeHierarchy.supertypes"). -// * -// * @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 "org.eclipse.jdt.ui.TypeHierarchy.subtypes"). -// * -// * @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 "org.eclipse.jdt.ui.TypeHierarchy.members"). -// * -// * @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 "org.eclipse.jdt.ui.TypeHierarchy.typehierarchy"). + * + * @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 "org.eclipse.jdt.ui.TypeHierarchy.supertypes"). + * + * @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 "org.eclipse.jdt.ui.TypeHierarchy.subtypes"). + * + * @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 "org.eclipse.jdt.ui.TypeHierarchy.members"). + * + * @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 "group.open").