blob: fca16778619d7b764ddab996be26d8bcdb83eb69 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 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.presentations;
/**
* The is a stub implementation which allows clients to
* choose the new 3.3 'look'. Currently this includes
* the new min/max behavkour as well as an image based
* animation feedback mechanism.
*
* @since 3.3
*
*/
public class WorkbenchPresentationFactory_33 extends
WorkbenchPresentationFactory {
/**
* Default to the superclass
*/
public WorkbenchPresentationFactory_33() {
super();
}
}