/******************************************************************************* * 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 class used in providing increased binary compatibility for * pre-3.0 plug-ins. There is an alternate implementation of this class * elsewhere that declares some methods that existed on IWorkbenchPage * in 2.1 that were removed in 3.0 (because they referenced resource API). * * @since 3.0 */ public class CompatibleWorkbenchPage implements ICompatibleWorkbenchPage { // dummy version that declares no methods }