Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 408353
Collapse All | Expand All

(-)a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchCommandConstants.java (-3 / +9 lines)
Lines 49-57 Link Here
49
    public static final String FILE_CLOSE_ALL = "org.eclipse.ui.file.closeAll"; //$NON-NLS-1$
49
    public static final String FILE_CLOSE_ALL = "org.eclipse.ui.file.closeAll"; //$NON-NLS-1$
50
50
51
    /**
51
    /**
52
     * Id for command "Import" in category "File"
52
	 * Id for command "Close All Saved" in category "File" (value is
53
     * (value is <code>"org.eclipse.ui.file.import"</code>).
53
	 * <code>"org.eclipse.ui.file.closeAllSaved"</code>).
54
     */
54
	 */
55
	public static final String FILE_CLOSE_ALL_SAVED = "org.eclipse.ui.file.closeAllSaved"; //$NON-NLS-1$
56
57
	/**
58
	 * Id for command "Import" in category "File" (value is
59
	 * <code>"org.eclipse.ui.file.import"</code>).
60
	 */
55
    public static final String FILE_IMPORT = "org.eclipse.ui.file.import"; //$NON-NLS-1$
61
    public static final String FILE_IMPORT = "org.eclipse.ui.file.import"; //$NON-NLS-1$
56
62
57
	/**
63
	/**

Return to bug 408353