blob: 681a99d7f0ae97af793e6b9e1b017d718b0d0645 [file] [log] [blame]
/**
* Copyright (c) 2008 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
*
* $Id$
*/
package org.eclipse.e4.ui.model.internal.workbench;
import org.eclipse.e4.ui.model.application.MPart;
import org.eclipse.e4.ui.model.internal.application.MItemPartImpl;
import org.eclipse.e4.ui.model.workbench.MPerspective;
import org.eclipse.e4.ui.model.workbench.WorkbenchPackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>MPerspective</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class MPerspectiveImpl<P extends MPart<?>> extends MItemPartImpl<P> implements MPerspective<P> {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MPerspectiveImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return WorkbenchPackage.Literals.MPERSPECTIVE;
}
} //MPerspectiveImpl