blob: 33fe4b0912d113e71e167b88852de9762b28004d [file] [log] [blame]
/**
* Copyright (c) 2008, 2015 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.e4.ui.model.application.ui.basic.impl;
import org.eclipse.e4.ui.model.application.ui.basic.MWizardDialog;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Wizard Dialog</b></em>'.
* <!-- end-user-doc -->
*
* @since 1.1
* @generated
*/
public class WizardDialogImpl extends DialogImpl implements MWizardDialog {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected WizardDialogImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BasicPackageImpl.Literals.WIZARD_DIALOG;
}
} //WizardDialogImpl