blob: 18d96892db22e3207a6a0b043c4e907292d2eaa2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.internal;
/**
* Internal interface used in providing increased binary compatibility for
* pre-3.0 plug-ins. There is an alternate declaration of this interface
* elsewhere that declares some methods that existed on IWorkbenchPage
* in 2.1 that were removed in 3.0 (because they referenced resource API).
*
*/
public interface ICompatibleWorkbenchPage {
// dummy version that declares no methods
}